Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionASSERT_VALID ? Pin
Jnewg512-Apr-04 7:13
Jnewg512-Apr-04 7:13 
AnswerRe: ASSERT_VALID ? Pin
Anthony_Yio13-Apr-04 0:21
Anthony_Yio13-Apr-04 0:21 
GeneralCWinThread "issues" Pin
T1TAN12-Apr-04 6:59
T1TAN12-Apr-04 6:59 
GeneralRe: CWinThread "issues" Pin
John M. Drescher12-Apr-04 8:18
John M. Drescher12-Apr-04 8:18 
GeneralRe: CWinThread "issues" Pin
T1TAN12-Apr-04 8:53
T1TAN12-Apr-04 8:53 
GeneralRe: CWinThread "issues" Pin
John M. Drescher12-Apr-04 8:58
John M. Drescher12-Apr-04 8:58 
GeneralRe: CWinThread "issues" Pin
T1TAN12-Apr-04 9:17
T1TAN12-Apr-04 9:17 
GeneralRe: CWinThread "issues" Pin
John M. Drescher12-Apr-04 9:33
John M. Drescher12-Apr-04 9:33 
T1TAN wrote:
so.. my dialog cannot be inside a thread?

You can but in a lot of cases you will run into problems like this. You must not have the parent of the dialog be the main window. You must not call any of the dialog's GUI calls from any other thread than the one the dialog was created in. You must not delete the dialog object from a thread that did not create it.

John
GeneralRe: CWinThread "issues" Pin
T1TAN12-Apr-04 9:41
T1TAN12-Apr-04 9:41 
GeneralRe: CWinThread "issues" Pin
John M. Drescher12-Apr-04 10:36
John M. Drescher12-Apr-04 10:36 
GeneralRe: CWinThread "issues" Pin
dreamerzz18-Apr-04 0:07
dreamerzz18-Apr-04 0:07 
GeneralRe: CWinThread "issues" Pin
John M. Drescher18-Apr-04 18:13
John M. Drescher18-Apr-04 18:13 
GeneralRe: CWinThread "issues" Pin
dreamerzz20-Apr-04 2:15
dreamerzz20-Apr-04 2:15 
GeneralRe: CWinThread "issues" Pin
John M. Drescher20-Apr-04 4:28
John M. Drescher20-Apr-04 4:28 
GeneralCreating string from BSTR Pin
yanuart12-Apr-04 6:25
yanuart12-Apr-04 6:25 
GeneralRe: Creating string from BSTR Pin
Darshan Jani12-Apr-04 7:02
Darshan Jani12-Apr-04 7:02 
GeneralRe: Creating string from BSTR Pin
GuimaSun12-Apr-04 7:07
GuimaSun12-Apr-04 7:07 
GeneralKeep the Client DC state in a Bitmap Pin
stelitsisan12-Apr-04 5:40
stelitsisan12-Apr-04 5:40 
GeneralCustomized CFileDialog Pin
benny232312-Apr-04 5:28
benny232312-Apr-04 5:28 
GeneralRe: Customized CFileDialog Pin
David Crow12-Apr-04 7:40
David Crow12-Apr-04 7:40 
GeneralRe: Customized CFileDialog Pin
benny232312-Apr-04 8:36
benny232312-Apr-04 8:36 
GeneralRe: Customized CFileDialog Pin
David Crow12-Apr-04 9:22
David Crow12-Apr-04 9:22 
GeneralMy Service gets stopped when checked for dependensies Pin
Anonymous12-Apr-04 5:01
Anonymous12-Apr-04 5:01 
General_variant_t causing linker error Pin
yanuart12-Apr-04 4:23
yanuart12-Apr-04 4:23 
GeneralRe: _variant_t causing linker error Pin
David Crow12-Apr-04 4:28
David Crow12-Apr-04 4:28 

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.