I would like to get current position of scrollbars when they are present for
scrolled content and revert to it later. Without this sometimes Form scrolls
automatically to top when getting focus back.
Any pointers?
Thanks
...
more >>
Hi
I have a main form (C#) which, when a button is pressed, I create a modal dialog (ShowDialog). This dialog has a combobox on it. In the eventhandler of SelectedIndex changed on this comboxbox I create another modal dialog which the user can dismiss. When that modal dialog returns, the whole ap...
more >>
Can someone tell me what the event is that is raised when you exit the
row of a datagrid. I need to sum a column and place the value in a
textbox each time a row is exited. This would also include if the user
returns to a previous row and re-edits the data. I am building an
invoice applicati...
more >>