Re: Treeview Wizard for Access
Thanks for all the tips, I'll be going through that code library for for a while...
The url for the Treeview Control Wizard is
http://support.microsoft.com/downloa...s/WzTreevw.exe
It doesn't work in Access 2000 though and it won't convert to Access 2000 format. I wish they would update it...maybe make it more funtional?
As far as VB5 and VB6 differences in these controls, Microsoft has a utility to convert your controls and code from comctl32 to mscomctl. You'll have to search their knowlege base for that one, but it seems like it would take the pain out of the upgrade.
~Hank
Re: Treeview Wizard for Access
>Thanks for all the tips, I'll be going through that code library for for
>a while...
>The url for the Treeview Control Wizard is
>http://support.microsoft.com/downloa...s/WzTreevw.exe
Thanks for the link - I'll download it now
>As far as VB5 and VB6 differences in these controls, Microsoft has a
>utility to convert your controls and code from comctl32 to mscomctl.
>You'll have to search their knowlege base for that one, but it seems like
>it would take the pain out of the upgrade.
What I meant was that I program in VB6, but only use the VB5 controls. The VB6 ones are so full of bugs, but most people don't notice because they are so 'wowed' out by the fact that you can have different coloured items in treeviews / listviews.
[unrelated rant]
I'm amazed at MicroSoft releasing the controls in the state that they are in with VB6 - I won't be using the mscomctl.ocx until they link it dynamically with the comctl32.dll like they did with the version 5 controls. As it is, you can't use the API to get any of the new functionality of the IE5 update to the comctl32.dll (such as the header/filter within a listview). The bugs in the treeview for reparenting are completely unacceptable - it's actually quicker to remove the nodes and add then manually than trying to reparent a node with the mscomctl.ocx version.
[/unrelated rant]
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb