Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compiling C++ in .NET 2003 Pin
Phil J Pearson6-May-04 6:49
Phil J Pearson6-May-04 6:49 
GeneralRe: Compiling C++ in .NET 2003 Pin
PaleyX6-May-04 6:51
PaleyX6-May-04 6:51 
GeneralRe: Compiling C++ in .NET 2003 Pin
Steve S6-May-04 22:36
Steve S6-May-04 22:36 
GeneralSimple Input Box Pin
hypersphere5-May-04 12:36
hypersphere5-May-04 12:36 
GeneralRe: Simple Input Box Pin
Antony M Kancidrowski6-May-04 5:07
Antony M Kancidrowski6-May-04 5:07 
GeneralRe: Simple Input Box Pin
hypersphere6-May-04 5:13
hypersphere6-May-04 5:13 
GeneralWM_MENUDRAG Problem. Pin
Iain Clarke, Warrior Programmer5-May-04 12:16
Iain Clarke, Warrior Programmer5-May-04 12:16 
GeneralRe: WM_MENUDRAG Problem. Pin
Roger Allen6-May-04 4:12
Roger Allen6-May-04 4:12 
I helped with a similar problem on CG a while back. You can do it like this:

Use SetFocus() on a different control
Use SendInput() and set the dwFlags input to MOUSEEVENTF_LEFTDOWN
Use PostMessage(WM_LBUTTONDOWN, 0, 0)
Use WM_CANCELMODE

The original thread is http://www.codeguru.com/forum/showthread.php?s=&threadid=291063[^]

Roger Allen - Sonork 100.10016
Strong Sad:
Clever I am? Next to no one.
Undiscovered and soggy.
Look up. Look down. They're around.
Probably laughing. Still, bright, watery.
Listed among the top. Ten.
Nine. Late night. Early morn.
Early mourn. Now I sleep.

GeneralRe: WM_MENUDRAG Problem. Pin
Iain Clarke, Warrior Programmer6-May-04 5:13
Iain Clarke, Warrior Programmer6-May-04 5:13 
GeneralRe: WM_MENUDRAG Problem. Pin
Roger Allen6-May-04 5:37
Roger Allen6-May-04 5:37 
GeneralRe: WM_MENUDRAG Problem. Pin
Iain Clarke, Warrior Programmer6-May-04 5:25
Iain Clarke, Warrior Programmer6-May-04 5:25 
GeneralRe: WM_MENUDRAG Problem. Pin
Iain Clarke, Warrior Programmer7-May-04 1:52
Iain Clarke, Warrior Programmer7-May-04 1:52 
QuestionBest Approach? Pin
monrobot135-May-04 10:18
monrobot135-May-04 10:18 
AnswerRe: Best Approach? Pin
Christian Graus5-May-04 10:35
protectorChristian Graus5-May-04 10:35 
AnswerRe: Best Approach? Pin
Antti Keskinen5-May-04 10:37
Antti Keskinen5-May-04 10:37 
GeneralDynamic Menus w/ MDI Pin
BAmity5-May-04 9:26
BAmity5-May-04 9:26 
GeneralRe: Dynamic Menus w/ MDI Pin
Roger Allen6-May-04 4:30
Roger Allen6-May-04 4:30 
GeneralWM_COPYDATA Pin
Anonymous5-May-04 8:12
Anonymous5-May-04 8:12 
GeneralRe: WM_COPYDATA Pin
David Crow5-May-04 8:49
David Crow5-May-04 8:49 
QuestionMemory leaks? Pin
jonsson_845-May-04 7:53
jonsson_845-May-04 7:53 
AnswerRe: Memory leaks? Pin
David Crow5-May-04 7:57
David Crow5-May-04 7:57 
GeneralRe: Memory leaks? Pin
jonsson_845-May-04 8:07
jonsson_845-May-04 8:07 
GeneralRe: Memory leaks? Pin
David Crow5-May-04 8:52
David Crow5-May-04 8:52 
GeneralRe: Memory leaks? Pin
jonsson_845-May-04 10:45
jonsson_845-May-04 10:45 
AnswerRe: Memory leaks? Pin
Johan Rosengren5-May-04 8:23
Johan Rosengren5-May-04 8: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.