|
-
Nov 17th, 2000, 08:12 PM
#1
Thread Starter
Hyperactive Member
In visual basic there is the toolbar or something that contains all the controls (like buttons and stuff), so when I click to the components window and select some special controls, do I need to do something differently (like copy a dll with) when I compile and distribute my program?
-JR-
-
Nov 17th, 2000, 08:36 PM
#2
_______
<?>
If you select a control from components, there is nothing to do for your compile...a complile does it's own thing. When you make a distributation application using the VB Package and Deployment feature it should include all dll(s) that you need for any control you add. If you just make and exe then you may need to copy the dll(s) to the pc you want to run your exe on as the exe does not carry the ocx and dll files with it.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Nov 17th, 2000, 08:37 PM
#3
Frenzied Member
Yes you will need to distribute the corresponding ActiveX control i.e. a file with *.ocx extension
-
Nov 18th, 2000, 01:10 PM
#4
Thread Starter
Hyperactive Member
Thanks but where do I find these files?
-JR-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|