Quick Version 7.1

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Ursule

Quick Version 7.1

Post by Ursule »

Sorry for that stupid question,but how can I use the Help folder in this version in order to integrate it to the QBX folder?
MystikShadows
Veteran
Posts: 703
Joined: Sun Nov 14, 2004 7:36 am
Contact:

Post by MystikShadows »

Ok question isn't clear :-).

I'll assume you want to know how to make the help file work when you press F1 (or go to the help menu) in the QuickBasic PDS 7.1.

If not let me know :-)

Here's the walkthrough :-)

1. Start your QuickBasic 7.1
2. Go to your Options menu and select "Set Paths ..."

There you'll see the 4th box marked Help File: in tehre you need to put the fullpath to where your help file is. In my case, it's C:\bc7\Help

Locate your QuickBasic 7.1 help files (*.hlp) and put that path in the HelpFile: path box...and you should be good to go.
When God created light, so too was born, the first Shadow!

MystikShadows

Need hosting? http://www.jc-hosting.net

Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
URSULE

Quick 7.1

Post by URSULE »

Yes this is my question.Thank you for your answer.But I still not succeed.
Basically (hum...) here is the situation.
On a CD, I have several folders: BIN,BINB,HELP,Library...
QBX in in BIN.
If I start it, and go to OPTIONS I read:
Executables=C:QBX\BINB
Include files=C:\QBX\QBFiles
Library Files=C:\QBX\QBFiles
Help Files=C:\QBX\HELP

In "File" of QBX I type "OPEN Program"
I have: *.BAS and C:BIN

I type C:\ ans select HELP in Dirs/drivers
There I get several files .BAS7....HLP
in particular BAS7QCK.Hlp requested by the HELP assistant of QBX headpage.
What must I do after?
Thanks for your help...
MystikShadows
Veteran
Posts: 703
Joined: Sun Nov 14, 2004 7:36 am
Contact:

Post by MystikShadows »

From what you're describing it should work, the folder seems ok...just make sure your bas7*.hlp is in C:\QBX\HELP and not C:\HELP like you seem to have them right now...or check your Help File Path in the Options to c:\HELP

Unless QB needs write access to read the help file, it should work...what drive letter is your CD drive letter? make sure that matches too....or copy everything from your CD to your C:\ drive, then it should work
When God created light, so too was born, the first Shadow!

MystikShadows

Need hosting? http://www.jc-hosting.net

Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
Ursule

Quick 7.1

Post by Ursule »

I succeed opening HELP from QBX headpage just by replacing in the QBX OPTIONS and SET PATHS, C:\QBX\HELP
by C:\HELP
but this must be done at each opening of QBX.
When you say "make sure your HELP is in QBX", what do you mean?
how can I do that?
Guest

Post by Guest »

The reason it needs to be done on every opening is because it's on a CD and your setup can't be saved on the CD.

What needs to be done is to copy your whole folder back to your hard drive, change the Options / Paths to the drive letter of your CD, save those settings (by exiting the QBX...then making a CD out of that.

Once you copy that to your CD, then all the paths should be ok :-) and everything should work fine :-).
MystikShadows
Veteran
Posts: 703
Joined: Sun Nov 14, 2004 7:36 am
Contact:

Post by MystikShadows »

lol that was me in this past message. I didn't click the right browser and assumed I was logged it :-)...
When God created light, so too was born, the first Shadow!

MystikShadows

Need hosting? http://www.jc-hosting.net

Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
URSULE

Quick 7.1

Post by URSULE »

Many thanks for assistance.
Post Reply