Click here to Skip to main content
15,916,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
pWnd = GetDlgItem(IDC_EDIT1);
if(::IsWindow(pWnd->GetSafeHWND()))
   pWnd->SetWindowText("text");

This should work.
But I suggest you creating a function in a dialog that will do this thing for you, read my post above.

regards

modified 12-Sep-18 21:01pm.

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 
GeneralRe: strange behaviour of my app Pin
r i s h a b h s4-Mar-03 0:34
r i s h a b h s4-Mar-03 0:34 
GeneralOpen directory dialog with MFC Pin
Bounlith3-Mar-03 21:26
Bounlith3-Mar-03 21:26 
GeneralRe: Open directory dialog with MFC Pin
Kannan Kalyanaraman3-Mar-03 21:41
Kannan Kalyanaraman3-Mar-03 21:41 
GeneralRe: Open directory dialog with MFC Pin
Rage3-Mar-03 21:44
professionalRage3-Mar-03 21:44 
GeneralRe: Open directory dialog with MFC Pin
Bounlith3-Mar-03 22:12
Bounlith3-Mar-03 22:12 
GeneralCreation of User DSN Pin
RaajaOfSelf3-Mar-03 20:53
RaajaOfSelf3-Mar-03 20:53 

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.