I need to embed an .exe application within my main application that I am writing in VB. I mean that I don't want to have two exe files but only one.
Thanks
Printable View
I need to embed an .exe application within my main application that I am writing in VB. I mean that I don't want to have two exe files but only one.
Thanks
I don't understand this problem. If you want insert application in VB project - insert code from this application.
If this is not possible - you need two application.
Please, correct your question.
The second application is not in VB and I have only the exe file. What I need is to "merge" my VB application with that exe file? I don't realy know if that is possible...
Sorry, but it's not possible. You can't recompile exe file in any other format. You can't create dll.
I don't see way for create one exe file
Anyway, thank you for your help.