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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Anand

  1. Anand

    EVALUATE() FUNCTION IN VB, Is it out there?

    Hi,<br> <br> Or you can use the Expression Evaluator code that appeared in VBPJ Feb 98 issue(could handle variables also).<br> <br> There are also quite a few of those floating around on the web, get one most suited to your needs and modify.<br>
  2. Anand

    Control Arrays

    Or you could also use,<br> <br> Private sub RemoveCTL(ctl as variant, ByVal rTake as Integer) <br> <br> Does Work for me!!<br> <br> Anand
  3. Anand

    Please Help

    May be you can check with SemdKeys to do the Print Screen from code...<br> <br> <br> MA
  4. Anand

    Event editing

    Hi Marc,<br> <br> If you just want to trigger a event procedure you can always call it. All events are nothing but ordinary procedure(basically)....<br> <br> <br> With Regards,<br> <br> Anand
  5. Anand

    where is actual the mouse-pointer in a combo-box ??

    If the item of a combo box changes the click event is automatically triggered. You can use the list property to get the currently selected item.

Part and Inventory Search

Back
Top