Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Status bar msg


Message #1 by "Malathi Senthil" <senthil.malathi@a...> on Tue, 22 Jan 2002 07:27:49 +0400
Thanks. I wasn't the original poster but that IS good to know.

G. Waleed Kavalec
-------------------
 To truly understand recursion one must first understand recursion.
----- Original Message -----
From: <steve.percival@c...>
To: "professional vb" <pro_vb@p...>
Sent: Thursday, January 24, 2002 1:10 PM
Subject: [pro_vb] Re: Status bar msg


> Try
> statusbar.refresh
>
> This will force a repaint of the status bar.
>
>
> > Be aware this *will* slow down most apps, and there are people who
> > religiously hate doevents().
> >
> > G. Waleed Kavalec
> > -------------------
> >  To truly understand recursion one must first understand recursion.
> > ----- Original Message -----
> > From: "Malathi Senthil" <senthil.malathi@a...>
> > To: "professional vb" <pro_vb@p...>
> > Sent: Tuesday, January 22, 2002 2:27 AM
> > Subject: [pro_vb] Re: Status bar msg
> >
> >
> > > Thanks Boris - it worked.
> > >
> > > -----Original Message-----
> > > From: boris.gruening@g... [mailto:boris.gruening@g...]
> > > Sent: Tuesday, 22-Jan-2002 7:32 AM
> > > To: professional vb
> > > Subject: [pro_vb] Re: Status bar msg
> > >
> > >
> > > For the status bar to be able to display the new text, the message
loop
> > has
> > > to be run. To
> > > enable VB to process messages in the message loop you have to call
> > > 'DoEvents' after every
> > > update of the status bar text.
> > >
> > > Hope this helps
> > > Boris
> > >
> > > > This is a multi-part message in MIME format.
> > > >
> > > > ------=_NextPart_000_0147_01C1A316.4C58F1B0
> > > > Content-Type: text/plain;
> > > > charset="iso-8859-1"
> > > > Content-Transfer-Encoding: 7bit
> > > >
> > > > I'm sending email programatically using a 3rd party tool.
> > > > I display a status bar msg - "Sending email to xyz@x..." for
every
> > > email
> > > > sent & after all teh emails are sent, I display "READY" in the
status
> > > bar.
> > > > When the pgm is executed, I don't see the intermediate msg "Sending
> > email
> > > to
> > > > xyz@x..." but only the last msg - "READY".
> > > > What is the reason for this? Any additional code is reqd?
> > > > Regards,
> > > >
> > > > S.Malathi, IT Project Analyst
> > > > ADNOC Distribution, IT Division
> > > > P.O. 4188
> > > > Abu Dhabi, U.A.E.
> > > >
> > > > Tel : +xxx x xxxxxxx
> > > > Fax : +xxx x xxxxxxx
> > > >
> > > >
> > > >
> > > > ------=_NextPart_000_0147_01C1A316.4C58F1B0
> > > > Content-Type: text/html;
> > > > charset="iso-8859-1"
> > > > Content-Transfer-Encoding: quoted-printable
> > > >
> > > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> > > > <HTML><HEAD>
> > > > <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; 
> > > > charset=3Diso-8859-1">
> > > >
> > > >
> > > > <META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR></HEAD>
> > > > <BODY>
> > > > <DIV><SPAN class=3D296572403-22012002><FONT face=3DArial
> size=3D2>I'm 
> > > > sending email
> > > > programatically using a 3rd party tool.</FONT></SPAN></DIV>
> > > > <DIV><SPAN class=3D296572403-22012002><FONT face=3DArial size=3D2>I

> > > > display a status
> > > > bar msg - "Sending email to xyz@x..." for every email sent &amp;

> > > > after all
> > > > teh emails are sent, I display "READY" in the status 
> > > > bar.</FONT></SPAN></DIV>
> > > > <DIV><SPAN class=3D296572403-22012002><FONT face=3DArial
> size=3D2>When 
> > > > the pgm is
> > > > executed, I don't see the intermediate msg "Sending email to 
> > > > xyz@x..." but
> > > > only the last msg - "READY".</FONT></SPAN></DIV>
> > > > <DIV><SPAN class=3D296572403-22012002><FONT face=3DArial
> size=3D2>What 
> > > > is the reason
> > > > for this? Any additional code is reqd?</FONT></SPAN></DIV>
> > > > <P><B><FONT color=3D#800000>Regards,</FONT></B> </P>
> > > > <P><FONT color=3D#800000><STRONG>S.Malathi</STRONG><FONT 
> > > > color=3D#008000><FONT
> > > > color=3D#800000>,</FONT> </FONT></FONT><FONT color=3D#008000>IT
> Project
> > 
> > > > Analyst
> > > > <BR>ADNOC Distribution, IT Division</FONT> <BR><FONT face=3DArial 
> > > > color=3D#008000
> > > > size=3D2>P.O. 4188</FONT> <BR><FONT face=3DArial color=3D#008000 
> > > > size=3D2>Abu Dhabi,
> > > > U.A.E.</FONT></P>
> > > > <P><FONT face=3DArial color=3D#008000 size=3D2>Tel : +xxx x 
> > > > 6959480</FONT> <BR><FONT
> > > > face=3DArial color=3D#008000 size=3D2>Fax : +xxx x xxxxxxx</FONT>
> </P>
> > > > <DIV>&nbsp;</DIV>
> > > ---<BR>
> > > Change your mail options at http://p2p.wrox.com/manager.asp or <BR>
> > >
> > > ---<BR>
> > > Change your mail options at http://p2p.wrox.com/manager.asp or <BR>
> > >
> ---<BR>
> Change your mail options at http://p2p.wrox.com/manager.asp or <BR>
> </BODY></HTML>
> > > >
> > > > ------=_NextPart_000_0147_01C1A316.4C58F1B0--
> > > >
> > >
> > >
> > >
> >
>
>


  Return to Index