I have a small problem.
I use word automation with my vb6 application
set AppWord= createobject("Word.application")
I have a vbform displayed above the word document.
I make schanges on a tetboxshape when a command1 button on the vbform is clicked. The open word doc then keeps blincking in the windows statusbar.
I thought using an extra AppWord.activate or AppWord.ActiveDocument.activate will solve this problem but it doens't what can i do about this. The blinking status is very enoying for the user.