There are lot of things to consider bro DeathFox in SDLC. You have to determine your Project Milestones. Gather all the artifacts then analyze it which comes first. Don't let that background the bottleneck of the entire system. hehe!
![]()
There are lot of things to consider bro DeathFox in SDLC. You have to determine your Project Milestones. Gather all the artifacts then analyze it which comes first. Don't let that background the bottleneck of the entire system. hehe!
![]()
Have you tried making those datagrids as usercontrols and executing some delegates on them in separate threads? I am not sure if it will work kay basin mu gawas ang akong favorite exception na "IllegalCrossThreadCall"![]()
Try to multi-thread your application during loading, i've used it in C# though but I know it is also applicable in VB.Net.
Query your database asynchronously or implement a paging mechanism and retrieve records og hinay-hinay.
google these objects:
1. AsyncCallback
2. IAsyncResult
You may also want to try System.ComponentModel.BackGroundWorker
Forget about threads, use BackGroundWorkers.
If imong background picture ang problem, sa Form_Load set ang Control.CheckForIllegalCrossThreadCalls = False then set imong background image using a System.ComponentModel.BackGroundWorker or System.Threading.Thread. After na mahuman og set, please set Control.CheckForIllegalCrossThreadCalls = True. This will work but its not recommended hahahaha.
Cheers...
Similar Threads |
|