A
Ahmad
hi!
I have developed an Addin for Word using VBA, which have a button
"Manip", on clicking that button another application "Manip.exe" is
launched which creates an instance of Word using VBA and hide Word that
Word application using
WordApp.Visible = False
and opens a specific Word document manipulate it and close that
instance of Word. Now i have a problem that when i click on "Manip"
button in the Word's Toolbar added by me, everything goes fine except
some flickering. i.e. window of new Word's instance is shown for few
milliseconds and then hidden. My client is not happy with that.
is there any way to avoid this flickering.
Thanks in advance.
Ahmad Jalil Qarshi
I have developed an Addin for Word using VBA, which have a button
"Manip", on clicking that button another application "Manip.exe" is
launched which creates an instance of Word using VBA and hide Word that
Word application using
WordApp.Visible = False
and opens a specific Word document manipulate it and close that
instance of Word. Now i have a problem that when i click on "Manip"
button in the Word's Toolbar added by me, everything goes fine except
some flickering. i.e. window of new Word's instance is shown for few
milliseconds and then hidden. My client is not happy with that.
is there any way to avoid this flickering.
Thanks in advance.
Ahmad Jalil Qarshi