Hi,
as far as dynamically changing the windowtype goes, its not possible...
u can check the help for windowtype property...
it says...
In scripts
You cannot change a window's WindowType property dynamically at runtime.
Besides,
U can try inheriting and changing the type at design time.It shud help.
Cheers,
Rosh
Main Topics
Browse All Topics





by: sajuksPosted on 2006-03-01 at 19:34:40ID: 16081727
Creating a new window inherited from the main window and changing the window type to response would be one option
to achive what u want to do.