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

    How to create Outlook look&feel VB application?

    Hi, All,

    I saw an Outlook look&feel VB application yesterday. The guy did this mentioned that
    he used some sort of Microsoft provided
    COM interface to do this.

    But I still don't have any clue ... Please
    show me some hints.

    Thanks,
    nosmile.



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

    Re: How to create Outlook look&feel VB application?

    are you looking for something like the vb accelerator listbar?
    check out this place:
    http://www.vbaccelerator.com/codelib...ar/listbar.htm


  3. #3
    Guest

    Re: How to create Outlook look&feel VB application?

    The application that i am working on at the moment has the look & feel of outlook.
    I use the Janus gridex control (take a look at www.janusys.com )
    which is an hierarchical grid.
    It comes with a free copy of their button bar also.
    I personally have found nothing else that gives you even close to Outlook's look and feel.



  4. #4
    Join Date
    Nov 1999
    Location
    Italy
    Posts
    80

    Re: How to create Outlook look&feel VB application?

    I've used toolbar activex from Microsoft and i've grabbed icons from I.E. so in my program there's a toolbar look&feel outlook/IE

    Something over there is coding....
    ... and you don't know!

  5. #5
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: How to create Outlook look&feel VB application?

    Check out vbaccelerator and common controls replacement project (sorry don't know the urls), they have the controls you want/need to create an outlook look and feel.

    Crazy D :-)
    "One ring rules them all"

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