i am using a activex in my vb project.i don't want other user to know about this activex.is there any way to embedd this activex with project exe file. or change the activex file name and use this activex.
comments are welcomed
Printable View
i am using a activex in my vb project.i don't want other user to know about this activex.is there any way to embedd this activex with project exe file. or change the activex file name and use this activex.
comments are welcomed
Welcome to the forums. :wave:
If the other user has access to your source code then they will know what you are using and how you are using it.
What kind of activex control is it?
i mean i have comipled a my project exe in visual basic and used activex file available from internet.if i distrubute my project exe i have to give them the activex file also.i want to other user not to know activex file used in my project exe.
Quit dancing around the question. ;)
Quote:
Originally Posted by Hack
If you have the sdource code for the ActiveX, just include the source in your project. If not ...
i have used ip*works v6 activex to build a small chat prog in visual basic.if i give this prog to client he will know what activex(ip*works) i have used.he can get this same prog built by other programmer.is their any way to compile or hide this information of activex in chat prog exe itself..or changing the name of activex can i use this prog..