G
Guest
I am planning to write an explorer like SDI application utilizing ADO
..NET/ACCESS DB.
There will be a number of different detail views (referencing and updating
data on the db) depending on the selected tree node.
I have tried creating multiple pannels and plant controls on them and show
or hide them depending on the tree node. However, It didn't seem like the
right aproach. The size of the executable was gigantic. Once constucted,
the classes couldn't be destructed(framework handles destruction). Problems
re-querying db.
It seems to me that there must me neeter method. All I am looking for is a
general design aproach to this type of application.
Any suggestions would be greatly appreciated.
Thanks in advance
..NET/ACCESS DB.
There will be a number of different detail views (referencing and updating
data on the db) depending on the selected tree node.
I have tried creating multiple pannels and plant controls on them and show
or hide them depending on the tree node. However, It didn't seem like the
right aproach. The size of the executable was gigantic. Once constucted,
the classes couldn't be destructed(framework handles destruction). Problems
re-querying db.
It seems to me that there must me neeter method. All I am looking for is a
general design aproach to this type of application.
Any suggestions would be greatly appreciated.
Thanks in advance