Click here to Skip to main content
15,915,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: JPEG,GIF File Display Pin
Mike Zinni4-Mar-03 5:12
Mike Zinni4-Mar-03 5:12 
GeneralRe: JPEG,GIF File Display Pin
Big Art4-Mar-03 7:32
Big Art4-Mar-03 7:32 
GeneralRe: JPEG,GIF File Display Pin
Big Art4-Mar-03 7:41
Big Art4-Mar-03 7:41 
GeneralAutocompletion doesn't work!!! Pin
willempipi4-Mar-03 1:19
willempipi4-Mar-03 1:19 
GeneralRe: Autocompletion doesn't work!!! Pin
Alvaro Mendez4-Mar-03 9:47
Alvaro Mendez4-Mar-03 9:47 
GeneralPlay Images(URGENT) Pin
satyavasu4-Mar-03 1:10
satyavasu4-Mar-03 1:10 
Generalvoice chat project doubt Pin
anuvignesh4-Mar-03 0:59
anuvignesh4-Mar-03 0:59 
Generalmodeless dialog box Pin
Anonymous4-Mar-03 0:12
Anonymous4-Mar-03 0:12 
Hi all,
I have a SDI applicaction that shows a modeless dialog box to inform the user about the progress of certain calculation.
I do the following:

CWnd* pWnd;
....
pWnd = GetDlgItem(IDC_EDIT1);
pWnd->SetWindowText(_T("Calculating...."));

I get an assertion error in the SetWindowText line.

Any ideas?
I'd appreciate any help.

Thanks.

F
GeneralRe: modeless dialog box Pin
jhwurmbach4-Mar-03 0:21
jhwurmbach4-Mar-03 0:21 
GeneralRe: modeless dialog box Pin
Anonymous4-Mar-03 0:35
Anonymous4-Mar-03 0:35 
GeneralRe: modeless dialog box Pin
User 66584-Mar-03 0:56
User 66584-Mar-03 0:56 
GeneralRe: modeless dialog box Pin
jhwurmbach4-Mar-03 0:57
jhwurmbach4-Mar-03 0:57 
GeneralRe: modeless dialog box Pin
Anonymous4-Mar-03 1:04
Anonymous4-Mar-03 1:04 
GeneralRe: modeless dialog box Pin
User 66584-Mar-03 1:11
User 66584-Mar-03 1:11 
GeneralRe: modeless dialog box Pin
Anonymous4-Mar-03 1:19
Anonymous4-Mar-03 1:19 
GeneralRe: modeless dialog box Pin
jhwurmbach4-Mar-03 1:19
jhwurmbach4-Mar-03 1:19 
GeneralRe: modeless dialog box Pin
Anonymous6-Mar-03 5:41
Anonymous6-Mar-03 5:41 
Generalconfiguring output pane buffer size Pin
berndg3-Mar-03 23:59
berndg3-Mar-03 23:59 
GeneralPassing a BSTR parameter into a COM method. Pin
abhinarulkar3-Mar-03 23:22
abhinarulkar3-Mar-03 23:22 
GeneralRe: Passing a BSTR parameter into a COM method. Pin
Stefan Spenz3-Mar-03 23:36
Stefan Spenz3-Mar-03 23:36 
GeneralProblem in Dialog controls(MFC) Pin
summo3-Mar-03 23:22
summo3-Mar-03 23:22 
GeneralRe: Problem in Dialog controls(MFC) Pin
Stefan Spenz3-Mar-03 23:41
Stefan Spenz3-Mar-03 23:41 
GeneralViewing .NET Build Log During Compile Pin
[DAve]3-Mar-03 23:06
[DAve]3-Mar-03 23:06 
Generalstrange behaviour of my app Pin
r i s h a b h s3-Mar-03 23:01
r i s h a b h s3-Mar-03 23:01 
GeneralRe: strange behaviour of my app Pin
vikramlinux3-Mar-03 23:09
vikramlinux3-Mar-03 23:09 

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.