Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Hi,

the "& ~" construction means to remove the class style CS_DBLCLKS from the window. But this isn't necessarily the source of your problem. MSDN says the following:
>> If a window does not have the CS_DBLCLKS style, Windows sends
the following message sequence to the window: WM_LBUTTONDOWN,
WM_LBUTTONUP, WM_LBUTTONDOWN, and WM_LBUTTONUP.

>> If a window does have the CS_DBLCLKS style, Windows sends the
following message sequence: WM_LBUTTONDOWN, WM_LBUTTONUP,
WM_LBUTTONDBLCLK, and WM_LBUTTONUP. That is, the second
WM_LBUTTONDOWN message is replaced by a WM_LBUTTONDBLCLK
message.

So I guess the problem is located somewhere else.

regards,
mykel

If they give you lined paper, write the other way!
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 
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 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas25-Jan-06 0:22
Axonn Echysttas25-Jan-06 0:22 
QuestionManifest == dud ? Pin
Swinefeaster24-Jan-06 11:47
Swinefeaster24-Jan-06 11:47 
AnswerRe: Manifest == dud ? Pin
Christian Graus24-Jan-06 14:14
protectorChristian Graus24-Jan-06 14:14 
GeneralRe: Manifest == dud ? Pin
S Douglas24-Jan-06 20:37
professionalS Douglas24-Jan-06 20:37 
GeneralRe: Manifest == dud ? Pin
Swinefeaster25-Jan-06 15:26
Swinefeaster25-Jan-06 15:26 
QuestionErase Window Pin
sidkraft24-Jan-06 11:39
sidkraft24-Jan-06 11:39 
AnswerRe: Erase Window Pin
Christian Graus24-Jan-06 14:16
protectorChristian Graus24-Jan-06 14:16 
QuestionHow to get the handle of a Popup Menu for a window? Pin
Xiangyang Liu 刘向阳24-Jan-06 9:38
Xiangyang Liu 刘向阳24-Jan-06 9:38 

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.