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: 740520
  • Order by date
  1. 740520

    loop sqldatacommand

    I had try use a same parameter at both Update command and insert command in past,but the IDE show me a error that is the parameter is already use by another object. you should be find a way about "dynamic create vb code" to resolve you problem.
  2. 740520

    VB.NET - Creating a text file / StreamWriter question

    RedNuth ,It's very very easy ,just use System.Io.File class.
  3. 740520

    Problem with Copy() & Paste in TextBox

    Before you use the copy function of textbox, you must selected some letter ,just like what you do manually. here are codes below,try it. txtTop.select(0,100) '100 is you textbox max length txtTop.Copy() txtBottom.Paste()

Part and Inventory Search

Back
Top