|
-
Oct 21st, 2005, 03:44 AM
#1
[RESOLVED] Linklabel problem.
Hi All,
I want to create a linklabel who hide other linklabels.
On the screen you see + linklabel1 .
I search for in the forums but I didn't find nothing.
Can someone give me a good explaination about this problem and how to solve it.
Thanks,
sparrow1
-
Oct 21st, 2005, 03:49 AM
#2
-
Oct 21st, 2005, 03:59 AM
#3
Re: Linklabel problem.
Hi jm,
What I want is that when I click a linklabel he opens another one.
For example I've got a book and when I click the linklabel for that book
he opens other linklabels:
linklabel capture one
linklabel capture two
...............
So the user can make a choice which capture he wants to read.
-
Oct 21st, 2005, 04:11 AM
#4
Re: Linklabel problem.
You mean like the nodes of a TreeView expanding? If you're second LinkLabel has already been added to the form then you would need to set its Visible property to True. If you want to create it dynamically then you would need to create a new LinkLabel and add it to the form and use the AddHandler statement to associate it's LinkClicked event with an event handler. Here's the MSDN example for a TextBox: http://msdn.microsoft.com/library/de...isualbasic.asp
-
Oct 21st, 2005, 06:40 AM
#5
Re: Linklabel problem.
Hi jm,
I think a better way to do something like that is to use simpel the 'MainMenu'.
Thanks for your answer. I'll visit my thread again when I really need a Linklabel!
Wkr,
sparrow1
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
|