CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2004
    Posts
    3

    Slider Bar in VB.net

    Hi all,
    I am upgrading from VB6 and started working with VB.Net (VS2005). One problem I have was controls avilable in VB.Net. I can use a slider bar in VB6, but couldn't find any quivalent in VB.net(.Net Framework Components)!! I don't know why

    I can choose one in COM components, but these requires project generated DLL's to run. I want to distribute just the executable.

    My questions are:
    Is there any slider bar in VB.Net Framework Components?
    If there is none, Can I use COM component and bundle everything into one Executable??

    Also is it possible a list of controls in .Net as I find in vb6: http://support.microsoft.com/kb/194784 ???

    many thanks in advance
    Smartsarath2003

  2. #2
    Join Date
    Dec 2002
    Location
    Tenby, Wales
    Posts
    277

    Re: Slider Bar in VB.net

    I think the countrol you are looking for is now called the TrackBar in VB.net

    Or

    there is also the HScrollBar depending on what you are trying to achieve
    Visual Basic 2005 ver. 8.0.50727.867

  3. #3
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,901

    Re: Slider Bar in VB.net

    Someone will make a bundle one day by making a book which shows how you do it in VB6 then showing how to do it in VB.Net.

    I find the syntax much longer in VB.Net which makes it more difficult for me to remember. A good idea is to be able to press F1 on a VB.Net command in debug mode and get some help on the screen, with examples

    This thought process has existed in VB6 for a while, but is slow to catch on in .Net. (F1 works, but most times its a totally useless explanation or more often than not "Information Not Found")

    However, Microsoft have worked hard on the VS2008 platform and are providing a selection of example programs, some of which are actually useful.

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

Featured