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 


Window Ontop

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 762
Location: Rockeledge, GA

PostPosted: Wed Feb 08, 2017 3:45 am    Post subject: Window Ontop Reply with quote

Anyone recall the method for turning off window ontop?
Back to top
View user's profile Send private message AIM Address
GregLand
Valued Contributor
Valued Contributor


Joined: 15 Jun 2004
Posts: 212
Location: FRANCE

PostPosted: Wed Feb 08, 2017 12:53 pm    Post subject: Reply with quote

Hi
Turn ON ONTOP
Code:
LOADLIB USER32
%H = @strdel(@WINEXISTS(#CLASS),1,1)
%H = @lib(user32,SetWindowPos,BOOL:,%H,-1,0,0,0,0,3)
FREELIB USER32


Turn OFF ONTOP
Code:
LOADLIB USER32
%H = @strdel(@WINEXISTS(#CLASS),1,1)
%H = @lib(user32,SetWindowPos,BOOL:,%H,-2,0,0,0,0,3)
 FREELIB USER32
Back to top
View user's profile Send private message Visit poster's website
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 762
Location: Rockeledge, GA

PostPosted: Fri Feb 10, 2017 2:48 am    Post subject: Reply with quote

Thanks Very Happy
Back to top
View user's profile Send private message AIM Address
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