Results 1 to 5 of 5

Thread: [RESOLVED] Linklabel problem.

  1. #1

    Thread Starter
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Resolved [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
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Linklabel problem.

    I don't understand.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    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.
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    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
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width