So I am nearning completion of my 7th major project
And I need the application to load files into ram when the application starts
Almost like a splash screen but with a loading bar.
I have to load over 90 JPG's
And I would like to have them in RAM so the application isn't so slow at first
IE
System.Load(My.Resources.JPG1) And LoadingBar1.Value += 10
Etc, etc.
I know this is the wrong code which is why I am posting
I have a Form I have created as a splash screen
I need it to load all the JPGs before starting the application
Any Ideas??
Thanks in advance as you guys have been so very helpful
And once I find a posting I can help with I will gladly share my 2 Cents
And I need the application to load files into ram when the application starts
Almost like a splash screen but with a loading bar.
I have to load over 90 JPG's
And I would like to have them in RAM so the application isn't so slow at first
IE
System.Load(My.Resources.JPG1) And LoadingBar1.Value += 10
Etc, etc.
I know this is the wrong code which is why I am posting
I have a Form I have created as a splash screen
I need it to load all the JPGs before starting the application
Any Ideas??
Thanks in advance as you guys have been so very helpful
And once I find a posting I can help with I will gladly share my 2 Cents