-
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.
-
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
-
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.