Click here to Skip to main content
15,867,308 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhy are my status and progress bars not updating Pin
Sonhospa4-Sep-09 13:26
Sonhospa4-Sep-09 13:26 
AnswerRe: Why are my status and progress bars not updating Pin
Luc Pattyn4-Sep-09 13:45
sitebuilderLuc Pattyn4-Sep-09 13:45 
GeneralRe: Why are my status and progress bars not updating Pin
Sonhospa4-Sep-09 13:56
Sonhospa4-Sep-09 13:56 
GeneralRe: Why are my status and progress bars not updating Pin
Luc Pattyn4-Sep-09 14:15
sitebuilderLuc Pattyn4-Sep-09 14:15 
NewsRe: Why are my status and progress bars not updating Pin
Sonhospa4-Sep-09 14:35
Sonhospa4-Sep-09 14:35 
GeneralRe: Why are my status and progress bars not updating Pin
Christian Graus4-Sep-09 14:45
protectorChristian Graus4-Sep-09 14:45 
GeneralRe: Why are my status and progress bars not updating Pin
Sonhospa4-Sep-09 15:24
Sonhospa4-Sep-09 15:24 
GeneralRe: Why are my status and progress bars not updating [modified] Pin
Luc Pattyn4-Sep-09 15:37
sitebuilderLuc Pattyn4-Sep-09 15:37 
This kind of invoke does not cause your controls to be accessed from the GUI thread.
What your need is myControl.Invoke(...) which guarantees the method called gets executed by the GUI thread, and that is the only way to keep your GUI healthy.

[EDIT]
I don't have any VB examples available, I have lots of C# examples though if you're interested.
I have a little article[^] which I just updated so it now contains examples in both C# and VB.NET
[/EDIT]

Smile | :)

Luc Pattyn
Badger | [badger,badger,badger,badger...] Jig | [Dance] Badger | [badger,badger,badger,badger...] Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.Jig | [Dance] Badger | [badger,badger,badger,badger...] Jig | [Dance]

modified on Saturday, September 5, 2009 4:59 PM

QuestionResizing a control Pin
EliottA4-Sep-09 9:09
EliottA4-Sep-09 9:09 
AnswerRe: Resizing a control Pin
Henry Minute4-Sep-09 10:08
Henry Minute4-Sep-09 10:08 
GeneralRe: Resizing a control Pin
Luc Pattyn4-Sep-09 10:43
sitebuilderLuc Pattyn4-Sep-09 10:43 
GeneralRe: Resizing a control Pin
Henry Minute4-Sep-09 10:52
Henry Minute4-Sep-09 10:52 
GeneralRe: Resizing a control Pin
Luc Pattyn4-Sep-09 11:14
sitebuilderLuc Pattyn4-Sep-09 11:14 
GeneralRe: Resizing a control Pin
Henry Minute4-Sep-09 11:25
Henry Minute4-Sep-09 11:25 
GeneralRe: Resizing a control Pin
Luc Pattyn4-Sep-09 12:19
sitebuilderLuc Pattyn4-Sep-09 12:19 
GeneralRe: Resizing a control Pin
Henry Minute4-Sep-09 12:38
Henry Minute4-Sep-09 12:38 
GeneralRe: Awaiting the language police Pin
Luc Pattyn4-Sep-09 12:52
sitebuilderLuc Pattyn4-Sep-09 12:52 
GeneralRe: Awaiting the language police Pin
Henry Minute4-Sep-09 13:22
Henry Minute4-Sep-09 13:22 
AnswerRe: Resizing a control Pin
DaveAuld4-Sep-09 10:17
professionalDaveAuld4-Sep-09 10:17 
AnswerRe: Resizing a control Pin
Luc Pattyn4-Sep-09 10:45
sitebuilderLuc Pattyn4-Sep-09 10:45 
QuestionUpdate db in ADO.NET Pin
TheMrProgrammer4-Sep-09 7:19
TheMrProgrammer4-Sep-09 7:19 
AnswerRe: Update db in ADO.NET Pin
Henry Minute4-Sep-09 8:37
Henry Minute4-Sep-09 8:37 
AnswerRe: Update db in ADO.NET Pin
Kschuler4-Sep-09 9:34
Kschuler4-Sep-09 9:34 
GeneralRe: Update db in ADO.NET Pin
TheMrProgrammer4-Sep-09 20:51
TheMrProgrammer4-Sep-09 20:51 
GeneralRe: Update db in ADO.NET Pin
Kschuler8-Sep-09 2:43
Kschuler8-Sep-09 2: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.