Click to See Complete Forum and Search --> : Create new Window


Navimel
June 12th, 2003, 12:58 PM
Hi

I have create a window, now i wont create when i press a button a new window, What's the best mode to create a new indipendent window?

tnx

Kyle Gibson
June 12th, 2003, 08:12 PM
That depends on what type of window you want, and above all, what you mean by independent. An independent window is one that has no owner window, right? So simply supply a NULL value to any owner parameter that is requested.

You could then use CreateWindow() or DialogBox(), depending on what you want to do.

Navimel
June 13th, 2003, 12:39 PM
OK i'll try it