Re: do pop up boxes stop all events?
- From: "tadamsmar@xxxxxxxxx" <tadamsmar@xxxxxxxxx>
- Date: Tue, 18 Sep 2007 12:15:11 -0700
On Sep 18, 12:24 pm, "Mike Williams" <m...@xxxxxxxxxxxxxxxxx> wrote:
<tadams...@xxxxxxxxx> wrote in message
news:1190129993.634123.273640@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am developing a data acquisition system that takes in
real-time data and displays it. It seems that pop-up boxes
(Msgbox, Commondialog) stops all other processing. If
I leave one up too long, the my processing gets way behind
and has to play catch-up.
If you display a standard VB MsgBox when your code is running in the VB IDE
then Timers and other events will be stopped (although you can get around
that problem using the API MsgBox function instead) but there should be no
problem when your code is run as a compiled exe, where Timers and various
other events will still work fine while the dialog is being displayed and
only the code in the Sub that displayed the MsgBox will be halted.
I think that can't be true, since calls to my public sub (a different
sub) are also halted. But timer events work fine.
How are
you collecting and displaying your data?
Mike
.
- Follow-Ups:
- Re: do pop up boxes stop all events?
- From: Mike Williams
- Re: do pop up boxes stop all events?
- References:
- VB5: do pop up boxes stop all events?
- From: tadamsmar@xxxxxxxxx
- Re: do pop up boxes stop all events?
- From: Mike Williams
- VB5: do pop up boxes stop all events?
- Prev by Date: Re: do pop up boxes stop all events?
- Next by Date: Re: do pop up boxes stop all events?
- Previous by thread: Re: do pop up boxes stop all events?
- Next by thread: Re: do pop up boxes stop all events?
- Index(es):
Relevant Pages
|
Loading