C# - Custom Notification Form in WinForm App C#

C# - Custom Notification Form in WinForm App C#

C# Ui Academy

4 года назад

108,832 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Ari Benevenuto
Ari Benevenuto - 10.05.2020 23:01

Very good!!! 👏🏼👏🏼👏🏼
However, it is necessary to adjust the TopMost property of the form that presents the message, so that it will always be visible ...

Ответить
Share Your Knowledge
Share Your Knowledge - 03.10.2023 12:53

Great Job ! 👍

Ответить
Phương Nguyễn
Phương Nguyễn - 12.09.2023 11:32

Great design!! Btw, ShowInTaskbar should be disabled but thanks a lot anyway.

Ответить
Juan Ca.
Juan Ca. - 20.07.2023 17:24

Esa app de los iconos es gratis??

Ответить
N33T0 K1M
N33T0 K1M - 19.12.2022 01:14

Similar code to mdemy. My problem is that it does not appear on full screen (maximized) form

Ответить
Floppic
Floppic - 12.12.2022 04:22

Very nice tutorial!
I have added a line limit. So it looks a little better if the text too long.

if (msg.Length >= "line limit")

{
string msgShort = msg.Substring(0, "line limit");
msg = msgShort + "...";
}
this.lblMsg.Text = msg;

Ответить
YarisTex
YarisTex - 27.11.2022 03:31

Would be amazing if this would work sending those into a remote computer

Ответить
JoztynToH
JoztynToH - 01.09.2022 02:03

how do i create an account for your site bruh

Ответить
RidwanGhibran
RidwanGhibran - 15.07.2022 05:10

it's working fine and awesome.. now, how to get it to work inside forms environment ?

Ответить
Kevin de la cruz camayo
Kevin de la cruz camayo - 05.07.2022 04:35

thank you so much for help

Ответить
Abhinav Pandey
Abhinav Pandey - 30.06.2022 18:12

In my case, when the for loop runs for the first time (0th time) the Y location is given WorkingArea.Height - this.Height * i (that is 0) making it positioned behind the taskbar. is there anything I'm missing? or should I start the loop with 1?

Ответить
Rachit Jasoria
Rachit Jasoria - 10.06.2022 17:38

how did you get those notifications on top of each other without writing any code for it?

Ответить
Ertuğrul Gazi
Ertuğrul Gazi - 20.05.2022 19:43

bro that is wonderful!!! return "thanks a lot !!!";

Ответить
Quill Estan
Quill Estan - 10.05.2022 05:36

I already set hte TopMost True but it does not work sir

Ответить
Rodrigue Bazie
Rodrigue Bazie - 27.01.2022 22:30

très intéressant, mais le soucis c'est que c'est pas possible d'avoir les notifications visibles 'agrandit la fenêtre des boutons, les notifications sont derrières! Dommage

Ответить
Charles
Charles - 17.01.2022 08:00

ALL THAT CODE for a stupid alert box .... sometimes programmation is so sickening wtf lmao

Ответить
Andrea Bagnoli
Andrea Bagnoli - 01.01.2022 19:47

it's not good for multiple screen sadly :(

Ответить
xHacker
xHacker - 15.11.2021 17:11

Thanks :)

Ответить
ahmed shaban
ahmed shaban - 27.10.2021 09:13

nice work 👏👏👏👏👏

Ответить
Nabil Alrabooie
Nabil Alrabooie - 19.10.2021 07:30

Thank you very much

Ответить
john town
john town - 25.09.2021 12:20

stupid background music !!

Ответить