Results 1 to 5 of 5

Thread: VB.NET style componenets with VB6

Hybrid View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2009
    Posts
    17

    Red face VB.NET style componenets with VB6

    One of the things that bugs me with vb6 is that all the form components look like the old Win98 theme, whereas the .NET ones look sleek and more like the rest of the system.

    Is there a way to get the vb6 form components (buttons, the form, radio buttons etc) to look more like the VB.NET ones?

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: VB.NET style componenets with VB6

    Not by default.... it usually requires the purchase of a third party library control set...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2009
    Posts
    17

    Re: VB.NET style componenets with VB6

    Do you know the name of this control?

  4. #4
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: VB.NET style componenets with VB6

    just enable xp styles by adding a manifest.

    Do a search on the forum you'll get a lot of answers.
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



  5. #5
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: VB.NET style componenets with VB6

    Using a manifest helps as some1uk said, but will, of course, look bland again on older versions of Windows before XP.

    Lots of control replacements have been made and can be found at www.pscode.com/vb ; probably at least one for each control you want. And there's also www.vbAccelerator.com which has a bunch of high quality open source controls and libraries.

    Personally, I like writing my own. You should experiment and try to make your own UserControl in case you can't find one you like.

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