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 Mike Lewis 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: s0no
  • Order by date
  1. s0no

    Animated GIF

    can use with : marchoso.ocx
  2. s0no

    forecolor change

    You can put in the InteractiveChange event of the object (textbox)... the following code.. *!* --------------------------------------- *!* InteractiveChange event *!* --------------------------------------- this.forecolor=IIF(this.value<0,RGB(255,0,0),RGB(0,0,0)) Hope these help you

Part and Inventory Search

Back
Top