ADO DOT NET Posted February 9, 2007 Posted February 9, 2007 I am getting system information on my form load event but it takes some time to complete for my form to be loaded so what do you recommend for this? is there a from_load_complete or something similar for me to put my code there, so first my form loads and then it gets the sys info? Quote
Administrators PlausiblyDamp Posted February 9, 2007 Administrators Posted February 9, 2007 If you are doing this with .Net 2 then you might want to look at the BackgroundWorker component. Other than that you would probably need to look at retreiving the information in a background thread rather than the main UI thread. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.