Create two mdi child forms to a MDI form
use the activated event to modify the text of both children (i.e. change title)
start the application
guess what
the activated event of either form will execute if that form is activated first but the other forms a ctivated event will never fire
Stopp...
more >>
How to catch row selection in datagrid?
TIA
...
more >>
Hi,
I use DataGrid.DataSource = dataview that it table is parent table
In dataset with relationships.
dataview.AllowNew = false hides last * row in datagrid parent.
But for child grids the last new row is visible.
The childDataTable.DefaultDataView.AllowNew = false don't help.
How can it be so...
more >>
Hi,
How can I catch the event of the form being minimized by the user ?
Thanks in advance.
Kinh Luan...
more >>
why does not openFileDialog have closed event?
i want to do something; as soon as the dialog closes. is there a way to do
this?
...
more >>