Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~783 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for abarlowa

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.

Member Avatar for herbie643
0
95
Member Avatar for pkinoc

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 …

Member Avatar for herbie643
0
559
Member Avatar for herbie643

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 …

Member Avatar for herbie643
0
129

The End.