Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Will Lighting Effect on Screen Damage Screen ?
Message
From
03/09/2013 16:41:31
 
 
To
03/09/2013 09:54:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01581871
Message ID:
01581965
Views:
65
Seems , that it was really a Bad Idea of Me. Anyway, thanks to all
Regards
Harsh


I wouldn't do it for several reasons already given by others. Also, that kind of stuff has fallen out of favor with designers. The big thing currently is simple pallets with simple lines and no lighting effects.
>
>>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 ?
Harsh
Previous
Reply
Map
View

Click here to load this message in the networking platform