N
nt8jbwu02
I have some vb code which calls a com object. The com object displays
a dialog for the user
and the user then presses the OK button to dismiss the dialog and the
code continues and
returns control to me. I now have to change the code so that it work
autonomous.
The only way I can think of is to send a windows message, from another
thread, to the dialog
box to simulate the OK button press. Is this possible? If not, other
suggestions?
If I do not have access to the com object code, where should I start?
Thanks.
a dialog for the user
and the user then presses the OK button to dismiss the dialog and the
code continues and
returns control to me. I now have to change the code so that it work
autonomous.
The only way I can think of is to send a windows message, from another
thread, to the dialog
box to simulate the OK button press. Is this possible? If not, other
suggestions?
If I do not have access to the com object code, where should I start?
Thanks.