Results 1 to 4 of 4

Thread: Coolbar and related

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Coolbar and related

    What happened to the "Coolbar" feature in .net?? Or is it under another name??

    Also how do you add a combo box to a toolbar??

    Much appreciated!

    Anjari

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Sadly the Coolbar is no more in .NEt maybe there will be a 3rd party version. The only way I know of to add a combobox to a toolbar is to add both of them to a panel and then put that in the place of the toolbar.

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I found this just now while searching for something else:
    http://www.codeproject.com/cs/menu/vsnettoolbar.asp

  4. #4
    Hyperactive Member
    Join Date
    May 2002
    Location
    Wisconsin, USA
    Posts
    279
    Yes, that toolbar is awesome. But it does use Windows API calls. The use of Windows API calls, makes it Windows specific.

    The idea behind .NET is OS Independence. I know that Microsoft doesn't support any other OS's at this time. But eventually they will, and you will want your applications to run on any OS that supports the .NET Framework.

    There are some Open Source .NET Implementations being developed outside of Microsoft, for OS's such as Mac OS, and Linux.

    One of them is:go-mono.com

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