Click here to Skip to main content
15,927,699 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Can someone give me the code of my project? Pin
Paul Conrad26-Sep-07 18:28
professionalPaul Conrad26-Sep-07 18:28 
AnswerRe: Can someone give me the code of my project? Pin
Christian Graus25-Sep-07 13:12
protectorChristian Graus25-Sep-07 13:12 
AnswerRe: Can someone give me the code of my project? Pin
Hesbon Ongira26-Sep-07 0:32
Hesbon Ongira26-Sep-07 0:32 
AnswerRe: Can someone give me the code of my project? Pin
ESTAN26-Sep-07 1:34
ESTAN26-Sep-07 1:34 
GeneralRe: Can someone give me the code of my project? Pin
Paul Conrad26-Sep-07 18:29
professionalPaul Conrad26-Sep-07 18:29 
AnswerRe: Can someone give me the code of my project? Pin
icemandark26-Sep-07 3:32
icemandark26-Sep-07 3:32 
QuestionModifying textbox control from MTA Pin
cstrader23225-Sep-07 11:18
cstrader23225-Sep-07 11:18 
AnswerRe: Modifying textbox control from MTA Pin
Dave Kreskowiak25-Sep-07 13:14
mveDave Kreskowiak25-Sep-07 13:14 
Modifying UI control can only be done on the thread that created them. So, you have to use a delegate to modify the control for your thread code.

There's tons of examples of this on the web. Here's a few right here on CP:
BackgroundWorker Threads and supporting Cancel[^]
Another way to Invoke UI from a Worker Thread[^]
Improved Threading & UI integration under .NET 2.0[^]


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Modifying textbox control from MTA Pin
cstrader23225-Sep-07 13:47
cstrader23225-Sep-07 13:47 
GeneralRe: Modifying textbox control from MTA Pin
Dave Kreskowiak25-Sep-07 15:10
mveDave Kreskowiak25-Sep-07 15:10 
GeneralRe: Modifying textbox control from MTA Pin
cstrader23226-Sep-07 0:45
cstrader23226-Sep-07 0:45 
GeneralRe: Modifying textbox control from MTA Pin
Dave Kreskowiak26-Sep-07 1:01
mveDave Kreskowiak26-Sep-07 1:01 
GeneralRe: Modifying textbox control from MTA [modified] Pin
Dave Kreskowiak26-Sep-07 9:05
mveDave Kreskowiak26-Sep-07 9:05 
GeneralRe: Modifying textbox control from MTA Pin
cstrader23226-Sep-07 15:42
cstrader23226-Sep-07 15:42 
AnswerRe: Listview Pin
Bso_Cool25-Sep-07 9:03
Bso_Cool25-Sep-07 9:03 
QuestionHow to use Performance Counter? Pin
shyne725-Sep-07 6:04
shyne725-Sep-07 6:04 
AnswerRe: How to use Performance Counter? Pin
Luc Pattyn25-Sep-07 6:46
sitebuilderLuc Pattyn25-Sep-07 6:46 
AnswerRe: How to use Performance Counter? Pin
Dave Kreskowiak25-Sep-07 6:50
mveDave Kreskowiak25-Sep-07 6:50 
AnswerRe: How to use Performance Counter? Pin
Paul Conrad26-Sep-07 18:30
professionalPaul Conrad26-Sep-07 18:30 
QuestionUse a function in CrystalreportViewer.SelectionFormula Pin
dcode2525-Sep-07 5:17
dcode2525-Sep-07 5:17 
AnswerRe: Use a function in CrystalreportViewer.SelectionFormula Pin
Dave Kreskowiak25-Sep-07 5:21
mveDave Kreskowiak25-Sep-07 5:21 
GeneralRe: Use a function in CrystalreportViewer.SelectionFormula Pin
dcode2525-Sep-07 12:09
dcode2525-Sep-07 12:09 
GeneralRe: Use a function in CrystalreportViewer.SelectionFormula Pin
Dave Kreskowiak25-Sep-07 13:02
mveDave Kreskowiak25-Sep-07 13:02 
Questionassociate events to an array (matrix) of controls Pin
diebugger25-Sep-07 4:26
diebugger25-Sep-07 4:26 
AnswerRe: associate events to an array (matrix) of controls Pin
Dave Kreskowiak25-Sep-07 4:33
mveDave Kreskowiak25-Sep-07 4:33 

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.