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

Thread: App Styles

  1. #1
    Join Date
    Jan 2000
    Posts
    1

    App Styles

    Are there any available toolkits for VB that give different style UI frameworks ?? Such as DevStudio, Outlook, Explorer etc....

    I suppose I am really looking for the VB equivalent of the MFC CJLibrary at CodeGuru... Is there such a beast ???

    Hope someone can help

    Steve.


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: App Styles

    There aren't any 'frameworks' so to speak - there are plenty of good controls out there though that can help you achieve this GUI effect - a good place to start would be vbAccelerator at http://vbaccelerator.com - the controls are free and come with source-code.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: App Styles

    in addition, VB 6comes with an Application Wizard ADd-In that helps you create skeletons for MDI, SDI and explorer-style applications.


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