#1
|
|||
|
|||
how to bring win32ui dialog to front
When I create a win32ui dialog, it appears behind the Vizard window. How do I get it in front of all the other windows??
I use this code: import viz def load(): import win32ui outFileDlg = win32ui.CreateFileDialog(0) outFileDlg.DoModal() outFileName = outFileDlg.GetPathName() vizact.onkeydown("l",load) viz.go() Thanks!! |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
win32ui winviz.exe has stopped working | TarkaDahl | Vizard | 3 | 08-10-2010 05:19 PM |
Do you have output dialog. | sled | Vizard | 6 | 08-01-2003 11:15 AM |