Click here to Skip to main content
16,006,535 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Aligning the Buttons in the form Pin
Anonymous15-Jul-05 5:46
Anonymous15-Jul-05 5:46 
GeneralRe: Aligning the Buttons in the form Pin
prathiba_naresh15-Jul-05 6:02
prathiba_naresh15-Jul-05 6:02 
Generaloracle on linux Pin
smita_roy14-Jul-05 23:08
smita_roy14-Jul-05 23:08 
GeneralRe: oracle on linux Pin
Dave Kreskowiak15-Jul-05 1:40
mveDave Kreskowiak15-Jul-05 1:40 
Generalhelp on crystal report Pin
fire8514-Jul-05 20:27
fire8514-Jul-05 20:27 
GeneralRe: help on crystal report Pin
Rizwan Bashir14-Jul-05 21:57
Rizwan Bashir14-Jul-05 21:57 
GeneralMultithread Pin
hung_ngole14-Jul-05 18:50
hung_ngole14-Jul-05 18:50 
GeneralRe: Multithread Pin
rwestgraham14-Jul-05 19:50
rwestgraham14-Jul-05 19:50 
This question is too general to provide much of an answer.

However a simple scenario for using threads is to design a class that contains the code needed to create and start the secondary thread. The same class also exposes all parameters needed by the secondary thread as properties.

The parent thread creates an instance of the class, sets all the required property values, then calls the class method to launch the secondary thread. The secondary thread runs whatever task it is supposed to run, and then notifies the parent thread either when it is done or the operation fails.

Notification can be by events (easiest) or by callback functions (more code reqiuired but generally a much better approach).

Robert
GeneralRe: Multithread Pin
hung_ngole15-Jul-05 15:58
hung_ngole15-Jul-05 15:58 
GeneralRe: Multithread Pin
rwestgraham16-Jul-05 23:45
rwestgraham16-Jul-05 23:45 
GeneralAdd records to DB Table usin VB.Net Pin
JERUSHA14-Jul-05 18:30
JERUSHA14-Jul-05 18:30 
GeneralRe: Add records to DB Table usin VB.Net Pin
Anonymous15-Jul-05 23:20
Anonymous15-Jul-05 23:20 
Generalset ms.word to different orientation in different page Pin
IvanChang14-Jul-05 18:04
IvanChang14-Jul-05 18:04 
GeneralArray Pin
hung_ngole14-Jul-05 17:48
hung_ngole14-Jul-05 17:48 
GeneralRe: Array Pin
Christian Graus14-Jul-05 17:56
protectorChristian Graus14-Jul-05 17:56 
GeneralVB.Net inherited from GroupBox but if I drag a control onto it at design time it is added to form's controls collection Pin
SBendBuckeye14-Jul-05 12:55
SBendBuckeye14-Jul-05 12:55 
GeneralRe: VB.Net inherited from GroupBox but if I drag a control onto it at design time it is added to form's controls collection Pin
vtalau14-Jul-05 18:34
vtalau14-Jul-05 18:34 
GeneralVB .NET: XML to Datagrid Pin
Anonymous14-Jul-05 9:54
Anonymous14-Jul-05 9:54 
GeneralRe: VB .NET: XML to Datagrid Pin
Anonymous14-Jul-05 9:57
Anonymous14-Jul-05 9:57 
GeneralRe: VB .NET: XML to Datagrid Pin
Anonymous14-Jul-05 9:59
Anonymous14-Jul-05 9:59 
GeneralProblem in Query Pin
eshban28414-Jul-05 9:47
eshban28414-Jul-05 9:47 
GeneralRe: Problem in Query Pin
Christian Graus14-Jul-05 11:27
protectorChristian Graus14-Jul-05 11:27 
GeneralRe: Problem in Query Pin
J4amieC15-Jul-05 1:37
J4amieC15-Jul-05 1:37 
GeneralRe: Problem in Query Pin
Anonymous15-Jul-05 3:34
Anonymous15-Jul-05 3:34 
GeneralRe: Problem in Query Pin
eshban28415-Jul-05 7:43
eshban28415-Jul-05 7:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.