Click here to Skip to main content
15,905,073 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Timer in user class Pin
Cedric Moonen29-Jun-06 4:31
Cedric Moonen29-Jun-06 4:31 
GeneralRe: Timer in user class Pin
jsumm29-Jun-06 5:15
jsumm29-Jun-06 5:15 
GeneralRe: Timer in user class Pin
Cedric Moonen29-Jun-06 5:30
Cedric Moonen29-Jun-06 5:30 
QuestionOPC Server Pin
Sanjay6429-Jun-06 2:31
Sanjay6429-Jun-06 2:31 
Questionproblem with mouse_event() Pin
V_shr29-Jun-06 2:20
V_shr29-Jun-06 2:20 
AnswerRe: problem with mouse_event() Pin
Justin Tay29-Jun-06 2:47
Justin Tay29-Jun-06 2:47 
GeneralRe: problem with mouse_event() Pin
V_shr29-Jun-06 3:33
V_shr29-Jun-06 3:33 
GeneralRe: problem with mouse_event() Pin
Justin Tay29-Jun-06 3:41
Justin Tay29-Jun-06 3:41 
That would depend on whatever application that is the receipient of the mouse clicks, and I would imagine that a programmer won't think of a situation in which the mouse button can go up without going down first. Just because it "works" in certain cases doesn't mean it's correct. If you had tried simulating keyboard input with keys going up without coming down first you get fantastic results.

Have your taskbar be on the bottom of your primary monitor and visible and run this snippet. Does the start menu pop up? Works for me...

mouse_event(MOUSEEVENTF_MOVE | MOUSEEVENTF_ABSOLUTE, 0, 65535, 0, GetMessageExtraInfo());
mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0 ,0,GetMessageExtraInfo());
mouse_event(MOUSEEVENTF_LEFTUP, 0, 0 ,0,GetMessageExtraInfo());

GeneralRe: problem with mouse_event() Pin
V_shr29-Jun-06 3:50
V_shr29-Jun-06 3:50 
Questionneed help for serial port hooking Pin
fionashrek0329-Jun-06 1:39
fionashrek0329-Jun-06 1:39 
AnswerRe: need help for serial port hooking Pin
David Crow29-Jun-06 2:44
David Crow29-Jun-06 2:44 
Questiontool tip like dialog Pin
Tara1429-Jun-06 1:24
Tara1429-Jun-06 1:24 
AnswerRe: tool tip like dialog Pin
Viorel.29-Jun-06 1:50
Viorel.29-Jun-06 1:50 
GeneralRe: tool tip like dialog Pin
Tara1429-Jun-06 2:25
Tara1429-Jun-06 2:25 
AnswerRe: tool tip like dialog Pin
Rage29-Jun-06 1:51
professionalRage29-Jun-06 1:51 
QuestionRegistry key for installed components. Pin
Aryan S29-Jun-06 1:21
Aryan S29-Jun-06 1:21 
AnswerRe: Registry key for installed components. Pin
Blake Miller30-Jun-06 10:36
Blake Miller30-Jun-06 10:36 
QuestionJPEG Package Pin
karthik Tamizhmathi29-Jun-06 1:00
karthik Tamizhmathi29-Jun-06 1:00 
JokeRe: JPEG Package Pin
ovidiucucu29-Jun-06 3:58
ovidiucucu29-Jun-06 3:58 
QuestionHow to over-write data in flexgrid (MFC) Pin
I c E29-Jun-06 0:46
I c E29-Jun-06 0:46 
QuestionHow to show HTML help on dialogbox? Pin
jadhav12329-Jun-06 0:30
jadhav12329-Jun-06 0:30 
AnswerRe: How to show HTML help on dialogbox? Pin
Viorel.29-Jun-06 1:11
Viorel.29-Jun-06 1:11 
AnswerRe: How to show HTML help on dialogbox? Pin
Stephen Hewitt29-Jun-06 1:59
Stephen Hewitt29-Jun-06 1:59 
Questiondisplay a image on button Pin
Amit Agarrwal29-Jun-06 0:12
Amit Agarrwal29-Jun-06 0:12 
AnswerRe: display a image on button [<font color="red">modified</font>] Pin
Hamid_RT29-Jun-06 0:23
Hamid_RT29-Jun-06 0:23 

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.