Hi All
I do not know if I am using the correct method to be able to do this. I have looked around the FAQ's ect and could not find anyone or a tutorial on who to build a program with menu's. I eventually looks at non-related examples and worked out this solution.
My workflow on creating a program is to make new apps, smaller that do specific parts of the final app. It is easirt and faster to test and compile.
Then at the last minute put them all into a single app. The decisions of whether they should be Code or Class Modules still does not make 100% sence to me at the moment. I understand the Code modules are more powerful.
Attached is my attempt of doing such a final program.
The Menu's are in Main and to do the program settings are in cSettings.
I initially loaded the same Designer file in Both and after I saved the settings on the setting screen , I managed to get the setting screen to be hidden, then if I went back and tried to get to the setting screen again , It would not show until I restarted the program.
I have tried now not loading the Layout file in the Code Module and cannot get the Setup screen to hide.
Please look at the code and point me in the right direction.
Thank you
I do not know if I am using the correct method to be able to do this. I have looked around the FAQ's ect and could not find anyone or a tutorial on who to build a program with menu's. I eventually looks at non-related examples and worked out this solution.
My workflow on creating a program is to make new apps, smaller that do specific parts of the final app. It is easirt and faster to test and compile.
Then at the last minute put them all into a single app. The decisions of whether they should be Code or Class Modules still does not make 100% sence to me at the moment. I understand the Code modules are more powerful.
Attached is my attempt of doing such a final program.
The Menu's are in Main and to do the program settings are in cSettings.
I initially loaded the same Designer file in Both and after I saved the settings on the setting screen , I managed to get the setting screen to be hidden, then if I went back and tried to get to the setting screen again , It would not show until I restarted the program.
I have tried now not loading the Layout file in the Code Module and cannot get the Setup screen to hide.
Please look at the code and point me in the right direction.
Thank you