Click here to Skip to main content
15,892,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Hex values ??????? Pin
BadJerry30-Mar-05 23:21
BadJerry30-Mar-05 23:21 
GeneralRe: Hex values ??????? Pin
Static(x)30-Mar-05 23:28
Static(x)30-Mar-05 23:28 
GeneralRe: Hex values ??????? Pin
BadJerry30-Mar-05 23:44
BadJerry30-Mar-05 23:44 
QuestionMFC Spin control: How to control float numbers? Pin
N@t@sh@30-Mar-05 22:55
N@t@sh@30-Mar-05 22:55 
GeneralData marshalling from worker thread to GUI thread Pin
Johann Gerell30-Mar-05 21:51
Johann Gerell30-Mar-05 21:51 
GeneralRe: Data marshalling from worker thread to GUI thread Pin
Gary R. Wheeler2-Apr-05 3:56
Gary R. Wheeler2-Apr-05 3:56 
Questionresolve windows message number into plain text name of message? Pin
T.T.H.30-Mar-05 21:47
T.T.H.30-Mar-05 21:47 
AnswerRe: resolve windows message number into plain text name of message? Pin
S Hassan30-Mar-05 23:59
S Hassan30-Mar-05 23:59 
please refer winuser.h
where you can find the numeric values of each windows message

example:
#define WM_COMMAND 0x0111
#define WM_SYSCOMMAND 0x0112
#define WM_TIMER 0x0113
#define WM_HSCROLL 0x0114
#define WM_VSCROLL 0x0115
#define WM_INITMENU 0x0116
#define WM_INITMENUPOPUP 0x0117
#define WM_MENUSELECT 0x011F
#define WM_MENUCHAR 0x0120
#define WM_ENTERIDLE 0x0121
Generalstupid question about std::cin Pin
Jerome Conus30-Mar-05 21:31
Jerome Conus30-Mar-05 21:31 
GeneralRe: stupid question about std::cin Pin
Joaquín M López Muñoz30-Mar-05 21:51
Joaquín M López Muñoz30-Mar-05 21:51 
GeneralRe: stupid question about std::cin Pin
Jerome Conus31-Mar-05 0:26
Jerome Conus31-Mar-05 0:26 
GeneralRe: stupid question about std::cin Pin
namaskaaram30-Mar-05 21:55
namaskaaram30-Mar-05 21:55 
Generaltelephone in vc++ Pin
mpallavi30-Mar-05 21:20
mpallavi30-Mar-05 21:20 
GeneralRe: telephone in vc++ Pin
ThatsAlok30-Mar-05 21:59
ThatsAlok30-Mar-05 21:59 
GeneralFeedBack Pin
HDPerformance80830-Mar-05 21:13
HDPerformance80830-Mar-05 21:13 
Generalwave display Pin
zhenyuanwu30-Mar-05 21:00
zhenyuanwu30-Mar-05 21:00 
GeneralRe: wave display Pin
hasansheik1-Apr-05 1:32
hasansheik1-Apr-05 1:32 
GeneralExecuting from CD Pin
insanelogic30-Mar-05 20:42
insanelogic30-Mar-05 20:42 
GeneralRe: Executing from CD Pin
ThatsAlok30-Mar-05 22:29
ThatsAlok30-Mar-05 22:29 
GeneralChanging background colour of a checkbox Pin
Member 64506730-Mar-05 20:27
Member 64506730-Mar-05 20:27 
GeneralRe: Changing background colour of a checkbox Pin
ThatsAlok30-Mar-05 21:51
ThatsAlok30-Mar-05 21:51 
GeneralProblem receiving UDP messages Pin
ilgale30-Mar-05 19:34
ilgale30-Mar-05 19:34 
GeneralDrawing Rectangle and Cirlcle using CDC Pin
wasife30-Mar-05 18:31
wasife30-Mar-05 18:31 
GeneralRe: Drawing Rectangle and Cirlcle using CDC Pin
ThatsAlok30-Mar-05 18:52
ThatsAlok30-Mar-05 18:52 
Questionhow to save MultiDoctemplate Pin
njty_lzy30-Mar-05 18:04
njty_lzy30-Mar-05 18:04 

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.