I complied it as Project1.exe and saved it on the desktopCode:Private Sub Form_Load()
MsgBox App.Path
End
End Sub
http://www.vbforums.com/attachment.p...1&d=1195133623
I embedded Project1.exe into another project and compiled it as Project2.exe on the desktop
http://www.vbforums.com/attachment.p...1&d=1195133803
Obviously the App.Path is no longer pointing to the desktop...
How can I force the App.Path of the embedded application to be the App.Path of the parent application?
