C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




Multi-threading


Posted Date: 05 Sep 2008      Total Responses: 2

Posted By: Dotnet_CHD       Member Level: Bronze     Points: 1


I have main application, now I want to run small utility in background along with the main application without any notification to user, how could i do this with the multi-threading.



Responses

Author: vipul    05 Sep 2008Member Level: DiamondRating:     Points: 3
hi,
I am implement threading my application in that i run two function together if both completed then do somthing other wise wise not
Function checktheuser()
Dim th1 As New Thread(checktheuser1)
th1.Start()

Dim th2 As New Threadchecktheuser2)
th2.Start()

th1.Join()
th2.Join()
end function

vipul,
http://dongavipul.blogspot.com



Author: Dotnet_CHD    05 Sep 2008Member Level: BronzeRating:     Points: 2
My main application should get first preference and it should run in its normal way without any interruption, but when other thread or utility got any fee slice from processor it should get that.


Post Reply
You must Sign In to post a response.
Next : to check validuser or not
Previous : How to add shotcut for tabpages of tabcontrol
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

budget conference call

Contact Us    Privacy Policy    Terms Of Use