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

C / C++ / MFC

 
GeneralRe: Meeting troubles when using DeskBands. Pin
Nish Nishant23-May-02 23:03
sitebuilderNish Nishant23-May-02 23:03 
GeneralRe: Meeting troubles when using DeskBands. Pin
George Ma23-May-02 23:18
George Ma23-May-02 23:18 
GeneralRe: Meeting troubles when using DeskBands. Pin
Nish Nishant23-May-02 23:24
sitebuilderNish Nishant23-May-02 23:24 
GeneralMeeting troubles when using DeskBands. Pin
23-May-02 21:52
suss23-May-02 21:52 
QuestionSecond try... Accessing bitmap bits instead of TIFF image data? Pin
Ice-T.Polarbear23-May-02 21:48
Ice-T.Polarbear23-May-02 21:48 
QuestionHow to transelate the following fprintf into a MessageBox Pin
chen23-May-02 21:28
chen23-May-02 21:28 
AnswerRe: How to transelate the following fprintf into a MessageBox Pin
Nish Nishant23-May-02 21:45
sitebuilderNish Nishant23-May-02 21:45 
AnswerRe: How to transelate the following fprintf into a MessageBox Pin
Fredrik Skog23-May-02 21:59
Fredrik Skog23-May-02 21:59 
IMHO this one's slightly better than Nish's.
CString strMsgBoxText;
strMsgBoxText.Format("Add. Info 0x%08lx \n%s\n %02ld:%02ld:%02ld ", val, sense[i].desc, val / 75 / 60, val / 75 % 60, val % 75);
MessageBox(strMsgBoxText, "MsgBoxCaption");


Cheers,
Fredrik

<right>Sonork ID: 100.11430:PhatBoy


'It is so much simpler to bury reality than it is to dispose of dreams.'

- Don Delillo, Americana
AnswerRe: How to transelate the following fprintf into a MessageBox Pin
Ice-T.Polarbear23-May-02 22:01
Ice-T.Polarbear23-May-02 22:01 
AnswerRe: How to transelate the following fprintf into a MessageBox Pin
Ice-T.Polarbear23-May-02 22:07
Ice-T.Polarbear23-May-02 22:07 
GeneralRe: How to transelate the following fprintf into a MessageBox Pin
chen23-May-02 22:18
chen23-May-02 22:18 
GeneralRe: How to transelate the following fprintf into a MessageBox Pin
Nish Nishant23-May-02 22:40
sitebuilderNish Nishant23-May-02 22:40 
QuestionTimers in Worker threads? Pin
ramdili23-May-02 20:48
ramdili23-May-02 20:48 
AnswerRe: Timers in Worker threads? Pin
Sameer Maggon23-May-02 21:04
Sameer Maggon23-May-02 21:04 
GeneralActiveX ATL - Problem - ASP Pin
Sameer Maggon23-May-02 20:45
Sameer Maggon23-May-02 20:45 
GeneralOwnerdraw Pin
Jan van den Baard23-May-02 20:39
professionalJan van den Baard23-May-02 20:39 
Generala painful "select database" dialog... Pin
Atilla Selem23-May-02 20:34
Atilla Selem23-May-02 20:34 
GeneralRe: a painful "select database" dialog... Pin
Prem Kumar23-May-02 20:38
Prem Kumar23-May-02 20:38 
GeneralRe: a painful "select database" dialog... Pin
Atilla Selem23-May-02 21:23
Atilla Selem23-May-02 21:23 
GeneralRe: a painful "select database" dialog... Pin
Matt Gullett24-May-02 0:38
Matt Gullett24-May-02 0:38 
GeneralACCESS_MASK Pin
Mazdak23-May-02 20:14
Mazdak23-May-02 20:14 
GeneralRe: ACCESS_MASK Pin
PJ Arends23-May-02 20:21
professionalPJ Arends23-May-02 20:21 
GeneralRe: ACCESS_MASK Pin
Mazdak23-May-02 20:48
Mazdak23-May-02 20:48 
GeneralViews derived from CWnd Pin
Mangesh Sardesai23-May-02 19:52
Mangesh Sardesai23-May-02 19:52 
GeneralRe: Views derived from CWnd Pin
Joaquín M López Muñoz23-May-02 19:56
Joaquín M López Muñoz23-May-02 19:56 

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.