Guest_imported
New member
- Jan 1, 1970
- 0
Can some please help, this driving me nuts.My application has a Logo with Untitled written onit at the Top instead of the Application Name. How can i changes this....Untitled - to the name i want.
Someone suggested that in my App class in Instance i should add something like following.
m_pWnd->SetWindowText("App Name"
I tried it, got no errors but the application did not run, performed illegal operation.
PLease help how can i get my application name on my my main program screen.
Someone suggested that in my App class in Instance i should add something like following.
m_pWnd->SetWindowText("App Name"
I tried it, got no errors but the application did not run, performed illegal operation.
PLease help how can i get my application name on my my main program screen.