Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File packers Pin
Ravi Bhavnani13-Jun-02 17:53
professionalRavi Bhavnani13-Jun-02 17:53 
GeneralRe: File packers Pin
Nish Nishant13-Jun-02 18:29
sitebuilderNish Nishant13-Jun-02 18:29 
QuestionHow can I get the version of RICHED20.DLL? Pin
Oz Ben Eliezer13-Jun-02 14:08
Oz Ben Eliezer13-Jun-02 14:08 
AnswerRe: How can I get the version of RICHED20.DLL? Pin
James R. Twine13-Jun-02 17:53
James R. Twine13-Jun-02 17:53 
GeneralString Table Resource Pin
Atlence13-Jun-02 13:51
Atlence13-Jun-02 13:51 
GeneralRe: String Table Resource Pin
James R. Twine13-Jun-02 17:54
James R. Twine13-Jun-02 17:54 
GeneralPostThreadMessage Pin
wilche13-Jun-02 13:34
wilche13-Jun-02 13:34 
GeneralRe: PostThreadMessage Pin
Rama Krishna Vavilala13-Jun-02 14:45
Rama Krishna Vavilala13-Jun-02 14:45 
wilche wrote:
PostThreadMessage.
It did not post to the thread as expected, but GetLastError did not indicate that an error has occurred.


Does the thread in question has it's message queue created. That is does it call any of GetMessage, PeekMessage etc. functions before you call PostThreadMessage from other threads. That might be the problem.
GeneralRe: PostThreadMessage Pin
wilche13-Jun-02 16:36
wilche13-Jun-02 16:36 
Generallink error Pin
13-Jun-02 12:44
suss13-Jun-02 12:44 
GeneralRe: link error Pin
Rama Krishna Vavilala13-Jun-02 12:52
Rama Krishna Vavilala13-Jun-02 12:52 
GeneralRe: link error Pin
13-Jun-02 12:57
suss13-Jun-02 12:57 
General10x Pin
13-Jun-02 13:00
suss13-Jun-02 13:00 
GeneralOpen files by double clicking Pin
Sun666613-Jun-02 10:48
Sun666613-Jun-02 10:48 
GeneralSTL valarray usage Pin
David Leikis13-Jun-02 10:23
David Leikis13-Jun-02 10:23 
GeneralRe: STL valarray usage Pin
Joaquín M López Muñoz13-Jun-02 12:20
Joaquín M López Muñoz13-Jun-02 12:20 
QuestionHow do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Pin
redeemer13-Jun-02 9:20
redeemer13-Jun-02 9:20 
AnswerRe: How do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Ans: you can set the parent window as parent to the dialog or disable te window and enalbe it when the dialog is closed Pin
loket13-Jun-02 9:43
loket13-Jun-02 9:43 
GeneralRe: How do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Ans: you can set the parent window as parent to the dialog or disable te window and enalbe it when the dialog is closed Pin
redeemer13-Jun-02 9:39
redeemer13-Jun-02 9:39 
General<b></b> Pin
Rama Krishna Vavilala13-Jun-02 10:10
Rama Krishna Vavilala13-Jun-02 10:10 
GeneralRe Pin
Marc Richarme13-Jun-02 13:13
Marc Richarme13-Jun-02 13:13 
AnswerRe: How do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Pin
Tim Smith13-Jun-02 9:43
Tim Smith13-Jun-02 9:43 
GeneralRe: How do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Pin
redeemer13-Jun-02 10:06
redeemer13-Jun-02 10:06 
GeneralPassing an object from VB to VC++ ActiveX control Pin
13-Jun-02 8:36
suss13-Jun-02 8:36 
GeneralRe: Passing an object from VB to VC++ ActiveX control Pin
13-Jun-02 9:20
suss13-Jun-02 9:20 

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.