We are here with you hands in hands to facilitate your learning & don't appreciate the idea of copying or replicating solutions. Read More>>
+ Link For Assignments, GDBs & Online Quizzes Solution |
+ Link For Past Papers, Solved MCQs, Short Notes & More |
Dear Students! Share your Assignments / GDBs / Quizzes files as you receive in your LMS, So it can be discussed/solved timely. Add Discussion
How to Add New Discussion in Study Group ? Step By Step Guide Click Here.
Tags:
+ How to Follow the New Added Discussions at Your Mail Address?
+ How to Join Subject Study Groups & Get Helping Material? + How to become Top Reputation, Angels, Intellectual, Featured Members & Moderators? + VU Students Reserves The Right to Delete Your Profile, If?.
+ http://bit.ly/vucodes (Link for Assignments, GDBs & Online Quizzes Solution)+ http://bit.ly/papersvu (Link for Past Papers, Solved MCQs, Short Notes & More)
+ Click Here to Search (Looking For something at vustudents.ning.com?) + Click Here To Join (Our facebook study Group)Complete Solution With Code
Solution kaha mayo :P
Share some code
yaar kese ho gi ye :/ koi mje source code de do na :/ itna kam to kr dia kro yaar :/
thread>>>
1. you have to import using System.Threading;
2. make a function that will contain a loop and also contain a Thread.Sleep(int milisecond) method.
like this.
public void myThread()
{
//for loop to that will run for 10,000 times
for(int i=0;i<=10000;i++)
{
//in this loop you can print i values to your textbox that you have created for output
output1.Text+=("T1:Execution count> " + i);
//and here is the sleep method
Thread.Sleep(100); this will sleep for 100 mili second
//in this sleep method you have to pass that value that is in the Listbox(contains 50,100,200,300,600).
}
}
after this you have to make a variable type Thread mythread
then pass that method name in mythread lik this
mythread(myThread);
then use this command
mythread.Start();
to select value form the list box you can use statements like that
ListBoxItem mySelectedItem = ListBoxName.SelectedItem as ListBoxItem;
string value = mySelectedItem.Content.ToString();
© 2019 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
VU Students reserves the right to delete profile, which does not show any Activity at site nor has not activity more than 01 month.
We are user-generated contents site. All product, videos, pictures & others contents on vustudents.ning.com don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com or Contact us at contact Page with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post