Click here to Skip to main content
15,911,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Another quick thread problem! Pin
Joaquín M López Muñoz25-Feb-02 2:34
Joaquín M López Muñoz25-Feb-02 2:34 
GeneralRe: Another quick thread problem! Pin
Jon Hulatt25-Feb-02 3:06
Jon Hulatt25-Feb-02 3:06 
GeneralThe Bitmap ran away..... Pin
Spock25-Feb-02 1:35
Spock25-Feb-02 1:35 
GeneralSendInput question Pin
Haim Yulzari25-Feb-02 0:47
Haim Yulzari25-Feb-02 0:47 
QuestionHow you find how many MDI child windows are open ? Pin
25-Feb-02 0:01
suss25-Feb-02 0:01 
AnswerRe: How you find how many MDI child windows are open ? Pin
Paul M Watt25-Feb-02 0:31
mentorPaul M Watt25-Feb-02 0:31 
GeneralSending message to MessageBox ... Pin
Hadi Rezaee25-Feb-02 0:01
Hadi Rezaee25-Feb-02 0:01 
GeneralRe: Sending message to MessageBox ... Pin
Paul M Watt25-Feb-02 0:07
mentorPaul M Watt25-Feb-02 0:07 
You will not be able to do it from the same thread that you called message box from unless you hook the creation of the message box and subclass the message box, because MessageBox is a modal function. The processing from the message box function will not continue until the Message box window is closed..


GeneralRe: Sending message to MessageBox ... Pin
Nish Nishant25-Feb-02 1:27
sitebuilderNish Nishant25-Feb-02 1:27 
GeneralRe: Sending message to MessageBox ... Pin
Ravi Bhavnani25-Feb-02 1:41
professionalRavi Bhavnani25-Feb-02 1:41 
GeneralPainting Pin
Wizard_0124-Feb-02 23:43
Wizard_0124-Feb-02 23:43 
GeneralRe: Painting Pin
Paul M Watt24-Feb-02 23:57
mentorPaul M Watt24-Feb-02 23:57 
QuestionHTML to rtf conversion? Pin
Kumar saurabh24-Feb-02 23:19
Kumar saurabh24-Feb-02 23:19 
AnswerRe: HTML to rtf conversion? Pin
Simon Walton25-Feb-02 0:04
Simon Walton25-Feb-02 0:04 
GeneralRe: HTML to rtf conversion? Pin
Kumar saurabh25-Feb-02 0:11
Kumar saurabh25-Feb-02 0:11 
AnswerRe: HTML to rtf conversion? Pin
Kannan Kalyanaraman25-Feb-02 6:57
Kannan Kalyanaraman25-Feb-02 6:57 
AnswerRe: HTML to rtf conversion? Pin
moliate25-Feb-02 23:14
moliate25-Feb-02 23:14 
General[Message Deleted] Pin
zeki yugnak24-Feb-02 23:19
zeki yugnak24-Feb-02 23:19 
GeneralRe: mfc Pin
Christian Graus24-Feb-02 23:19
protectorChristian Graus24-Feb-02 23:19 
GeneralRe: mfc Pin
Simon Walton25-Feb-02 0:06
Simon Walton25-Feb-02 0:06 
GeneralRe: mfc Pin
Roger Stewart25-Feb-02 12:21
professionalRoger Stewart25-Feb-02 12:21 
GeneralContext Menu Pin
Jerome Conus24-Feb-02 22:29
Jerome Conus24-Feb-02 22:29 
QuestionAuto resizing regions??? Pin
24-Feb-02 22:34
suss24-Feb-02 22:34 
AnswerRe: Auto resizing regions??? Pin
Paul M Watt24-Feb-02 22:52
mentorPaul M Watt24-Feb-02 22:52 
GeneralRe: Auto resizing regions??? Pin
24-Feb-02 23:06
suss24-Feb-02 23:06 

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.