| View previous topic :: View next topic |
| Author |
Message |
.lua Expert Cheater
Reputation: 1
Joined: 13 Sep 2018 Posts: 203
|
Posted: Wed Dec 26, 2018 11:42 am Post subject: form shadows |
|
|
| Help me to achieve borderless form shadows |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Wed Dec 26, 2018 12:02 pm Post subject: |
|
|
set borderstyle to bsNone _________________
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 |
|
 |
.lua Expert Cheater
Reputation: 1
Joined: 13 Sep 2018 Posts: 203
|
Posted: Wed Dec 26, 2018 12:07 pm Post subject: |
|
|
| I've set it up, but how can I add shadows? |
|
| Back to top |
|
 |
AylinCE Grandmaster Cheater Supreme
Reputation: 37
Joined: 16 Feb 2017 Posts: 1531
|
Posted: Thu Dec 27, 2018 1:52 am Post subject: |
|
|
| .lua wrote: | | I've set it up, but how can I add shadows? |
If there is no shadow in the Windows system,
you have to code it.
There may be a Rainbow or Border encoding.
I offer an alternative below,
Just the first step to developing options.
| Code: | -- UDF1=youForm
UDF1.setLayeredAttributes(0x000100, 230, LWA_COLORKEY | LWA_ALPHA )
UDF1.BorderStyle=bsNone
UDF1.Color=0x000100
UDF1.CEPanel2.OnMouseDown = function() UDF1.DragNow() end
UDF1.show() |
Enjoy it! _________________
|
|
| Back to top |
|
 |
.lua Expert Cheater
Reputation: 1
Joined: 13 Sep 2018 Posts: 203
|
Posted: Thu Dec 27, 2018 6:16 am Post subject: thank you |
|
|
| Yeah, I've tried this, but it doesn't look natural. I think there should be a better solution. |
|
| Back to top |
|
 |
noobes Advanced Cheater
Reputation: 0
Joined: 17 Dec 2018 Posts: 89
|
Posted: Fri Dec 28, 2018 4:38 am Post subject: |
|
|
| Here's my method |
|
| Back to top |
|
 |
|