about a diferent controls
if i use a control that don't came with visual basic 6 in my usercontrol project these control will be compiled too or i must use both control(the my usercontrol and the other control), when i do a setup file?
in these case, the control will be used in property page.
thanks
Re: about a diferent controls
If the user control is a compiled OCX, then it would need to be included in your setup.
If you have the source and are using the .ctl file, then it will be compiled in your exe.
Re: about a diferent controls
Quote:
Originally Posted by Hack
If the user control is a compiled OCX, then it would need to be included in your setup.
If you have the source and are using the .ctl file, then it will be compiled in your exe.
i was asking if i needed the control(that visual basic 6 don't have), that i will use in my usercontrol project, in setup file.
thanks
Re: about a diferent controls
And did you compile the usercontrol after you created it?
Re: about a diferent controls
Quote:
Originally Posted by Hack
And did you compile the usercontrol after you created it?
i'm sorry, but i don't test it. because a have both objects in system.
if my question continue confuse heres what i ask:
i'm buinding a control, but these control is using another control that the visual basic 6 don't have. then i will compile the new control. if i use these new control in other pc, did i need the other control that a use it for build the new control?
PS: i'm sorry bored and thanks