Click here to Skip to main content
15,916,288 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need help detecting keypress outside of form vb2008 Pin
Tom Deketelaere26-Aug-09 5:02
professionalTom Deketelaere26-Aug-09 5:02 
GeneralRe: Need help detecting keypress outside of form vb2008 Pin
Dave Kreskowiak26-Aug-09 5:05
mveDave Kreskowiak26-Aug-09 5:05 
AnswerRe: Need help detecting keypress outside of form vb2008 Pin
o m n i27-Aug-09 6:11
o m n i27-Aug-09 6:11 
QuestionGet mouse point image without ruining alpha Pin
o m n i26-Aug-09 3:53
o m n i26-Aug-09 3:53 
AnswerRe: Get mouse point image without ruining alpha Pin
Dave Kreskowiak26-Aug-09 4:11
mveDave Kreskowiak26-Aug-09 4:11 
GeneralRe: Get mouse point image without ruining alpha Pin
o m n i26-Aug-09 4:25
o m n i26-Aug-09 4:25 
AnswerRe: Get mouse point image without ruining alpha Pin
o m n i26-Aug-09 5:02
o m n i26-Aug-09 5:02 
GeneralRe: Get mouse point image without ruining alpha Pin
Dave Kreskowiak26-Aug-09 5:06
mveDave Kreskowiak26-Aug-09 5:06 
QuestionHelp with Checkbox please Thanks Pin
Bob Beaubien26-Aug-09 3:11
Bob Beaubien26-Aug-09 3:11 
AnswerRe: Help with Checkbox please Thanks Pin
Jay Royall26-Aug-09 3:35
Jay Royall26-Aug-09 3:35 
AnswerRe: Help with Checkbox please Thanks Pin
Dave Kreskowiak26-Aug-09 3:59
mveDave Kreskowiak26-Aug-09 3:59 
GeneralRe: Help with Checkbox please Thanks Pin
Bob Beaubien26-Aug-09 6:19
Bob Beaubien26-Aug-09 6:19 
GeneralRe: Help with Checkbox please Thanks Pin
Dave Kreskowiak26-Aug-09 6:21
mveDave Kreskowiak26-Aug-09 6:21 
Questionpowerpoint show Pin
Omar Mallat25-Aug-09 21:05
professionalOmar Mallat25-Aug-09 21:05 
AnswerRe: powerpoint show Pin
Christian Graus25-Aug-09 21:07
protectorChristian Graus25-Aug-09 21:07 
QuestionOutlook Write Events problem Pin
dcdhingra25-Aug-09 20:01
dcdhingra25-Aug-09 20:01 
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 

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.