L
Ludovic Lemarinel
Hi,
I've got a Tab Control, with a lot of tabs, and a lot of controls in each
tab (textboxes, comboboxes, listviews, checkboces, etc...). As these
controls are updating a Database, I need to detect if there is any change on
any control when closing then form, or on record change .
I know which events I should use, but I can't see any property to find if my
controls have changes.
So, I thinked about serializing my tabcontrol, and then compare the "old
serialized" version with the current, and then detect changes, but it seems
to be impossible to serialize a tabcontrol.
Do you know any way to detect changes on any control in a tabcontrol ?
Thanks a lot .
I've got a Tab Control, with a lot of tabs, and a lot of controls in each
tab (textboxes, comboboxes, listviews, checkboces, etc...). As these
controls are updating a Database, I need to detect if there is any change on
any control when closing then form, or on record change .
I know which events I should use, but I can't see any property to find if my
controls have changes.
So, I thinked about serializing my tabcontrol, and then compare the "old
serialized" version with the current, and then detect changes, but it seems
to be impossible to serialize a tabcontrol.
Do you know any way to detect changes on any control in a tabcontrol ?
Thanks a lot .