Message 1 of 5
VB add Inventorviewcontrol

Not applicable
06-15-2006
06:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I got a question about the inventorviewcontrol. I'm using it in VB6, but don't know how to insert it at runtime. I tried the following:
dim oView as InventorViewControl
sub blablabla()
'This doesn't work!
Set oView=New InventorViewControl
end sub
Why doesn't this work? And what can I do to make it work?
I got a question about the inventorviewcontrol. I'm using it in VB6, but don't know how to insert it at runtime. I tried the following:
dim oView as InventorViewControl
sub blablabla()
'This doesn't work!
Set oView=New InventorViewControl
end sub
Why doesn't this work? And what can I do to make it work?