Hi guys,
Can I use CreateWindow API function to temporarily display a message and destroy it? If not, what is that createwindow is for?
Any example would make me real comfortable.
Thanx for any help!!!!
Printable View
Hi guys,
Can I use CreateWindow API function to temporarily display a message and destroy it? If not, what is that createwindow is for?
Any example would make me real comfortable.
Thanx for any help!!!!
Hi Venky,
CreateWindow API is used to create windows like TextBox,Label window,ListBox...But Before that the window class has to be registered(Which can be done by using RegWindowClass API).Window created can be Parent window or child Window
Regards
Murali
Hi Venkat, check out the Code snippet I posted a while back for the similar question.