|
-
Nov 25th, 2005, 11:47 AM
#1
Thread Starter
Member
[RESOLVED] Hyperlinking text to another form
i think the title explains what i need. i want to able to hyperlink some text in 1 form to open another form when clicked.
thanks
also i used a custom font in one of my exes and when i sent it to someone they didnt see the custom font. im thinking this is because they dont have the font installed...is there anyway of getting them to see the font without them installing the custom font?
Last edited by ultimate165; Nov 25th, 2005 at 12:08 PM.
-
Nov 25th, 2005, 12:14 PM
#2
Re: Hyperlinking text to another form
To open another form you just need to use this code:
You can put this in the _Click event of a button or label for example.
As for th custom font, it must be installed.
-
Nov 25th, 2005, 12:55 PM
#3
Thread Starter
Member
Re: Hyperlinking text to another form
i know how to get a form to show i mean is it possible to add a link to another form within a label e.g
by checking this box you agree to the terms and conditions
and when you click on the terms and conditions it opens up another form.
-
Nov 25th, 2005, 01:04 PM
#4
Re: Hyperlinking text to another form
 Originally Posted by ultimate165
i know how to get a form to show i mean is it possible to add a link to another form within a label e.g
by checking this box you agree to the terms and conditions
and when you click on the terms and conditions it opens up another form.
If its just a Label, then simply add another label and change its colour & properties etc. to resemble a hyperlink, then in the Label_Click event simply load your other form.
-
Nov 25th, 2005, 01:54 PM
#5
Thread Starter
Member
Re: Hyperlinking text to another form
thank you .
also can anyone tell me how to use a scroll bar within a text box? thanks
Last edited by ultimate165; Nov 25th, 2005 at 01:58 PM.
-
Nov 25th, 2005, 02:01 PM
#6
Re: Hyperlinking text to another form
 Originally Posted by ultimate165
thank you  .
also can anyone tell me how to use a scroll bar within a text box? thanks
set the SrcollBars property of a textbox to 1-Horizontal, 2-Vertical or 3-Both. by default it is 0-None.
-
Nov 25th, 2005, 02:10 PM
#7
Thread Starter
Member
Re: Hyperlinking text to another form
thanks, and sorry for another question but ive added a large text box and im trying to fill it with a bunch of text "terms and conditions" but i can only seem to write one line of text and add no more. and if i continue it just goes off the text box
-
Nov 25th, 2005, 02:10 PM
#8
Re: Hyperlinking text to another form
The MultiLine property of the TextBox must also be set to True otherwise the ScrollBars property is ignored.
-
Nov 25th, 2005, 02:12 PM
#9
Re: Hyperlinking text to another form
ah yes, the multiline property also. sorry forgot about it.
-
Nov 25th, 2005, 02:17 PM
#10
Thread Starter
Member
Re: Hyperlinking text to another form
ah that answers my other question aswel thanks
-
Nov 25th, 2005, 02:24 PM
#11
Re: Hyperlinking text to another form
glad to help you.
if this has solved your queries, then please Pull the Thread Tools Menu from above the first post and click on *Mark Thread Resolved*.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|