Re: Ping Randy Birch?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"Pop`" <nodoby@xxxxxxxxxxxxxxxxxxx> wrote

1. The code runs blazingly fast on any drive but C:, my boot drive.

Have you compared spin rates and directory fragments? Just a
suggestion....

So, if you could explain to me WHY that is, I would be forever grateful! I
can NOT figure out why that label won't display, and THEN the Search routine
run, letting the label display during that time when the list box is empty.

Screen updates are low on the priority pole (assuming such a thing exists)
They are delayed until the cpu isn't so busy.

After you fill the label with the text you want, try using: Label1.Refresh
to tell VB you want that info on the screen NOW!

LFS



.



Relevant Pages

  • Ping Randy Birch?
    ... Recursive File Search for Single or Multiple File Types ... I'm forbidden to display it here by the notice in the code, ... I tried to put a "working" label on the form so I'd know I clicked ...
    (microsoft.public.vb.general.discussion)
  • Label will not display NEW records frm another (bound) form.
    ... When I add the name of a new individual in a, bound form, it will not display ... that person’s name in a label control of a second unbound form. ... try to add NEW entries that I the label control will not work/refresh. ... past Registrations. ...
    (microsoft.public.access.formscoding)
  • RE: Trouble displaying info from access db
    ... Is lblSubName the name or your label? ... not getting the Subject Code to display in the Label? ... Private Sub Form1_Load(ByVal sender As System.Object, ... Dim intRecordCount As Integer ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: vb.net search network drive
    ... files to display what I have above. ... has something to do with how you test a String value... ... Why not just place a Label above your ListBox, ... String.Format("There are also whatever files waiting to be sent", ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Sections in repeater
    ... Setting "display: ... Dim lblSection As Label ... If lastCity = c.City Then ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)