Hi H,
Have you considered using ADODB recordsets. They can be used to query data from tables in SQL Server2000. you can find data about how to use it on the net.
sachin
hi frank,
the trick to make the controls on the form move is to fix their position on the form in a relative manner and not absolutely. this is to say that on form load event set the left and top properties of the controls relative to the length or width of the form and after doing this on...
Hi Denaeghel,
You can certainly highlight a node in treeview programmatically. what u have to do is to set the *selected property* of that particular node in the treeview as *true*
and set the focus to the treeview and u have yr highlighted node.
Hope this solves yr problem
if u have any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.