
losing focus of a dialog box
Hi,
I'm opening an instance of word in a VB project and I paste some text in it.
Now I need to show the print dialog. I had a problem with the
"wdDialogFilePrint" so I'm using:
objWord.CommandBars("Menu
Bar").Controls("&File").Controls("&Print...").Execute
Now, the problem is that sometimes I lose the printing dialog box. Is there
any way that I can keep this window in front of my application, so it will
behave like it does in word?
Thanks!