Hi VB fans
I'm working on a relatively large project in VB6 with about a dozen
forms, including graphs, labels, text boxes, etc. The software itself
is actually a flow simulator with more or less complex technical
calculations, several input variables. I would like to equipp the
starting panel with the usual New, Open, Save, Save As, Close etc.
menus (like in Excel, or Word, etc.) What is the best way to
accomplish Save, or Save As? Should be the variables behind the entry
fields be written to a binary file, or can the forms be saved directly
with all the controls and it contents to a file, or is there any other
solution? How professionals do it?
Any advice is highly appreciated. Tx in advance
Andras
I'm working on a relatively large project in VB6 with about a dozen
forms, including graphs, labels, text boxes, etc. The software itself
is actually a flow simulator with more or less complex technical
calculations, several input variables. I would like to equipp the
starting panel with the usual New, Open, Save, Save As, Close etc.
menus (like in Excel, or Word, etc.) What is the best way to
accomplish Save, or Save As? Should be the variables behind the entry
fields be written to a binary file, or can the forms be saved directly
with all the controls and it contents to a file, or is there any other
solution? How professionals do it?
Any advice is highly appreciated. Tx in advance
Andras
Comment