Click here to Skip to main content
15,881,882 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: My clients requirement is Pin
Paul Conrad26-Jul-07 9:55
professionalPaul Conrad26-Jul-07 9:55 
GeneralRe: My clients requirement is Pin
indian14326-Jul-07 20:20
indian14326-Jul-07 20:20 
AnswerRe: My clients requirement is Pin
Christian Graus26-Jul-07 23:14
protectorChristian Graus26-Jul-07 23:14 
GeneralRe: My clients requirement is Pin
indian14327-Jul-07 0:19
indian14327-Jul-07 0:19 
GeneralRe: My clients requirement is Pin
Christian Graus27-Jul-07 0:49
protectorChristian Graus27-Jul-07 0:49 
QuestionUsing Forms with Managed DirectX Pin
Leslie Sanford25-Jul-07 19:48
Leslie Sanford25-Jul-07 19:48 
Questionpop up form to capture reason Pin
jpk42025-Jul-07 4:52
jpk42025-Jul-07 4:52 
AnswerRe: pop up form to capture reason [modified] Pin
Luc Pattyn25-Jul-07 5:12
sitebuilderLuc Pattyn25-Jul-07 5:12 
You should set the button's DialogResult to DialogResult.OK or .Cancel for the OK and the
Cancel button. Then:

If you show a form as a dialog (i.e. with ShowDialog()) then click
any button it will return the button's DialogResult; and
if you click the dialog's Close Box, it by default return DialogResult.Cancel.

furthermore:
- you can set the Form.AcceptButton to interpret the ENTER key as an OK
- you can set the Form.CancelButton to interpret the ESCAPEkey as a Cancel.

Smile | :)



-- modified at 11:19 Wednesday 25th July, 2007


GeneralRe: pop up form to capture reason Pin
jpk42025-Jul-07 6:23
jpk42025-Jul-07 6:23 
GeneralRe: pop up form to capture reason Pin
Luc Pattyn25-Jul-07 6:36
sitebuilderLuc Pattyn25-Jul-07 6:36 
GeneralRe: pop up form to capture reason Pin
jpk42025-Jul-07 6:45
jpk42025-Jul-07 6:45 
GeneralRe: pop up form to capture reason Pin
Luc Pattyn25-Jul-07 7:12
sitebuilderLuc Pattyn25-Jul-07 7:12 
QuestionWebbrowser and encoding Pin
hoonzis24-Jul-07 22:38
hoonzis24-Jul-07 22:38 
QuestionProblems adding dynamically a custon-control to a panel Pin
J. Holzer24-Jul-07 11:40
J. Holzer24-Jul-07 11:40 
QuestionHow to run a dll on system reboot Pin
rockyl24-Jul-07 4:46
rockyl24-Jul-07 4:46 
AnswerRe: How to run a dll on system reboot Pin
Christian Graus24-Jul-07 13:31
protectorChristian Graus24-Jul-07 13:31 
GeneralRe: How to run a dll on system reboot Pin
rockyl24-Jul-07 21:02
rockyl24-Jul-07 21:02 
GeneralRe: How to run a dll on system reboot Pin
Christian Graus24-Jul-07 22:05
protectorChristian Graus24-Jul-07 22:05 
GeneralRe: How to run a dll on system reboot Pin
rockyl24-Jul-07 22:39
rockyl24-Jul-07 22:39 
GeneralRe: How to run a dll on system reboot Pin
Jonathan [Darka]26-Jul-07 4:27
professionalJonathan [Darka]26-Jul-07 4:27 
QuestionDrag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
charles92223-Jul-07 18:57
charles92223-Jul-07 18:57 
AnswerRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Christian Graus23-Jul-07 19:11
protectorChristian Graus23-Jul-07 19:11 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Paul Conrad23-Jul-07 19:48
professionalPaul Conrad23-Jul-07 19:48 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Christian Graus23-Jul-07 19:58
protectorChristian Graus23-Jul-07 19:58 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Paul Conrad23-Jul-07 20:00
professionalPaul Conrad23-Jul-07 20:00 

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.