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

C / C++ / MFC

 
AnswerRe: how to make a file use unicode in windows 98?? Pin
Prakash Nadar24-Jan-06 18:15
Prakash Nadar24-Jan-06 18:15 
AnswerRe: how to make a file use unicode in windows 98?? Pin
<color>Aljechin 24-Jan-06 19:38
<color>Aljechin 24-Jan-06 19:38 
QuestionRe: how to make a file use unicode in windows 98?? Pin
David Crow25-Jan-06 5:29
David Crow25-Jan-06 5:29 
Questionhow to make a window always stay on the top Pin
the Jimmy24-Jan-06 13:40
the Jimmy24-Jan-06 13:40 
AnswerRe: how to make a window always stay on the top Pin
Axonn Echysttas24-Jan-06 13:43
Axonn Echysttas24-Jan-06 13:43 
GeneralRe: how to make a window always stay on the top Pin
the Jimmy24-Jan-06 16:04
the Jimmy24-Jan-06 16:04 
GeneralRe: how to make a window always stay on the top Pin
Axonn Echysttas24-Jan-06 19:43
Axonn Echysttas24-Jan-06 19:43 
GeneralRe: how to make a window always stay on the top Pin
the Jimmy24-Jan-06 20:53
the Jimmy24-Jan-06 20:53 
GeneralRe: how to make a window always stay on the top Pin
Axonn Echysttas24-Jan-06 21:51
Axonn Echysttas24-Jan-06 21:51 
Questionfloat to binary Pin
P1P3R24-Jan-06 12:24
P1P3R24-Jan-06 12:24 
AnswerRe: float to binary Pin
Joshua Quick24-Jan-06 12:37
Joshua Quick24-Jan-06 12:37 
GeneralRe: float to binary Pin
P1P3R24-Jan-06 15:22
P1P3R24-Jan-06 15:22 
GeneralRe: float to binary Pin
Joshua Quick24-Jan-06 15:29
Joshua Quick24-Jan-06 15:29 
GeneralRe: float to binary Pin
P1P3R24-Jan-06 15:38
P1P3R24-Jan-06 15:38 
QuestionSubclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 12:17
Axonn Echysttas24-Jan-06 12:17 
AnswerRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
sps-itsec4624-Jan-06 12:43
sps-itsec4624-Jan-06 12:43 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 12:45
Axonn Echysttas24-Jan-06 12:45 
AnswerRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 14:17
Axonn Echysttas24-Jan-06 14:17 
AnswerRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Ryan Binns24-Jan-06 17:54
Ryan Binns24-Jan-06 17:54 
When the WM_NCHITTEST message (which always precedes the other mouse messages) is sent to the clock window, it returns the value HTTRANSPARENT, causing Windows to send the message to its parent, a window of class "TrayNotifyWnd". This also returns HTTRANSPARENT, so the message is sent to its parent, a window of class "Shell_TrayWnd". This window returns HTBORDER, indicating a click in the non-client area, so Windows then sends a WM_NCLBUTTONDOWN to the Shell_TrayWnd window - the child windows are treated as being transparent and do not receive the mouse click messages. The Shell_TrayWnd window is the one that actually receives and processes the mouse click messages.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 19:40
Axonn Echysttas24-Jan-06 19:40 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Ryan Binns24-Jan-06 20:43
Ryan Binns24-Jan-06 20:43 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 21:58
Axonn Echysttas24-Jan-06 21:58 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Ryan Binns24-Jan-06 22:18
Ryan Binns24-Jan-06 22:18 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas25-Jan-06 0:16
Axonn Echysttas25-Jan-06 0:16 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Ryan Binns25-Jan-06 0:18
Ryan Binns25-Jan-06 0:18 

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.