improve the application response speed
-
Hi folks :rose:, now i have work with live video capturing and audio capturing in the windows forms, this application have more number of images and designs so it takes more time and also it take much more time to respond , i need to reduce the time did you know plz share with me........ :rose:Best Regards..:rose: ranandbe -- modified at 1:31 Wednesday 10th May, 2006
-
Hi folks :rose:, now i have work with live video capturing and audio capturing in the windows forms, this application have more number of images and designs so it takes more time and also it take much more time to respond , i need to reduce the time did you know plz share with me........ :rose:Best Regards..:rose: ranandbe -- modified at 1:31 Wednesday 10th May, 2006
Use a seperate thread for the video and audio capture (if you aren't already). This will free up the GUI thread, and should improve response time.
-
Use a seperate thread for the video and audio capture (if you aren't already). This will free up the GUI thread, and should improve response time.
Hi, Thank you, already i done with different thread's,my problem was application loading(form loading) time is high,i think the problem was in large size pictures and some code is in form load event but no way to change that picture as well as code is there any way to improve the form loading as quick. best regards:sigh: ranandbe -- modified at 4:53 Wednesday 10th May, 2006