Question: how to stop functions from executing twice when using inherited
Windows Forms?
Background:
WindowsForm + forms inheriting from this (base)form.
VB.NET 1.0
Description:
In the BaseForm I've got a procedure which I override in each of the
inherited forms. The procedure controls...
more >>
It seems the datagrid in windows form is not powerful, even for format. Is
it the only way to create a rich formatting datagrid that using dynamically
created controls in a panel? sounds a lot of work.
Btw, how to capture the insert/delete/update event when using datagrid?
(because I need c...
more >>