![]() |
#4
|
|||
|
|||
Hi,
Currently there is no way to exit the main vizard program with a command, but I can easily add this feature for the next release. For now you can do the following, which basically finds the handle to the vizard window and sends a close message to it: import win32ui VizardWindow = win32ui.FindWindow("WorldvizVizardClass",None) VizardWindow.SendMessage(16,0,0) Hope that helps! -- farshid |
Thread Tools | |
Display Modes | Rate This Thread |
|
|