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 Chris Miller 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. loveyou

    problem with MSHFlexigrid

    hi friends, at present i am doing a project for fast food center. i want to display the billing items in MSHFlexgrid. to do the same i am using the following code. Private Sub txtquantity_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then If Not IsNumeric(txtquantity.Text) Or...
  2. loveyou

    what is property set method in writing activex dll

    hi, what is property set method in writing activex dll. please post me good example.

Part and Inventory Search

Back
Top