Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Wat is multithreading in VB?

Answer Posted / joby cheriyan

Multi threading is one method for using the maximum
resource allocated for an application by the OS.
For example try a VB6 code.
Add these Controls to a form List box and command button.
Private Sub Command1_Click()
For i = 1 To 100000
List1.AddItem i
Next i
End Sub
This code will hangs up your form.
Think that you have three list box and three command button
for adding into three list boxes same time. U won’t be even
able to click the button until one task completes. If you
try with DOEVENTS function also not a proper solution for
this problem. Now you will try to solve this issue with
multithread. In VB6 you need API for creating threads.
Actually VB6 has lot of crashes when we use multithread.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you navigate between one document to another document

1706


How can Visual Basic be used for server-side scripting?

1008


Are there any examples of commercial applications built using Visual Basic?

1769


Why doesn't "my string" & Chr$(13) do what I want?

1577


Draw Sequence Modal of RDO and Explain?

2393


Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.

1570


How to load and unload child forms.

1199


Why can't I use an index with my VB accessed database?

1523


What is rdo in vb?

1358


What is ActiveX Dll and ActiveX Exe?

2249


Differentiate between DAO,ADO and Adodc as in data access objects?

6896


___,_____ and ____ container objects.

1671


Explain what is Visual basic?

1060


What is OLEDB?

2370


What is the difference between c++ and visual basic?

1360