The application I running following deployment runs somewhat slower than I expected.
1. It takes a minimum of 10 seconds before the splash screen appears.
2. All forms whenopening have a combobox which references datasets of data in a mdb file in My Documents, there is a delay when each form opens. I intend for the mdb to be on a server which will mean even slower response.....is this the norm?
3. Am I correct in assuming the delay at the beginning is due to the .NET Framework loading before my app?
4. Is having comboboxes referencing disconnected data the wrong way to go about it?
5. I have been on an intensive learning curve to migrate from AccessXP/VBA to use VB.NET/ADO.NET as it now seems so much easier to create front end apps.....but the slow response won't go down well me thinks
1. It takes a minimum of 10 seconds before the splash screen appears.
2. All forms whenopening have a combobox which references datasets of data in a mdb file in My Documents, there is a delay when each form opens. I intend for the mdb to be on a server which will mean even slower response.....is this the norm?
3. Am I correct in assuming the delay at the beginning is due to the .NET Framework loading before my app?
4. Is having comboboxes referencing disconnected data the wrong way to go about it?
5. I have been on an intensive learning curve to migrate from AccessXP/VBA to use VB.NET/ADO.NET as it now seems so much easier to create front end apps.....but the slow response won't go down well me thinks