Link to home
Start Free TrialLog in
Avatar of DrDamnit
DrDamnitFlag for United States of America

asked on

Make pretty forms

Please take a look at this screenshot.

http://www.hms.com/images/sep4-full-recent-messages.gif

I want to know how I can make menus for my own programs that look like the ones on the left hand side of this screen shot.

For the points: a vivid tutorial or sample code.
SOLUTION
Avatar of Erick37
Erick37
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DrDamnit

ASKER

Eric37:

I am getting 'Error runtime 0' with that OCX. It looks like a great control, and I would like to be able to get it to work.

also, when I downloaded the source, and ran it in VB's IDE, I get" Run-time error '440': Method 'Show' of object 'frmTestExplorerBar' failed.

This is after I downloaded and registered a required OCX, vbalIl6.ocx

Any thoughts?
gecko_au2003:


Thanks, but I already know about visual styles and manifest files.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I needed that and these type libraries:

vbACOMTLB.tlb
OLEGUIDS.TLB

Thanks!