Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nhc
  • Order by date
  1. nhc

    ADO/automation error

    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)...
  2. nhc

    treeview node height

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

    dynamic control creation again.

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

    runtime control creation

    Thanks it work beautifully except now I need to make an array of such objects as my control may have multiple children.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;set ctlChild = controls.add(&quot;myControl&quot;, &quot;myctl&quot;, frame1<br><br>This works...
  5. nhc

    runtime control creation

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

    runtime control creation

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

    runtime control creation

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

    usercontrol width not fully displayed

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

    ADO/automation error

    Sorry,<br><br>The code finished at:&nbsp;&nbsp;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...
  10. nhc

    ADO/automation error

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

Part and Inventory Search

Back
Top