this is a pretty n00b question, but i cant seem to find the 'right answer', and i have looked ALL over..
(vb6).. But i found a Custom User Control (.ctl & .ctx file Source) that wraps the MSComm control... (i also have a custom button control Source)
instead of compiling it as an .ocx and having to include it as a separate file... or as a .dll
can i just include the controls in my project and throw the control on my form and include it that way, without having to distribute a separate .ocx or .dll after i compile ??
i am asking because when i finish, will i have to distribute ANY other files or just .exe ??
Could someone please explain to me how this works ? i dont want to have to distribute any other files just my prog.exe
(and the user control for MSComm is a wrapper, i need it because, i cant seem to get around the MSComm 16 port limit, i need higher)
Thx...