Login Register






Label text glow filter_list
Author
Message
Label text glow #1
So i have just regular label and i want it to glow in black color.

Any ideas how to do this? I think it has to do something with GDI+, whatever that means xD

[Image: lOL2pOU.png]
Profitable dating, shopping, VPN, finance checkers - Click here to visit!

Website: kidux.net, Telegram group:
t.me/kiduxcheckers

Reply

RE: Label text glow #2
Well, if you have Photoshop, you can add an outer glow. I don't remember exactly how to do it but I've done it for one of my signatures. Don't have it on currently because of Photobucket. I used Photoshop CS5 to do it.

Reply

RE: Label text glow #3
(08-08-2017, 08:22 AM)Asura Wrote: Well, if you have Photoshop, you can add an outer glow. I don't remember exactly how to do it but I've done it for one of my signatures. Don't have it on currently because of Photobucket. I used Photoshop CS5 to do it.

I need to make it glow through coding, not other software.
Profitable dating, shopping, VPN, finance checkers - Click here to visit!

Website: kidux.net, Telegram group:
t.me/kiduxcheckers

Reply

RE: Label text glow #4
(08-08-2017, 03:28 PM)Cyb3rNuX Wrote:
(08-08-2017, 08:22 AM)Asura Wrote: Well, if you have Photoshop, you can add an outer glow. I don't remember exactly how to do it but I've done it for one of my signatures. Don't have it on currently because of Photobucket. I used Photoshop CS5 to do it.

I need to make it glow through coding, not other software.

You have to draw the label using multiple layers.
The first layer you draw the text as a shadow/glow.
The 2nd layer you draw your regular text on top of the glow.

The label control in this project can do maybe what your looking for:
https://github.com/DarkByte7/VisualPlus/...alLabel.cs

Here you can read more up on GDI+ (Graphics Device Interface):
http://www.c-sharpcorner.com/article/gdi...beginners/
(This post was last modified: 08-09-2017, 01:19 PM by DarkByte7.)

Reply