Hi,
I have an add-in that changes the text in the file that is currently in the edit window of VWD.
How do I disable the updates to the window while I my add-in is ruinning then enable the window and refresh it when the add-in is finished
Thanks,
Nick

Disable updates in the edit window
Rich Hopkins
You can diable UI by setting the following property
DTE.SuppressUI = False
/Ole
gjw31
Star93
d_clare
MichaelFL
I tried DTE.SuppressUI=true (according to the documentation) and nothing changed on the target UI. I am still getting flashing updates to the editor screen. Is this a bug
Nick