Wat is multithreading in VB?

Answer Posted / ravi kumar noneria

What happens if we need our Process to do more than 1
thing, like execute query and write to a database at the
same time. Luckily we can split a Process to share the time
slice allocated to it. This is done by spawning new threads
in the current Process. These extra threads ares sometimes
called worker threads. These worker threads share the
processes memory space that is isolated from all other
Processes on the system.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Default cursor Type and LockEdit type in DAO?

694


How would you add column headers in listview control?

1662


which property is used to change to some value to access a identity column in datacontrols?

1360


How would you create Visual basic Document file?

1910


Difference between Dynaset and Snapshot?

1677






What is the latest version of visual basic?

461


Explain the usage of Web Browser Control?

1488


Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.

1869


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

994


How do you change the system menu (on the Control-Menu Box)?

977


How about Access 2.0 compatibility?

1015


Is visual basic still used?

516


How many File System Controls are there Explain?

1534


What are the uses of List View Control?

1565


How do I access C style strings?

1002