Click here to Skip to main content
16,004,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: numeric Pin
DDscales13-Nov-06 7:01
DDscales13-Nov-06 7:01 
QuestionSending program output directly to printer. Pin
Omo Code13-Nov-06 3:02
Omo Code13-Nov-06 3:02 
Question(What should be) a simple column problem Pin
73Zeppelin13-Nov-06 2:59
73Zeppelin13-Nov-06 2:59 
AnswerRe: (What should be) a simple column problem Pin
Tim Carmichael13-Nov-06 3:34
Tim Carmichael13-Nov-06 3:34 
GeneralRe: (What should be) a simple column problem Pin
73Zeppelin13-Nov-06 7:03
73Zeppelin13-Nov-06 7:03 
GeneralRe: (What should be) a simple column problem Pin
Tim Carmichael13-Nov-06 7:06
Tim Carmichael13-Nov-06 7:06 
QuestionA problem with threads Pin
mydrive2213-Nov-06 2:51
mydrive2213-Nov-06 2:51 
AnswerRe: A problem with threads Pin
shopi3013-Nov-06 14:23
shopi3013-Nov-06 14:23 
Hi mydrive22.

Every application when start has a thread (Primary Thread [PT]).

The Thread is a subprocess, this run at same time that PT.

For example: When you walk and talk, if this process was a only process you need wait for walk process finish and start the talk process. but if you start 1 process for walk and 1 process for talk, the PT proceess is free for do anything.

It's the same with forms.
If you use one proceess for retrieve data, you can use the PT for do anything on the form.

You need study "System.Threading", "Control.BeginInvoke", "Control.EndInvoke", "System.MulticastDelegate"

I hope that this solve your problem



SINCERELY.
ANTHONY ACUÑA

PREFERED PHRASE:
SOMEBODY TELL ME WHY IS MORE REAL WHEN I DREAM THAT I AM WAKE?

QuestionStoring a Foreign Value Pin
Dayekh13-Nov-06 1:05
Dayekh13-Nov-06 1:05 
AnswerRe: Storing a Foreign Value Pin
nlarson1113-Nov-06 4:46
nlarson1113-Nov-06 4:46 
QuestionFilling A Heart Shape Pin
hannesHTG13-Nov-06 0:44
hannesHTG13-Nov-06 0:44 
QuestionIntercept shutdown? Pin
JDMils12-Nov-06 23:22
JDMils12-Nov-06 23:22 
AnswerRe: Intercept shutdown? Pin
Christian Graus12-Nov-06 23:51
protectorChristian Graus12-Nov-06 23:51 
GeneralRe: Intercept shutdown? Pin
JDMils13-Nov-06 11:53
JDMils13-Nov-06 11:53 
QuestionEdit with Treeview! Pin
Lanmiu_ith12-Nov-06 22:51
Lanmiu_ith12-Nov-06 22:51 
QuestionPopUp with ok and cancel buttons Pin
JayPrakash Kulkarni12-Nov-06 21:03
JayPrakash Kulkarni12-Nov-06 21:03 
AnswerRe: PopUp with ok and cancel buttons Pin
CWIZO12-Nov-06 21:20
CWIZO12-Nov-06 21:20 
Questionchecking items in a checklistBox [modified] Pin
steve_rm12-Nov-06 20:51
steve_rm12-Nov-06 20:51 
AnswerRe: checking items in a checklistBox Pin
The ANZAC15-Nov-06 23:03
The ANZAC15-Nov-06 23:03 
QuestionConsole Application in VB6 Pin
Cmania12-Nov-06 20:13
Cmania12-Nov-06 20:13 
AnswerRe: Console Application in VB6 Pin
ChandraRam13-Nov-06 19:11
ChandraRam13-Nov-06 19:11 
QuestionHow to hide internet explorer menubar,toolbar,addressbar with VB.net code? Pin
TC2812-Nov-06 19:18
TC2812-Nov-06 19:18 
AnswerRe: How to hide internet explorer menubar,toolbar,addressbar with VB.net code? Pin
coolestCoder12-Nov-06 21:04
coolestCoder12-Nov-06 21:04 
GeneralRe: How to hide internet explorer menubar,toolbar,addressbar with VB.net code? Pin
TC2813-Nov-06 19:07
TC2813-Nov-06 19:07 
GeneralRe: How to hide internet explorer menubar,toolbar,addressbar with VB.net code? Pin
coolestCoder14-Nov-06 18:48
coolestCoder14-Nov-06 18:48 

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.