G
Guest
hello i'm writing an appliction in C# and i have 2 questions:
1. i have a dataGrid which contains data from my DataBase, and when the dataGrid loads the scroll is at the first line and i want it to be at the last line, so i can see the last lines, how can i make it to be at the bottom?
2. i made a flag that disable the option to create several object from the same class
so now if i press the same button few times nothing happens (as i wanted) but i can i make a form that is open but minimized to be maximised again on the next pressing?
thank you
1. i have a dataGrid which contains data from my DataBase, and when the dataGrid loads the scroll is at the first line and i want it to be at the last line, so i can see the last lines, how can i make it to be at the bottom?
2. i made a flag that disable the option to create several object from the same class
so now if i press the same button few times nothing happens (as i wanted) but i can i make a form that is open but minimized to be maximised again on the next pressing?
thank you