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 TouchToneTommy 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: *

  1. phancyk

    Comments in code

    but what happens when you make an executable and someone runs it on a computer that doesn't have mztools? phil
  2. phancyk

    Moving to VB.NET from VB 6.0

    First off, I am new to VB as well and am using VB6. From what I have heard VB.NET is a better language but vastly different from VB6. One major disadvantage is that the .NET executable will not run on any computer that does not have the .NET framework installed. So if your programs are...
  3. phancyk

    Want to select a control from control array at runtime

    Thanks ZOR, it turns out i had changed the code on the mousedown but my mouseup code kept reversing the process. that makes my life a lot easier phancyk
  4. phancyk

    Want to select a control from control array at runtime

    I am trying to select an earlier created control from my control array (after others have been created) on MouseDown so when MouseMove happens it is able to resize this earlier control and not the one just created. Right now I can only change the most recent control. Any ideas?

Part and Inventory Search

Back
Top