I have an Com Component (Control) that I want to use on my Web Form - I have it in my ToolBox and on my Web Form. How do I get it to work. I can get to the properties as it shows in VB6. It shows up as HTML control. I put VsPr as its ID and Name. To create
reports as I did in VB6 I need to get to its properties and events. Its VsPrinter.Ocx by componentone. I have Imports VsPrinter7Lib What else do I need to do to get it to work. When I run the Web Form it shows fine but as soon as I use any of its properties
I get an error. Any help will be greatly appreciated. Thanks Sunil
I might be wrong, but this is my shot. (If I'm wrong, please give me more info on what exactly are you planning to do with this control). The control you are using is an ActiveX Control, this means that it is intended to be used in client applications like
VB6 forms, or Internet Explorer. When you drag that component into VS Web Designer, I assume it generates a tag
aviandy
Member
70 Points
14 Posts
Com Component
Oct 10, 2003 08:30 PM|LINK
CarlosAg
Participant
1355 Points
271 Posts
Microsoft
Re: Com Component
Oct 11, 2003 01:24 AM|LINK
aviandy
Member
70 Points
14 Posts
Re: Com Component
Oct 14, 2003 12:57 AM|LINK