A
Andrew M
Hello
I am developing an Office addin in VB6 and am getting a bit upset....
Whenever I try to run code in the V6 IDE, odd things happen.
- When I compile the addin, occaisionally Win XP pro explorer goes
berserk - desktop icons dissappear, start menu dissappears, etc
- Sometimes I cannot open code modules in the IDE (have to delete the
..vbw file)
- Icons in the VB6 IDE get replaced with ones from my application
- VB6 crashes consistently on exit
When I run the compiled code, occasionally, I get a GPF - I get run time
errors when I go to Save As - and hit the cancel button on the dialog.
(What's with that?)
Anyway, I tried pulling my code out of the .DSR and having the basic
connectivity running. With NO code in the DSR(just event handlers) it is
stable, and noting weird happens. However, as soon as I reference the
callbacks (Private withevents oApp as Word.Application)
I am testing out some GPF handling code, but I am concerned that it is
actually happening in Word
Oh yeah - noting weird happens with EXCEL or POWERPOINT, just WORD
Any ideas / suggestions?
Thanks
Andrew
I am developing an Office addin in VB6 and am getting a bit upset....
Whenever I try to run code in the V6 IDE, odd things happen.
- When I compile the addin, occaisionally Win XP pro explorer goes
berserk - desktop icons dissappear, start menu dissappears, etc
- Sometimes I cannot open code modules in the IDE (have to delete the
..vbw file)
- Icons in the VB6 IDE get replaced with ones from my application
- VB6 crashes consistently on exit
When I run the compiled code, occasionally, I get a GPF - I get run time
errors when I go to Save As - and hit the cancel button on the dialog.
(What's with that?)
Anyway, I tried pulling my code out of the .DSR and having the basic
connectivity running. With NO code in the DSR(just event handlers) it is
stable, and noting weird happens. However, as soon as I reference the
callbacks (Private withevents oApp as Word.Application)
I am testing out some GPF handling code, but I am concerned that it is
actually happening in Word
Oh yeah - noting weird happens with EXCEL or POWERPOINT, just WORD
Any ideas / suggestions?
Thanks
Andrew