Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging an ActiveX control
Message
From
10/03/2003 16:51:37
 
 
To
10/03/2003 15:10:06
Dave Nantais
Light speed database solutions
Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00763881
Message ID:
00763947
Views:
11
This message has been marked as the solution to the initial question of the thread.
You can do this only from VB6, because compiled control does not include debug information.
If you had created this control: Start VB6 and open ActiveX control project of the control. Add to it Standard exe project. Set exe project to be StartUp project (right-click project file into Project Explorer and choose "Set as Start-Up"). Add instance of your control to the form of exe project and add code, which call methods you want to debug. You can set breakpoint anywhere into standard exe project code and/or ActiveX control project and VB will stop on them.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Reply
Map
View

Click here to load this message in the networking platform