Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: Interacting with Exchange Server 2003? Pin
ekynox29-Jul-07 20:46
ekynox29-Jul-07 20:46 
QuestionSimulate Serial Port Pin
Erosares229-Jul-07 12:38
Erosares229-Jul-07 12:38 
AnswerRe: Simulate Serial Port Pin
Luc Pattyn29-Jul-07 13:00
sitebuilderLuc Pattyn29-Jul-07 13:00 
GeneralRe: Simulate Serial Port Pin
vikas amin24-Jul-08 11:41
vikas amin24-Jul-08 11:41 
QuestionApplication settings and types from the same assembly... Pin
Shy Agam29-Jul-07 12:06
Shy Agam29-Jul-07 12:06 
QuestionOk/Cancel buttons Pin
#realJSOP29-Jul-07 11:06
mve#realJSOP29-Jul-07 11:06 
AnswerRe: Ok/Cancel buttons Pin
MarkB77729-Jul-07 11:23
MarkB77729-Jul-07 11:23 
AnswerRe: Ok/Cancel buttons Pin
Christian Graus29-Jul-07 11:28
protectorChristian Graus29-Jul-07 11:28 
On the form itself is a property for which button sends the OK, but that's actually just used for pressing enter to click OK. I'm not sure why it wouldn't close, it should. One nasty behaviour in .NET is, if you have a form with an OK button and it has a child with an OK button, pressing OK will close them both. But, obviously, you have the reverse going on. I'd just handle the click, and call the Close() method ( I would NOT call this.Dispose() )


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Ok/Cancel buttons Pin
#realJSOP29-Jul-07 11:35
mve#realJSOP29-Jul-07 11:35 
GeneralRe: Ok/Cancel buttons Pin
Christian Graus29-Jul-07 12:53
protectorChristian Graus29-Jul-07 12:53 
GeneralRe: Ok/Cancel buttons Pin
#realJSOP30-Jul-07 2:23
mve#realJSOP30-Jul-07 2:23 
AnswerRe: Ok/Cancel buttons Pin
Luc Pattyn29-Jul-07 11:35
sitebuilderLuc Pattyn29-Jul-07 11:35 
AnswerRe: Ok/Cancel buttons Pin
Nouman Bhatti29-Jul-07 20:50
Nouman Bhatti29-Jul-07 20:50 
QuestionMouse movement detection and Visiable/Invisiable Control Panel problem Pin
Khoramdin29-Jul-07 10:54
Khoramdin29-Jul-07 10:54 
AnswerRe: Mouse movement detection and Visiable/Invisiable Control Panel problem Pin
Luc Pattyn29-Jul-07 11:37
sitebuilderLuc Pattyn29-Jul-07 11:37 
GeneralRe: Mouse movement detection and Visiable/Invisiable Control Panel problem Pin
Paul Conrad29-Jul-07 12:34
professionalPaul Conrad29-Jul-07 12:34 
Questionhow can I accessing controls from another page? Pin
kimo code29-Jul-07 10:50
kimo code29-Jul-07 10:50 
AnswerRe: how can I accessing controls from another page? Pin
Christian Graus29-Jul-07 11:30
protectorChristian Graus29-Jul-07 11:30 
GeneralRe: how can I accessing controls from another page? Pin
kimo code29-Jul-07 23:30
kimo code29-Jul-07 23:30 
QuestionCan VS2005 catch exceptions in external dll-s? Pin
Dragan Matic29-Jul-07 9:26
Dragan Matic29-Jul-07 9:26 
QuestionRoll Your Own XP Shell Replacement Pin
convivial.developer29-Jul-07 8:59
convivial.developer29-Jul-07 8:59 
AnswerRe: Roll Your Own XP Shell Replacement Pin
Thomas Stockwell4-Aug-07 13:06
professionalThomas Stockwell4-Aug-07 13:06 
QuestionVista System32 access denied Pin
Identity Undisclosed29-Jul-07 7:43
Identity Undisclosed29-Jul-07 7:43 
AnswerRe: Vista System32 access denied Pin
Paul Conrad29-Jul-07 8:16
professionalPaul Conrad29-Jul-07 8:16 
GeneralRe: Vista System32 access denied Pin
Identity Undisclosed29-Jul-07 10:10
Identity Undisclosed29-Jul-07 10:10 

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.