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

  • Users: ostelen
  • Content: Threads
  • Order by date
  1. ostelen

    easy question ?

    Hello, I am building a software in WinForm C#. When the window is opening, the cursor of the mouse should be placed in the textBox1. This is the code i am using when the windows is opening, but it doesnt work: textBox1.TabIndex = 0; textBox1.Select(0,0); textBox1.Focus(); The cursor is not...
  2. ostelen

    big problem

    Hello, I am using Visual .NET WInForms in C# I actually have a problem with column of datagrid. I just would change the size (width) of my column I tried lot of things with tablestyles and posted on another forum, but nothing works ! This is my code, and it dont works ... does someone know...

Part and Inventory Search

Back
Top