I complied it as Project1.exe and saved it on the desktopCode:Private Sub Form_Load() MsgBox App.Path End End Sub
I embedded Project1.exe into another project and compiled it as Project2.exe on the desktop
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?




Reply With Quote