Click here to Skip to main content
15,910,872 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Form Load Runs Events Pin
Richard Andrew x6421-Mar-15 15:51
professionalRichard Andrew x6421-Mar-15 15:51 
GeneralRe: Form Load Runs Events Pin
BobbyStrain21-Mar-15 15:58
BobbyStrain21-Mar-15 15:58 
AnswerRe: Form Load Runs Events Pin
Richard Andrew x6421-Mar-15 16:14
professionalRichard Andrew x6421-Mar-15 16:14 
GeneralRe: Form Load Runs Events Pin
BobbyStrain22-Mar-15 6:00
BobbyStrain22-Mar-15 6:00 
QuestionADORecordset different result using ODBC and SQLNCLI Pin
equelna21-Mar-15 1:35
equelna21-Mar-15 1:35 
AnswerRe: ADORecordset different result using ODBC and SQLNCLI Pin
Dave Kreskowiak21-Mar-15 4:54
mveDave Kreskowiak21-Mar-15 4:54 
QuestionGive to my program the possibility to detect if one of required assemblies is not found Pin
dilkonika19-Mar-15 10:07
dilkonika19-Mar-15 10:07 
AnswerRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Dave Kreskowiak19-Mar-15 10:10
mveDave Kreskowiak19-Mar-15 10:10 
You normally don't do this. The Program Files folder and everything under it is ReadOnly to normal users. There's no way for the users to corrupt or delete the files.

Something similar to this is normally left up to the Windows Installer to figure out. If a component is missing, the Installer puts it back when the app is run. Of course, your installer has to be setup to support this.

Now, if you're giving users administrative permissions, you're screwing yourself by letting users message with stuff they shouldn't be.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
dilkonika19-Mar-15 10:13
dilkonika19-Mar-15 10:13 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Dave Kreskowiak19-Mar-15 10:15
mveDave Kreskowiak19-Mar-15 10:15 
AnswerRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Eddy Vluggen19-Mar-15 10:47
professionalEddy Vluggen19-Mar-15 10:47 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
dilkonika19-Mar-15 14:25
dilkonika19-Mar-15 14:25 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Eddy Vluggen19-Mar-15 23:48
professionalEddy Vluggen19-Mar-15 23:48 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Eddy Vluggen20-Mar-15 1:26
professionalEddy Vluggen20-Mar-15 1:26 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Dave Kreskowiak20-Mar-15 2:35
mveDave Kreskowiak20-Mar-15 2:35 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
dilkonika20-Mar-15 7:20
dilkonika20-Mar-15 7:20 
GeneralRe: Give to my program the possibility to detect if one of required assemblies is not found Pin
Eddy Vluggen20-Mar-15 10:06
professionalEddy Vluggen20-Mar-15 10:06 
Questionhow to create a text screen saver by readind and displaying the text file Pin
Member 1153747318-Mar-15 20:11
Member 1153747318-Mar-15 20:11 
AnswerRe: how to create a text screen saver by readind and displaying the text file Pin
Eddy Vluggen19-Mar-15 10:50
professionalEddy Vluggen19-Mar-15 10:50 
QuestionDetecting beat from audio input Pin
MBV-Media16-Mar-15 2:06
MBV-Media16-Mar-15 2:06 
AnswerRe: Detecting beat from audio input Pin
Eddy Vluggen16-Mar-15 10:06
professionalEddy Vluggen16-Mar-15 10:06 
GeneralRe: Detecting beat from audio input Pin
MBV-Media17-Mar-15 2:26
MBV-Media17-Mar-15 2:26 
QuestionSuddenly the Form.Shown event doesn't fire anymore Pin
dilkonika15-Mar-15 17:48
dilkonika15-Mar-15 17:48 
AnswerRe: Suddenly the Form.Shown event doesn't fire anymore Pin
CHill6016-Mar-15 6:14
mveCHill6016-Mar-15 6:14 
GeneralRe: Suddenly the Form.Shown event doesn't fire anymore Pin
dilkonika16-Mar-15 7:24
dilkonika16-Mar-15 7:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.