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!!!!
Try msgBox instead if you just want to input a value or display a message. I don't think you need a form for that.