Results 1 to 8 of 8

Thread: [RESOLVED] [2005] Anyone know how to do this?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    86

    Resolved [RESOLVED] [2005] Anyone know how to do this?

    I see this menu style quite a bit and was wondering if it is something in VS2005 or a custom control. Its the menu in the image all the way in the back to the left. It looks kind of like a xp explorer menu.
    Attached Images Attached Images  
    Visual Studio 2005 - Visual Basic and C#
    Love that SQL

  2. #2
    Frenzied Member
    Join Date
    Jul 2006
    Location
    MI
    Posts
    2,012

    Re: [2005] Anyone know how to do this?

    Check out MS PowerPack. It has a TaskPane control that might work for your needs.


    http://msdn.microsoft.com/library/de...bpowerpack.asp

  3. #3
    Frenzied Member bmahler's Avatar
    Join Date
    Oct 2005
    Location
    Somewhere just west of the Atlantic
    Posts
    1,568

    Re: [2005] Anyone know how to do this?

    Here is one that I created a while back, you might need to modify the code slightly to fit your needs, but It works very much like the XP Panel.
    To use it,
    Compile the project
    Go to Tool Panel
    Right Click
    Select Choose Items
    Browse to the compiled dll

    Voila you have the control
    Attached Files Attached Files
    Boooya
    • Visual Studio 2008 Professional
    • Don't forget to use [CODE]your code here[/CODE] when posting code
    • Don't forget to rate helpful posts!
    • If you're question was answered please mark your thread [Resolved]


    Code Contributions:
    PHP
    PHP Image Gallery v1.0PHP Image Gallery v2.0
    VB 2005
    Find Computers on a networkSimple License EncryptionSQL Server Database Access dllUse Reflection to Return Crystal ReportDocumentSilently Print PDFGeneric Xml Serailizer


    Useful Links: (more to come)
    MSDN (The first and foremost)MSDN Design Guidelines API Reference • Inno Setup CompilerInno Setup PreprocessorISTool - Fairly easy to use GUI for creating inno setup projects • Connection StringsNAnt -Automated BuildsCruise Control .NET - Frontend for automated builds

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    86

    Re: [2005] Anyone know how to do this?

    It seems that particular powerpack is for VS2003. Any idea of one for VS2005?
    Visual Studio 2005 - Visual Basic and C#
    Love that SQL

  5. #5
    Frenzied Member
    Join Date
    Jul 2006
    Location
    MI
    Posts
    2,012

    Re: [2005] Anyone know how to do this?

    I've used it with VB2005 Express and it worked fine. It appears the next version is still in the works.

    http://msdn2.microsoft.com/en-us/vbasic/default.aspx
    Last edited by nbrege; Jan 25th, 2007 at 02:33 PM.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    86

    Re: [2005] Anyone know how to do this?

    ugg! is gotdotnet the only place to download that power pack? The site is horrible and it keeps throwing an error when I click on any link.
    Visual Studio 2005 - Visual Basic and C#
    Love that SQL

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    86

    Re: [2005] Anyone know how to do this?

    Awesome - finally squeezed it out of GotDotNet. Thanks for the directions!
    Visual Studio 2005 - Visual Basic and C#
    Love that SQL

  8. #8
    Junior Member
    Join Date
    Dec 2006
    Posts
    23

    Re: [2005] Anyone know how to do this?

    Developer Express also has a set of controls that include one of those.

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