I tried this:
- Code: Select all
void Tdlg1::btn1BNClicked() {
TCHAR temp[100];
edit1->GetText(temp, 100);
TDrawApp().static1->SetText(temp);
}
Moderators: Darobat, RecursiveS, Dante Shamest, Bugdude, Wizard
void Tdlg1::btn1BNClicked() {
TCHAR temp[100];
edit1->GetText(temp, 100);
TDrawApp().static1->SetText(temp);
}
Users browsing this forum: No registered users and 1 guest