forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Screen Saver

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
filip
Valued Contributor
Valued Contributor


Joined: 07 Aug 2004
Posts: 340

PostPosted: Mon May 26, 2008 10:15 am    Post subject: Screen Saver Reply with quote

Do anyone know Windows specifications for Screen saver...or how to support with VDS. Question

For Vista gadget it take me 3 days to support Vista gadget engine... Confused

Exe to Scr is working thats nice Smile

I will post this code...
Back to top
View user's profile Send private message Send e-mail
filip
Valued Contributor
Valued Contributor


Joined: 07 Aug 2004
Posts: 340

PostPosted: Mon May 26, 2008 6:16 pm    Post subject: Reply with quote

Any help on this one...when the mouse move it must exit but it don't and is there any chance of hiding the cursor at the same time Question

Code:
Option Decimalsep,"|"
Option Decimalsep,"."

%%MousePosX = @mousepos(X)
%%MousePosY = @mousepos(Y)
%%Calc = @Fadd(%%MousePosX,%%MousePosY)

Title ScreenSaver
DIALOG CREATE,Screen Saver,-1,0,2400,2400,NOSYS,NOTITLE
DIALOG ADD,TEXT,TEXT1,35,76,64,24,Screen saver
DIALOG SHOW
 
:loop
wait event,0.1
%%Calc2 = @Fadd(%%MousePosX,%%MousePosY)
%E = @event()
goto %E

:Timer
if @NOT(@Equal(%%Calc,%%Calc2))
exit
end
goto loop
Back to top
View user's profile Send private message Send e-mail
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1565

PostPosted: Tue May 27, 2008 5:42 pm    Post subject: Reply with quote

Try the vdssave extension in the downloads section; handles the preview image, captures keystrokes and mouse movements as well and the password function.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group