Click here to Skip to main content
15,917,597 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: message handling for a popup window [modified] Pin
Rajkumar R28-Apr-08 20:10
Rajkumar R28-Apr-08 20:10 
Questioncan anybody tell me where a static variable get stored in memory Pin
Deepu Antony27-Apr-08 23:36
Deepu Antony27-Apr-08 23:36 
AnswerRe: can anybody tell me where a static variable get stored in memory Pin
Naveen28-Apr-08 0:04
Naveen28-Apr-08 0:04 
GeneralCode behind ::SetFocus(m_hWndFocus) Pin
baerten27-Apr-08 23:24
baerten27-Apr-08 23:24 
GeneralRe: Code behind ::SetFocus(m_hWndFocus) Pin
Saurabh.Garg27-Apr-08 23:38
Saurabh.Garg27-Apr-08 23:38 
AnswerRe: Code behind ::SetFocus(m_hWndFocus) [modified] Pin
baerten28-Apr-08 1:17
baerten28-Apr-08 1:17 
Questionhow to find handle of a window(Hwnd) belongs to particular application? Pin
Super Hornet27-Apr-08 23:19
Super Hornet27-Apr-08 23:19 
AnswerRe: how to find handle of a window(Hwnd) belongs to particular application? Pin
Saurabh.Garg27-Apr-08 23:31
Saurabh.Garg27-Apr-08 23:31 
GeneralRe: how to find handle of a window(Hwnd) belongs to particular application? Pin
Super Hornet28-Apr-08 0:09
Super Hornet28-Apr-08 0:09 
QuestionRe: how to find handle of a window(Hwnd) belongs to particular application? Pin
CPallini28-Apr-08 0:18
mveCPallini28-Apr-08 0:18 
GeneralRe: how to find handle of a window(Hwnd) belongs to particular application? Pin
Super Hornet28-Apr-08 0:22
Super Hornet28-Apr-08 0:22 
GeneralRe: how to find handle of a window(Hwnd) belongs to particular application? Pin
CPallini28-Apr-08 0:31
mveCPallini28-Apr-08 0:31 
GeneralRe: how to find handle of a window(Hwnd) belongs to particular application? Pin
Super Hornet28-Apr-08 0:36
Super Hornet28-Apr-08 0:36 
GeneralRe: how to find handle of a window(Hwnd) belongs to particular application? Pin
CPallini28-Apr-08 0:50
mveCPallini28-Apr-08 0:50 
GeneralRe: how to find handle of a window(Hwnd) belongs to particular application? Pin
Saurabh.Garg28-Apr-08 0:49
Saurabh.Garg28-Apr-08 0:49 
AnswerRe: how to find handle of a window(Hwnd) belongs to particular application? Pin
Hamid_RT29-Apr-08 1:46
Hamid_RT29-Apr-08 1:46 
GeneralPostMessage Mouse clicks [modified] Pin
KarlWF27-Apr-08 23:04
KarlWF27-Apr-08 23:04 
AnswerRe: PostMessage Mouse clicks Pin
James R. Twine28-Apr-08 1:37
James R. Twine28-Apr-08 1:37 
   A few tips, take 'em or leave 'em...

     1: You may want to learn about the differences between screen/absolute coordinates and client coordinates

     2: You may want to learn about which messages use which coordinates (screen or client) and under which circumstances

     3: You may want to learn about how a "click" is a mouse-button down event followed by an up event, and that a double-click event is generally sent by controls that receive two consecutive click events, not by the mouse/system proper

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



GeneralRe: PostMessage Mouse clicks Pin
KarlWF28-Apr-08 16:41
KarlWF28-Apr-08 16:41 
GeneralRe: PostMessage Mouse clicks Pin
Rajkumar R28-Apr-08 5:09
Rajkumar R28-Apr-08 5:09 
Questionfont problem in vc++ edit control Pin
trioum27-Apr-08 22:04
trioum27-Apr-08 22:04 
GeneralRe: font problem in vc++ edit control Pin
CPallini27-Apr-08 23:11
mveCPallini27-Apr-08 23:11 
GeneralRe: font problem in vc++ edit control Pin
trioum28-Apr-08 0:02
trioum28-Apr-08 0:02 
QuestionRe: font problem in vc++ edit control Pin
CPallini28-Apr-08 0:16
mveCPallini28-Apr-08 0:16 
QuestionRe: font problem in vc++ edit control Pin
trioum28-Apr-08 0:39
trioum28-Apr-08 0:39 

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.