Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Will Lighting Effect on Screen Damage Screen ?
Message
 
 
À
03/09/2013 07:06:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01581871
Message ID:
01581885
Vues:
64
If you like some movement, best would be to display an animated gif file in an image control, here you find some gif files of printer, copy or fax machines:
http://www.animateit.net/categories.php?cat_id=326

Just drop an image control on the form, set the picture property to the gif file image source and make the image Visible = .F. at first.
When starting the "copy" method, run code like this:
THISFORM.imgCopyanimation.Visible = .T.
THISFORM.Draw()
*-- Here run the code that does the copying or whatever.
THISFORM.imgCopyanimation.Visible = .F.
>I am trying to give some lighting effect on screen using the following code.
>
>
>FOR I=1 TO 500
>IF MOD(I,2)=0 
>_screen.BackColor= RGB(255,255,255)
>ELSE
>_Screen.BackColor= Rgb(60,60,60)
>ENDIF
>ENDFOR
>_Screen.BackColor= Rgb(60,60,60)
>
>
>Will in effect my screen or monitor in long term, Is there some code that could give me a Photo copier Effect ?
Christian Isberner
Software Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform