How can objects on different threads communicate with one
another?
Answers were Sorted based on User's Feedback
Answer / guest
Processes communicate with one another through messages,
using Microsoft's Remote Procedure Call (RPC) technology to
pass information to one another.There is no difference to
the caller between a call coming from a process on a remote
machine and a call coming from another process on the same
machine.
Multithreaded applications must avoid two threading
problems: deadlocks and races.A deadlock occurs when each
thread is waiting for the other to do something
Is This Answer Correct ? | 3 Yes | 0 No |
in ADO connection string if password is leave blank and all others are given. what will happen
Explain about form creation in Visual Basic?
which collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol?
How do we call MS- Excel in VB?
___ VB constant make the menu item in centre.
What are the Style properties of List Box?
Give brief description about class?
which property used to add a menus at runtime?
how a multiple routing works ?
How do I call a DLL?
What is the latest version of visual basic?
what is the Default property of datacontrol ?