Question External Files - How do i use them?

Haxaro

Well-known member
Joined
Mar 13, 2009
Messages
105
Programming Experience
1-3
I have my program which does not need to be installed, and i have made a .chm for it as a help. but how can i integrate it into the program, or make it so that when the user opens it, it can actually find the file, because it works on my computer as it says:

VB.NET:
Process.Start "C:\Program\Help.chm"


But it doesnt work on other computers becasue the file does not exist.


???

does this make sence / any ideas of how i can do this?
 
Back
Top