Results 1 to 5 of 5

Thread: Adding a Favorites like in IE[RESOLVED]

  1. #1

    Thread Starter
    Hyperactive Member Rattlerr's Avatar
    Join Date
    Jul 2005
    Location
    FloralCity,Florida
    Posts
    269

    Question Adding a Favorites like in IE[RESOLVED]

    What do i need to do too add something similar like the Favorites in Internet Explorer?

    With the same kind of functionality with a Button to Open and Close it..
    Last edited by Rattlerr; Mar 2nd, 2006 at 02:56 PM.

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

    Re: Adding a Favorites like in IE

    Didn't we already have this conversation? If you're using .NET 1.1 then you use a Splitter control. You would dock your collapsible Panel to the left of the form, then add a Splitter to the form. You can then set the SplitPosition property to zero to hide the Panel on the left. make sure you set MinSize to zero if you want to be able to hide it altogether. If you're using .NET 2.0 then you'd use a SplitContainer, which is a bit different.
    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
    Hyperactive Member Rattlerr's Avatar
    Join Date
    Jul 2005
    Location
    FloralCity,Florida
    Posts
    269

    Re: Adding a Favorites like in IE

    yeah i am using .NET 2.0 but i'll take a look at it....I figured it would be a bit different...Going to keep this one open since i'm using the .NET 2.0

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

    Re: Adding a Favorites like in IE

    Similar. Add a SplitContainer, add the controls you want to each panel, set the Panel1MinSize to zero and set Panel1Collapsed to True or False as you like.
    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
    Hyperactive Member Rattlerr's Avatar
    Join Date
    Jul 2005
    Location
    FloralCity,Florida
    Posts
    269

    Re: Adding a Favorites like in IE

    Thxs Got it...

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