Click here to Skip to main content
15,898,824 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: OT: sig Pin
Alsvha18-Jul-08 9:07
Alsvha18-Jul-08 9:07 
GeneralRe: OT: sig [modified] Pin
~V~19-Jul-08 1:39
~V~19-Jul-08 1:39 
QuestionVery Simple Question Regarding Printing in VBA Pin
Dalek Dave17-Jul-08 1:36
professionalDalek Dave17-Jul-08 1:36 
AnswerRe: Very Simple Question Regarding Printing in VBA Pin
Tim Carmichael17-Jul-08 3:36
Tim Carmichael17-Jul-08 3:36 
GeneralRe: Very Simple Question Regarding Printing in VBA Pin
Dalek Dave17-Jul-08 3:44
professionalDalek Dave17-Jul-08 3:44 
GeneralRe: Very Simple Question Regarding Printing in VBA Pin
Tim Carmichael17-Jul-08 3:51
Tim Carmichael17-Jul-08 3:51 
QuestionForce the user to select Value from ShowDialog Pin
Rupsaa17-Jul-08 1:19
Rupsaa17-Jul-08 1:19 
AnswerRe: Force the user to select Value from ShowDialog Pin
nlarson1117-Jul-08 6:46
nlarson1117-Jul-08 6:46 
i'm assuming at design time your assigning the dialogresult.ok to the ok button. Don't do that. In the click events of the ok and cancel set the result there.

Ex:
private sub cmdOK_Click(sender as object, e as system.eventargs) handles cmdOK.click
.
.
.
'do your checking and get out if failed...

me.dialogresult = windows.forms.dialogresult.ok
close
end sub

'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous

'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous


GeneralRe: Force the user to select Value from ShowDialog Pin
Rupsaa17-Jul-08 21:29
Rupsaa17-Jul-08 21:29 
AnswerRe: Force the user to select Value from ShowDialog Pin
Luc Pattyn17-Jul-08 7:37
sitebuilderLuc Pattyn17-Jul-08 7:37 
AnswerRe: Force the user to select Value from ShowDialog Pin
Mycroft Holmes17-Jul-08 18:09
professionalMycroft Holmes17-Jul-08 18:09 
QuestionMSMQ Private Queue Stucks Pin
Jack Black X17-Jul-08 0:00
Jack Black X17-Jul-08 0:00 
QuestionChange Image size to centimeter Pin
Rupsaa16-Jul-08 22:49
Rupsaa16-Jul-08 22:49 
AnswerRe: Change Image size to centimeter Pin
Christian Graus17-Jul-08 4:08
protectorChristian Graus17-Jul-08 4:08 
QuestionEnvDTE.DTE object Pin
Pawel Gielmuda16-Jul-08 22:26
Pawel Gielmuda16-Jul-08 22:26 
AnswerRe: EnvDTE.DTE object Pin
Scott Dorman17-Jul-08 2:22
professionalScott Dorman17-Jul-08 2:22 
GeneralRe: EnvDTE.DTE object Pin
Pawel Gielmuda17-Jul-08 3:50
Pawel Gielmuda17-Jul-08 3:50 
GeneralRe: EnvDTE.DTE object Pin
Scott Dorman17-Jul-08 4:01
professionalScott Dorman17-Jul-08 4:01 
Questiontake variable value from other form Pin
shee_dee8616-Jul-08 22:07
shee_dee8616-Jul-08 22:07 
AnswerRe: take variable value from other form Pin
dan!sh 16-Jul-08 22:15
professional dan!sh 16-Jul-08 22:15 
AnswerRe: take variable value from other form Pin
sumit703416-Jul-08 22:34
sumit703416-Jul-08 22:34 
AnswerRe: take variable value from other form Pin
~V~17-Jul-08 1:22
~V~17-Jul-08 1:22 
AnswerRe: take variable value from other form Pin
Christian Graus17-Jul-08 4:10
protectorChristian Graus17-Jul-08 4:10 
QuestionHow to connect to Pocket PC(Windows Mobile) from Desktop PC? Pin
pyothinwat16-Jul-08 21:04
pyothinwat16-Jul-08 21:04 
AnswerRe: How to connect to Pocket PC(Windows Mobile) from Desktop PC? Pin
~Khatri Mitesh~17-Jul-08 0:26
~Khatri Mitesh~17-Jul-08 0:26 

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.