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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.