K
kelly d via AccessMonster.com
I'm working with a DVD library I'm making and I decide to change a listbox to
a TreeView control. as I'm writting a little code to pull up a record when I
click on a TreeView node, my form slowly starts acting wierd. 1st I can no
longer programmatically change the selected status of an item in a listbox,
then access starts crashing when I go into design view. I decide to turn off
some references in VB that my app isnt using to see if that helps and perhaps
in my tired-ness, I turned off the wrong one cuz now when I go to open my
form, I get an OnLoad and an OnMouseMove error and the TreeView that was
working before is now no longer working.
If anybody could tell me what references need to be on in order for a
TreeView to work it would be greatly appreciated cuz I just cant figure out
which one I messed up. (or if you have any theories on why my form started
going crazy, those would be appreciated as well.)
Thanks.
a TreeView control. as I'm writting a little code to pull up a record when I
click on a TreeView node, my form slowly starts acting wierd. 1st I can no
longer programmatically change the selected status of an item in a listbox,
then access starts crashing when I go into design view. I decide to turn off
some references in VB that my app isnt using to see if that helps and perhaps
in my tired-ness, I turned off the wrong one cuz now when I go to open my
form, I get an OnLoad and an OnMouseMove error and the TreeView that was
working before is now no longer working.
If anybody could tell me what references need to be on in order for a
TreeView to work it would be greatly appreciated cuz I just cant figure out
which one I messed up. (or if you have any theories on why my form started
going crazy, those would be appreciated as well.)
Thanks.