Hi,
I have fixed this problem. It is simply that VB will always package ADO2.0 with a program regardless of what version your program uses. The best solution is to go to microsoft and download the latest version of mdac_tye.exe. Then locate this on your harddisk (should be under VB somewhere)...
Howdy,
I need to align the nodes of a treeview with a 3rd party control. The third party control rows can be adjusted, however I do not know how to get the height of the nodes in the treeview control.
So my question is does anyone know how to get treeview node heoghts or any other method of...
I'm actually still struggling with a problem I posted earlier. My original problem was the creation on controls at runtime without having to use control arrays (As I was placing a usercontrol within itself to form a kind of tree).<br><br>This was answered by the user GTO, they pointed me to a...
Thanks it work beautifully except now I need to make an array of such objects as my control may have multiple children.<br><br> set ctlChild = controls.add("myControl", "myctl", frame1<br><br>This works...
It sounds very promising. I'll try it out.<br><br>Thanks.<br><br>Nick. <p>Nicholas Clark<br><a href=mailto:nhc@operamail.com>nhc@operamail.com</a><br><a href= > </a><br>
Thanks, but there is a problem in that I cannot paste the control into my usercontrol as they are the same control. VB will not allow me as this would create an infinite loop. So I need to create the first instance of the control at runtime.<br><br>Therefore a control array will not work as it...
Hi,<br><br>I am making a control that will (not always) have children that are of the same control type. It is like a tree structure basically. I cannot create the same control within itself at design time, as I am not allowed (for good reasons).<br><br>So my question is, Can I create an...
Hi,<br>I have a usercontrol that uses pixels as its scalemode.<br>The problem is that when say my usercontrol is say 6000 pixels in width its container form only displays 200 pixels.<br>(Those numbers aren't accurate)<br>No matter what scalemode I put the form in it still only displays a...
Sorry,<br><br>The code finished at: end code snipped <br><br>I forgot to say that these are my connection details, and I should have put them first in the post.<br><br>So I do in fact open the connection first. I have sinc e seen another post similar to mine(if not the same).<br>The...
Hi, <br><br>When my program attempts to open a recordset through an ADO connection I get a 430 automation unsupported error. <br><br>My development environment is vb6 on win2k, and the program runs fine here. <br>The problem occurs when I attempt to run it in win98. I have installed dcom98 and...
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.