Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCopy memory function Pin
sundar_mca26-Feb-07 2:08
sundar_mca26-Feb-07 2:08 
AnswerRe: Copy memory function Pin
Dave Kreskowiak26-Feb-07 5:58
mveDave Kreskowiak26-Feb-07 5:58 
QuestionMsgBox's Pin
jady8426-Feb-07 1:54
jady8426-Feb-07 1:54 
AnswerRe: MsgBox's Pin
TwoFaced26-Feb-07 8:52
TwoFaced26-Feb-07 8:52 
Questionftp - connect [modified] Pin
locaas26-Feb-07 1:17
locaas26-Feb-07 1:17 
AnswerRe: ftp - connect Pin
Tim Carmichael26-Feb-07 1:32
Tim Carmichael26-Feb-07 1:32 
QuestionBackgroundworker Class Pin
tonyalex26-Feb-07 1:03
tonyalex26-Feb-07 1:03 
AnswerRe: Backgroundworker Class Pin
mr_lasseter26-Feb-07 4:18
mr_lasseter26-Feb-07 4:18 
The background worker and the UI run on separate threads. In order to send results to the UI from the backgroundworker you can use the ReportProgress method of the background worker. In the UI you will need to handle this event to add new items to the grid.

Or you can return the results in the RunWorkerCompleted method than have the UI update the grid.

Mike Lasseter

GeneralRe: Backgroundworker Class Pin
tonyalex2-Mar-07 2:52
tonyalex2-Mar-07 2:52 
Questionmultilingual, help me plsss Pin
Member 384017426-Feb-07 1:02
Member 384017426-Feb-07 1:02 
QuestionRaising Events & Multithreading Pin
Member 384931926-Feb-07 0:26
Member 384931926-Feb-07 0:26 
QuestionAdding a line of text to the end of a file over HTTPS Pin
merrittholmes26-Feb-07 0:09
merrittholmes26-Feb-07 0:09 
QuestionChange Data Grid Column Name Pin
Vikash Yadav25-Feb-07 23:50
Vikash Yadav25-Feb-07 23:50 
AnswerRe: Change Data Grid Column Name Pin
Sachin Gokhale27-Feb-07 20:29
Sachin Gokhale27-Feb-07 20:29 
QuestionProblem accessing Access DB file on a shared network drive Pin
Alex Feature25-Feb-07 23:39
Alex Feature25-Feb-07 23:39 
GeneralRe: Problem accessing Access DB file on a shared network drive Pin
Alex Feature26-Feb-07 19:55
Alex Feature26-Feb-07 19:55 
GeneralRe: Problem accessing Access DB file on a shared network drive Pin
Alex Feature28-Feb-07 3:40
Alex Feature28-Feb-07 3:40 
Questionproject help requires...plzzzzz Pin
prabir kishore25-Feb-07 23:31
prabir kishore25-Feb-07 23:31 
AnswerRe: project help requires...plzzzzz Pin
Christian Graus26-Feb-07 10:32
protectorChristian Graus26-Feb-07 10:32 
GeneralRe: project help requires...plzzzzz Pin
prabir kishore26-Feb-07 18:31
prabir kishore26-Feb-07 18:31 
GeneralRe: project help requires...plzzzzz Pin
Christian Graus26-Feb-07 21:55
protectorChristian Graus26-Feb-07 21:55 
QuestionHow to retriving the Image files from ACCESS 2003 Pin
somagunasekaran25-Feb-07 22:33
somagunasekaran25-Feb-07 22:33 
Questioninterfacing vb .net and a hardware Pin
tomoyo_akumin25-Feb-07 19:41
tomoyo_akumin25-Feb-07 19:41 
AnswerRe: interfacing vb .net and a hardware Pin
Christian Graus25-Feb-07 20:35
protectorChristian Graus25-Feb-07 20:35 
QuestionCPU Usage per process Pin
The ANZAC25-Feb-07 19:25
The ANZAC25-Feb-07 19:25 

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.