borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Formatting Output)Next Topic (spell check) New Topic New Poll Post Reply
AndreaVB Forum : VB General : How can I change the path of a helpfile?
Poster Message
corporacaonf
Level: Scholar

Registered: 10-08-2004
Posts: 29

icon How can I change the path of a helpfile?


I would like that my application were able to find the help file in everywhere that I put it.
My intention is to keep the path of helpfile in a text file, so I can change the path without compiling the project again.
I tried to change the property App.Helpfile, but it doesn“t anything. The program continues to seek the file in the path defined before compiling.
Is it possible to do it?


____________________________
Flįvio Gomes da Silva Lisboa
Programmer Analyst

03-12-2004 at 11:32 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: How can I change the path of a helpfile?

Try defining a path to help file only on one place (remove any previous references you have made), like for instance when MDI form is loading. Something like

App.HelpFile = App.Path & "\HelpFile.chm"


The program expects to locate help file in application directory, so no need for saving path to a text file.

____________________________
If you find the answer helpful, please mark this topic as solved.

03-12-2004 at 02:52 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB General : How can I change the path of a helpfile?
Previous Topic (Formatting Output)Next Topic (spell check) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder