My program uses an INI file format to save a file for opening when needed, but the user doesn't see INI when viewing the saved file in Windows Explorer, the file extension had been changed to EBC.
Now, The problem I seem to have is that, since the GetINI procedure has all the loading functions to load the saved file, the extension from EBC is changed back to INI and the INI file is then loaded. GetINI is a huge procedure and though I've tried my darndest to work it out, the saved file that is being opened, doesn't seem to want to impliment all the settings on screen.
Should I try and break each section of the GetINI into different procedures and simply call each one from GetINI and use the DoEvent function between each call? or should I try using a Timer control and trigger it after each call?
Any suggestion would be greatful.
Andrew.
Now, The problem I seem to have is that, since the GetINI procedure has all the loading functions to load the saved file, the extension from EBC is changed back to INI and the INI file is then loaded. GetINI is a huge procedure and though I've tried my darndest to work it out, the saved file that is being opened, doesn't seem to want to impliment all the settings on screen.
Should I try and break each section of the GetINI into different procedures and simply call each one from GetINI and use the DoEvent function between each call? or should I try using a Timer control and trigger it after each call?
Any suggestion would be greatful.
Andrew.