Click here to Skip to main content
15,917,320 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
Thanks Navaneeth

I've tried using the update. It doesn't seem to do what I'm trying to achieve.

What I need is to be able to update the listbox realtime eg to show data flowing through (mid loop) rather then render the control with all data when the sub completed execution.

I want to build a data flow monitoring tool that sites on a desktop.

For the below code I'm aiming forthe application to pump a new item into the listbox visually in every iteration of the loop. I've added the thread sleep to slow it down and spread the timestamp apart.

Dim counter As Integer = Nothing
Do While counter < 100

counter += 1
ListBox1.Items.Add(" timestamp output " & Now)
Threading.Thread.Sleep(200)

Loop

Does anyone have any ideas?
GeneralRe: How do I update a Listbox in realtime Pin
Dave Kreskowiak26-Aug-09 3:25
mveDave Kreskowiak26-Aug-09 3:25 
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 

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.