Question : Open new window with specified size and without menu and toolbar from an application

  My application is written in C++. I need to open an browser window with specified size.
Now I generate one local html file with javascript that redirect to the domain I want (news page) and
make Create Process with iexplore.exe and pass this file as parameter. The problem is that it opens with menu and toolbar and with default size and position.
   If I put an openwindow call in this html - it opens new window without toolbar and menubar but I cannot close the original window so I end up with two windows that is unacceptable.

Answer : Open new window with specified size and without menu and toolbar from an application

Thanks
Random Solutions  
 
programming4us programming4us