Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
GeneralRe: Rotating Label Control Pin
Jim Crafton20-Nov-08 9:49
Jim Crafton20-Nov-08 9:49 
GeneralRe: Rotating Label Control Pin
Jim Crafton20-Nov-08 9:51
Jim Crafton20-Nov-08 9:51 
QuestionAlways on top for a C# form Pin
EliottA20-Nov-08 6:14
EliottA20-Nov-08 6:14 
AnswerRe: Always on top for a C# form Pin
Giorgi Dalakishvili20-Nov-08 6:21
mentorGiorgi Dalakishvili20-Nov-08 6:21 
GeneralRe: Always on top for a C# form Pin
EliottA20-Nov-08 6:24
EliottA20-Nov-08 6:24 
QuestionIgnoring mouse input after initial click on a button. Pin
doug michalsky20-Nov-08 5:30
doug michalsky20-Nov-08 5:30 
AnswerRe: Ignoring mouse input after initial click on a button. Pin
DaveyM6921-Nov-08 1:09
professionalDaveyM6921-Nov-08 1:09 
GeneralRe: Ignoring mouse input after initial click on a button. Pin
doug michalsky21-Nov-08 13:18
doug michalsky21-Nov-08 13:18 
Thanks for the input Dave.

I put the WndProc() override function in a Form class definition, with the intention of catching Left Mouse Button events (WM_LBUTTONUP, WM_LBUTTONDOWN, WM_LBUTTONDBLCLK). The effect of this was that messages from clicking on controls (buttons and text boxes) on the form were not even seen by the WndProc function, but the WndProc function did see mouse clicks from anywhere else on the form. I don't know if the mouse messages are modified somehow from the controls so that there IDs are different?

Any help here would be appreciated.

Thanks,
Doug
GeneralRe: Ignoring mouse input after initial click on a button. Pin
DaveyM6924-Nov-08 9:46
professionalDaveyM6924-Nov-08 9:46 
QuestionWebservice To Webservice Pin
BASONJS20-Nov-08 5:28
BASONJS20-Nov-08 5:28 
AnswerRe: Webservice To Webservice [modified] Pin
Wendelius20-Nov-08 8:41
mentorWendelius20-Nov-08 8:41 
GeneralRe: Webservice To Webservice Pin
BASONJS21-Nov-08 0:22
BASONJS21-Nov-08 0:22 
GeneralRe: Webservice To Webservice Pin
Wendelius21-Nov-08 6:21
mentorWendelius21-Nov-08 6:21 
QuestionComparing XML data Pin
ndroo88220-Nov-08 5:25
ndroo88220-Nov-08 5:25 
QuestionHow to use Application.ApplicationExit event? Pin
Sokka9320-Nov-08 5:22
Sokka9320-Nov-08 5:22 
AnswerRe: How to use Application.ApplicationExit event? Pin
Giorgi Dalakishvili20-Nov-08 5:36
mentorGiorgi Dalakishvili20-Nov-08 5:36 
Questionis it posible to open 2 database in WinCe ? Pin
E_Gold20-Nov-08 4:05
E_Gold20-Nov-08 4:05 
AnswerRe: is it posible to open 2 database in WinCe ? Pin
Ennis Ray Lynch, Jr.20-Nov-08 5:29
Ennis Ray Lynch, Jr.20-Nov-08 5:29 
GeneralRe: is it posible to open 2 database in WinCe ? Pin
E_Gold20-Nov-08 8:47
E_Gold20-Nov-08 8:47 
QuestionSimultaneous read/write to a filter. Pin
SanchitK20-Nov-08 3:33
SanchitK20-Nov-08 3:33 
AnswerRe: Simultaneous read/write to a filter. Pin
Andrew Rissing20-Nov-08 4:03
Andrew Rissing20-Nov-08 4:03 
Questionneed help with code Pin
Melanie Booysen20-Nov-08 2:57
Melanie Booysen20-Nov-08 2:57 
AnswerRe: need help with code Pin
Guffa20-Nov-08 3:53
Guffa20-Nov-08 3:53 
GeneralRe: need help with code Pin
Luc Pattyn20-Nov-08 13:53
sitebuilderLuc Pattyn20-Nov-08 13:53 
AnswerRe: need help with code Pin
Andrew Rissing20-Nov-08 4:01
Andrew Rissing20-Nov-08 4:01 

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.