No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I checked out the responses to the above question. From what I have coded the correct syntax is: if (condition test) { some code } else { some code } Omitting the braces will cause a runtime/compile error showing that a } is required. Just my take on the question.
I got this from [url]http://msdn.microsoft.com/en-us/library/ms157894.aspx[/url] with the following information The Exit method stops all running message loops on all threads and closes all windows of the application. This method does not necessarily force the application to exit. The Exit method is typically called from within a message loop, and forces …
The control is a Button. This is a Help button. After clicking the button the user can then move the mouse to the ListView and click on an Item and get detailed information. So, here is my problem, the Mouse is captured and the aforementioned code works, though I think …
The End.
herbie643