Transfer text: OWLNext

All questions regarding Windows programming, post here. API,COM, ActiveX, DirectX, OpenGL, MFC and so on...

Moderators: Darobat, RecursiveS, Dante Shamest, Bugdude, Wizard

Transfer text: OWLNext

Postby florida » Sun Nov 07, 2010 11:31 am

I'd like to transfer the text of a TEdit control from a TDialog to a TStatic control from a TFrameWindow. (OWLNext)

I tried this:
Code: Select all
void Tdlg1::btn1BNClicked() {
   TCHAR temp[100];
   edit1->GetText(temp, 100);
   TDrawApp().static1->SetText(temp);
}
florida
 
Posts: 1
Joined: Sun Nov 07, 2010 11:22 am

Return to Windows Programming

Who is online

Users browsing this forum: No registered users and 1 guest