Click here to Skip to main content
15,894,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Outlook Write Events problem Pin
N a v a n e e t h25-Aug-09 20:17
N a v a n e e t h25-Aug-09 20:17 
GeneralRe: Outlook Write Events problem Pin
dcdhingra25-Aug-09 20:38
dcdhingra25-Aug-09 20:38 
GeneralRe: Outlook Write Events problem Pin
Steven J Jowett25-Aug-09 22:57
Steven J Jowett25-Aug-09 22:57 
GeneralRe: Outlook Write Events problem Pin
dcdhingra26-Aug-09 0:10
dcdhingra26-Aug-09 0:10 
QuestionHow do I update a Listbox in realtime Pin
Martin Stevens25-Aug-09 17:04
Martin Stevens25-Aug-09 17:04 
AnswerRe: How do I update a Listbox in realtime Pin
N a v a n e e t h25-Aug-09 17:10
N a v a n e e t h25-Aug-09 17:10 
GeneralRe: How do I update a Listbox in realtime Pin
Martin Stevens25-Aug-09 23:06
Martin Stevens25-Aug-09 23:06 
GeneralRe: How do I update a Listbox in realtime Pin
Dave Kreskowiak26-Aug-09 3:25
mveDave Kreskowiak26-Aug-09 3:25 
Again, you have to move the code that is generating the data to a new thread, then Invoke a method on the form to update the ListBox on the UI thread. Don't worry about the BeginUpdate and Endupdate methods just yet. Worry about getting the data to the control from a background thread first.

You may want to look into the BackgroundWorker component if doing your own threading is a bit intimidating.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: How do I update a Listbox in realtime Pin
Luc Pattyn26-Aug-09 3:36
sitebuilderLuc Pattyn26-Aug-09 3:36 
GeneralRe: How do I update a Listbox in realtime Pin
Martin Stevens26-Aug-09 18:59
Martin Stevens26-Aug-09 18:59 
QuestionWhere do you go for Icons? Pin
henrynb25-Aug-09 11:33
henrynb25-Aug-09 11:33 
AnswerRe: Where do you go for Icons? Pin
N a v a n e e t h25-Aug-09 17:11
N a v a n e e t h25-Aug-09 17:11 
AnswerRe: Where do you go for Icons? Pin
Sebastian Br.26-Aug-09 0:43
Sebastian Br.26-Aug-09 0:43 
AnswerRe: Where do you go for Icons? Pin
o m n i26-Aug-09 3:49
o m n i26-Aug-09 3:49 
AnswerRe: Where do you go for Icons? Pin
David Skelly26-Aug-09 4:29
David Skelly26-Aug-09 4:29 
GeneralRe: Where do you go for Icons? Pin
henrynb30-Aug-09 9:22
henrynb30-Aug-09 9:22 
QuestionConnection to MS Access on 64-bit Machines Pin
RichFeldman25-Aug-09 6:01
RichFeldman25-Aug-09 6:01 
AnswerRe: Connection to MS Access on 64-bit Machines Pin
The Man from U.N.C.L.E.25-Aug-09 6:13
The Man from U.N.C.L.E.25-Aug-09 6:13 
AnswerRe: Connection to MS Access on 64-bit Machines Pin
Martin Stevens25-Aug-09 17:29
Martin Stevens25-Aug-09 17:29 
Questionabout richtextbox in vb6.0 Pin
askhar51625-Aug-09 5:59
askhar51625-Aug-09 5:59 
AnswerRe: about richtextbox in vb6.0 Pin
N a v a n e e t h25-Aug-09 17:14
N a v a n e e t h25-Aug-09 17:14 
GeneralRe: about richtextbox in vb6.0 Pin
askhar51626-Aug-09 4:48
askhar51626-Aug-09 4:48 
QuestionUsing timers in vb 2008 express edition Pin
RyJaBy25-Aug-09 3:27
RyJaBy25-Aug-09 3:27 
AnswerRe: Using timers in vb 2008 express edition Pin
Dave Kreskowiak25-Aug-09 3:49
mveDave Kreskowiak25-Aug-09 3:49 
GeneralRe: Using timers in vb 2008 express edition Pin
RyJaBy25-Aug-09 6:03
RyJaBy25-Aug-09 6:03 

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.