View previous topic :: View next topic |
Author |
Message |
ghostxdreams Newbie cheater
Reputation: 0
Joined: 22 Mar 2010 Posts: 18
|
Posted: Sat Mar 07, 2015 11:19 am Post subject: pinned on top |
|
|
i know that other's have asked this before i,m sure. is it possible to pin CE on top of other programs keep it on top? like on top of a web page that way you don't have to keep clicking back and forth .
|
|
Back to top |
|
 |
justa_dude Grandmaster Cheater
Reputation: 23
Joined: 29 Jun 2010 Posts: 891
|
Posted: Sat Mar 07, 2015 1:30 pm Post subject: Re: pinned on top |
|
|
ghostxdreams wrote: | i know that other's have asked this before i,m sure. is it possible to pin CE on top of other programs keep it on top? like on top of a web page that way you don't have to keep clicking back and forth . |
NVidia's drivers include an option to add a sticky pin to every window's title bar. I'd imagine there's other, similar, software out there although I don't have a specific recommendation.
_________________
A nagy kapu mellett, mindig van egy kis kapu.
----------------------
Come on... |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 467
Joined: 09 May 2003 Posts: 25701 Location: The netherlands
|
Posted: Sat Mar 07, 2015 1:40 pm Post subject: |
|
|
execute this lua command:
Code: |
getMainForm().formStyle="fsSystemStayOnTop"
|
It won't work on fullscreen games though
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
ghostxdreams Newbie cheater
Reputation: 0
Joined: 22 Mar 2010 Posts: 18
|
Posted: Sat Mar 07, 2015 3:49 pm Post subject: |
|
|
thxs for the tips great advise but i was looking for more of a new CE *hint hint* that might include this type of option.
you never know maybe one of our creators on here will go hay that's a great ideal
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 467
Joined: 09 May 2003 Posts: 25701 Location: The netherlands
|
Posted: Sat Mar 07, 2015 4:43 pm Post subject: |
|
|
it's generally not useful as most games ce works on run in fullscreen (3d games)
you can also save that line in a .lua file in the autorun folder and ce will always run at top when you start it. With a bit more coding you can integrate it into ce's settings window
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
ghostxdreams Newbie cheater
Reputation: 0
Joined: 22 Mar 2010 Posts: 18
|
Posted: Sat Mar 07, 2015 6:27 pm Post subject: |
|
|
@dark byte
i understand i just figured with more and more people playing online games nowadays like on face book this would be something that would be nice to have as an option.
it's like my old grand dad always said
((there is no such thing as a stupid question just a lot of stupid answers.))
i will give your ideal a shot i,m not much at coding.
99% of the things i know about CE is what i found on here.
thxs for the quick responses
|
|
Back to top |
|
 |
alpha1x01 How do I cheat?
Reputation: 0
Joined: 09 Dec 2021 Posts: 1
|
Posted: Thu Dec 09, 2021 1:55 am Post subject: Re: pinned on top |
|
|
ghostxdreams wrote: | i know that other's have asked this before i,m sure. is it possible to pin CE on top of other programs keep it on top? like on top of a web page that way you don't have to keep clicking back and forth . |
getForm(UDF1).formStyle="fsSystemStayOnTop"
Change "UDF1" to your Form name.
Ex. Code in Checkbox1
Code: | function UDF1_CECheckbox1Change(sender)
if UDF1_CECheckbox1.Checked then
getForm(UDF1).formStyle="fsSystemStayOnTop"
else
getForm(UDF1).formStyle="fsNormal"
end
end |
|
|
Back to top |
|
 |
FranckeyGloom How do I cheat?
Reputation: 0
Joined: 14 Jan 2022 Posts: 2
|
Posted: Thu Jan 20, 2022 4:41 am Post subject: |
|
|
Hmm, that's interesting
|
|
Back to top |
|
 |
|