Hi :)
I have some questions:
1) How can i get the size of the screen ? (not the forum, the
screen borders)
2) How can i resize all the columns in a DataGridView
to the length of their values ? (when using the built in
method, Autoresize, its only make it larger but dont make
it small if the value is shorter then the column)
3) How can i check if a specific KeyBoard key pressed ? (like Up or A buttons)
4) How can i change a specific Column Behavior in a DataGridView ? (like i want that
only the fields of this Column will be limited to 4 digits)
Thanks.