when a form is displayed when is opened ?

  • Thread starter Thread starter giannis
  • Start date Start date
G

giannis

I have a form with two image control.
Where must place the images picture
property (image.picture=<picture>)
in the code so i can see first the form
and after the images ?
When i place the picture property
in the Current event procedure of
the form, i cant see the form before
loaded the pictures.
I use the form.Repaint method but
the form dont appeared before the
images.......
 
That is when i open the form , i cant see the form
before loaded the pictures!!!
I want see first the form and then the pictures.
 
My problem it isnt that the images loaded fast,
but that the form dont displayed before the
images loaded.
I want to see first the form and then the pictures.
If the pictures have size > 30 kb i cant see the form
before the pictures loaded.
If i have many pictures in the form i dont see nothing
and i wait 5-10 seconds before see the form .
 
Back
Top