Click here to Skip to main content
15,792,609 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to make a window always stay on the top Pin
the Jimmy24-Jan-06 14:40
the Jimmy24-Jan-06 14:40 
AnswerRe: how to make a window always stay on the top Pin
Axonn Echysttas24-Jan-06 14:43
Axonn Echysttas24-Jan-06 14:43 
GeneralRe: how to make a window always stay on the top Pin
the Jimmy24-Jan-06 17:04
the Jimmy24-Jan-06 17:04 
GeneralRe: how to make a window always stay on the top Pin
Axonn Echysttas24-Jan-06 20:43
Axonn Echysttas24-Jan-06 20:43 
GeneralRe: how to make a window always stay on the top Pin
the Jimmy24-Jan-06 21:53
the Jimmy24-Jan-06 21:53 
GeneralRe: how to make a window always stay on the top Pin
Axonn Echysttas24-Jan-06 22:51
Axonn Echysttas24-Jan-06 22:51 
Questionfloat to binary Pin
P1P3R24-Jan-06 13:24
P1P3R24-Jan-06 13:24 
AnswerRe: float to binary Pin
Joshua Quick24-Jan-06 13:37
Joshua Quick24-Jan-06 13:37 
You should use a union.
union FloatConverter
{
   float fValue;
   char  Bytes[4];
};

GeneralRe: float to binary Pin
P1P3R24-Jan-06 16:22
P1P3R24-Jan-06 16:22 
GeneralRe: float to binary Pin
Joshua Quick24-Jan-06 16:29
Joshua Quick24-Jan-06 16:29 
GeneralRe: float to binary Pin
P1P3R24-Jan-06 16:38
P1P3R24-Jan-06 16:38 
QuestionSubclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 13:17
Axonn Echysttas24-Jan-06 13:17 
AnswerRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
sps-itsec4624-Jan-06 13:43
sps-itsec4624-Jan-06 13:43 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 13:45
Axonn Echysttas24-Jan-06 13:45 
AnswerRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 15:17
Axonn Echysttas24-Jan-06 15:17 
AnswerRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Ryan Binns24-Jan-06 18:54
Ryan Binns24-Jan-06 18:54 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 20:40
Axonn Echysttas24-Jan-06 20:40 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Ryan Binns24-Jan-06 21:43
Ryan Binns24-Jan-06 21:43 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas24-Jan-06 22:58
Axonn Echysttas24-Jan-06 22:58 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Ryan Binns24-Jan-06 23:18
Ryan Binns24-Jan-06 23:18 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas25-Jan-06 1:16
Axonn Echysttas25-Jan-06 1:16 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Ryan Binns25-Jan-06 1:18
Ryan Binns25-Jan-06 1:18 
GeneralRe: Subclassing problem: WM_LBUTTONDOWN is missing Pin
Axonn Echysttas25-Jan-06 1:22
Axonn Echysttas25-Jan-06 1:22 
QuestionManifest == dud ? Pin
Swinefeaster24-Jan-06 12:47
Swinefeaster24-Jan-06 12:47 
AnswerRe: Manifest == dud ? Pin
Christian Graus24-Jan-06 15:14
protectorChristian Graus24-Jan-06 15:14 

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.