PDA

Click to See Complete Forum and Search --> : Testing ActiveX Control


Hrvoje
Apr 13th, 2002, 04:31 PM
Hi! I am testing an ActiveX Control. In development environment I have 2 projects: one for ActiveX Control and one for form where I wish to test control. But, whenever I run the program the control is opened in Internet Explorer. I can't see the form and ActiveX in it! What shoul I do?
Thanks for the help.

Edneeis
Apr 13th, 2002, 05:02 PM
Make sure you have the test project set as the startup project.

wengang
Aug 11th, 2003, 03:38 AM
yes, that solves it. Thanks.