|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
How do you create a help page in visual basic
How do you create a help page in visual basic where it allows
you to type alot of text. The label object does not allowed alot of text and is difficult to work with. |
|
#2
|
|||
|
|||
|
You can use a text box or rtf box that's read-only.
If you want true help you can write winhelp or html help files & hook them to your vb program. |
|
#3
|
|||
|
|||
|
reply
Hi Doug G. Thank you for your help.
The text box, like the label can only contains 256 characters. You cannot have a second line either. As for the rtf (rich text control box) box, it said "You do not have a license you use this". I suppose because my Visual Basic is professional and not the enterprise edition. 1) How good is the rtf ? Does it allowed you to edit text like WordPad ? 2) How do I write winhelp or html help files & hook them to your vb program. Is there any step-by-step instruction you can point me to. |
|
#4
|
|||
|
|||
|
Enable "multiline" in your text box. A VB6 text box can hold some 60K of text.
Go to the MS site and search for htmlhelp to download the free htmlhelp studio. You can write winhelp with any rtf editor and compile with the winhelp compiler. |
|
#5
|
|||
|
|||
|
Yes,I'm agreed with Doug G!Good Idea!!
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > How do you create a help page in visual basic |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|