Click here to Skip to main content
15,897,273 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionchecking control Pin
Pankaj Garg9-Mar-07 22:47
Pankaj Garg9-Mar-07 22:47 
AnswerRe: checking control Pin
kubben10-Mar-07 1:40
kubben10-Mar-07 1:40 
Questionchecking programically................ Pin
Pankaj Garg9-Mar-07 22:36
Pankaj Garg9-Mar-07 22:36 
AnswerRe: checking programically................ Pin
TwoFaced9-Mar-07 22:45
TwoFaced9-Mar-07 22:45 
GeneralRe: checking programically................ Pin
Pankaj Garg9-Mar-07 22:49
Pankaj Garg9-Mar-07 22:49 
QuestionWhere can I make changes to the deployment project? Pin
Omar Mallat9-Mar-07 21:39
professionalOmar Mallat9-Mar-07 21:39 
Questionform dirty problem Pin
sdkgolf9-Mar-07 17:01
sdkgolf9-Mar-07 17:01 
AnswerRe: form dirty problem Pin
A*****9-Mar-07 18:46
A*****9-Mar-07 18:46 
What exactly do you mean by 'forms controls data has changed' ?

Do you mean that if they user has changed something on the form then show a msgbox("Data has changed, do you want to save changes?",vbyesno) on exit ?

If so, all you would have to do is find make your program remember what the settings where when the program was started( the best way to do this would be to use registry entries or you could make your program put it's settings into a text file. And then all you would have to tell your program to do would be to check to see whether the settings had changed and on form.closing event tell the program to check the settings from the file/registry entry and compare to what the settings are now. If something has changed then display a msgbox("Data has changed, do you want to save changes?",vbyesno)


I know you asked for an easy solution, this looks like it might be alot of work.

Hopes this helps!
AnswerRe: form dirty problem Pin
Dave Kreskowiak10-Mar-07 3:54
mveDave Kreskowiak10-Mar-07 3:54 
QuestionAdd all the controls from a panel to a form? Pin
The ANZAC9-Mar-07 11:11
The ANZAC9-Mar-07 11:11 
AnswerRe: Add all the controls from a panel to a form? Pin
Dave Kreskowiak9-Mar-07 12:24
mveDave Kreskowiak9-Mar-07 12:24 
GeneralRe: Add all the controls from a panel to a form? Pin
The ANZAC9-Mar-07 13:29
The ANZAC9-Mar-07 13:29 
GeneralRe: Add all the controls from a panel to a form? Pin
Dave Kreskowiak9-Mar-07 14:23
mveDave Kreskowiak9-Mar-07 14:23 
GeneralRe: Add all the controls from a panel to a form? Pin
The ANZAC9-Mar-07 16:06
The ANZAC9-Mar-07 16:06 
AnswerRe: Add all the controls from a panel to a form? Pin
M-Hall9-Mar-07 12:47
M-Hall9-Mar-07 12:47 
Questionpasting text into a web page Pin
RoedRunner9-Mar-07 9:55
RoedRunner9-Mar-07 9:55 
AnswerRe: pasting text into a web page Pin
kubben9-Mar-07 10:16
kubben9-Mar-07 10:16 
GeneralRe: pasting text into a web page Pin
RoedRunner9-Mar-07 10:37
RoedRunner9-Mar-07 10:37 
Questionusing like query on encrypted data [modified] Pin
franco.ice9-Mar-07 7:00
franco.ice9-Mar-07 7:00 
AnswerRe: using like query on encrypted data Pin
Marcus J. Smith9-Mar-07 8:10
professionalMarcus J. Smith9-Mar-07 8:10 
AnswerRe: using like query on encrypted data Pin
Dave Kreskowiak9-Mar-07 14:20
mveDave Kreskowiak9-Mar-07 14:20 
Questiontrackbar in .net Pin
shabyb9-Mar-07 6:33
shabyb9-Mar-07 6:33 
AnswerRe: trackbar in .net Pin
Dave Kreskowiak9-Mar-07 8:28
mveDave Kreskowiak9-Mar-07 8:28 
GeneralRe: trackbar in .net Pin
shabyb9-Mar-07 8:57
shabyb9-Mar-07 8:57 
GeneralRe: trackbar in .net Pin
Dave Kreskowiak9-Mar-07 10:15
mveDave Kreskowiak9-Mar-07 10:15 

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.