C# - Custom Notification Form in WinForm App C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 135

  • @AriVenuth
    @AriVenuth 4 ปีที่แล้ว +21

    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 ...

    • @ashvinbhuttoo
      @ashvinbhuttoo 4 ปีที่แล้ว +5

      Your comment is now topmost ;-)

    • @Techinmylife
      @Techinmylife 4 ปีที่แล้ว

      Great 👍

    • @sampathkumar3405
      @sampathkumar3405 4 ปีที่แล้ว

      what is that topmost property??
      I've used this method but my alert is opening as a window minimized

    • @NewbieTetris
      @NewbieTetris 2 ปีที่แล้ว +2

      Hi, aside from setting the Top Most property to true, you can also set the "Show on Task Bar" property to false to make it look like you are not opening another form. :)

    • @quillestan3634
      @quillestan3634 2 ปีที่แล้ว

      I already set the topmost true but it still does not work

  • @Daniel-lf1st
    @Daniel-lf1st 4 ปีที่แล้ว +4

    Finally i found straight to the point tutorials with more coding And less talking. Keep it up.

  • @im_d_t_sl7380
    @im_d_t_sl7380 4 ปีที่แล้ว +1

    thank you so much for help ... I love all yours Tutorials ... I don't know why people don't like yours tutorials ... 💕💕💕

  • @aakashmaurya6678
    @aakashmaurya6678 4 ปีที่แล้ว +2

    Don't know how to say, but this videos are really awesome and I am loving it. Greatly done and demonstrated. Thanks for this..

  • @smorodya74
    @smorodya74 4 ปีที่แล้ว +1

    Я очень плохо знаю английский язык, однако ты очень крутой
    Спасибо тебе большое, благодаря тебе я сделал курсовую работу на третьем курсе, на четвертом, а сейчас мне предстоит написать дипломную работу
    Без тебя я был бы сейчас не я)

  • @hk-four-sixteen
    @hk-four-sixteen 3 ปีที่แล้ว +5

    Wow this is what I'm looking for. Can I use it for our school project? [Thanks in advance]

    • @CUiAcademy
      @CUiAcademy  3 ปีที่แล้ว +4

      Yeah you can... 😊

  • @RidwanGhibran
    @RidwanGhibran 2 ปีที่แล้ว

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

  • @nirajzambad7142
    @nirajzambad7142 4 ปีที่แล้ว +1

    Come on man, how innovative it is.....wow

  • @457Deniz457
    @457Deniz457 4 ปีที่แล้ว +7

    Nice song and highly usefull tutorial ! #THANKS ! :)

  • @Speedstackingboy251
    @Speedstackingboy251 4 ปีที่แล้ว

    Your channel helps us developers more inspired to devolop I salute your designs and I'm inspired keep it up

  • @1222guilherme
    @1222guilherme 4 ปีที่แล้ว +1

    Very good men, keep make videos on C# pls

  • @MKRLyrics
    @MKRLyrics 4 ปีที่แล้ว +2

    Love your videos. I would love to take your course if you teach on Udemy.

  • @patrickevangelista8017
    @patrickevangelista8017 3 ปีที่แล้ว

    Hi, great tutorial, can this be triggered by time instead of buttons?

  • @tuantrananh466
    @tuantrananh466 3 ปีที่แล้ว

    Thanks, @C# Ui Academy you save my time

  • @enowdalintin8986
    @enowdalintin8986 5 หลายเดือนก่อน

    Great work sir

  • @Floppic
    @Floppic ปีที่แล้ว +1

    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;

  • @hunterwright3062
    @hunterwright3062 3 ปีที่แล้ว

    found this for the Knowledge, replayed this for the music lmao

  • @ertugrulgazi448
    @ertugrulgazi448 2 ปีที่แล้ว +1

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

  • @lemedoalberth
    @lemedoalberth 4 ปีที่แล้ว +1

    Nice video bro! I have a question, how to make notification Form appear on the top screen? And when I click again on button, the notification Form appears below of it?

    • @CUiAcademy
      @CUiAcademy  4 ปีที่แล้ว

      Jut change the values of this.y and this.x to change to location of notification panel.

  • @PhuongNguyen-hy8uf
    @PhuongNguyen-hy8uf ปีที่แล้ว

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

  • @42Blake_
    @42Blake_ 4 ปีที่แล้ว

    yo thanks so much the image app helps alot, you earned yourself a like and a sub

  • @iucc2833
    @iucc2833 3 ปีที่แล้ว +1

    Song name is: Landscape - Jarico

  • @NabilAlrabooie
    @NabilAlrabooie 3 ปีที่แล้ว +1

    Thank you very much

  • @MorkusReX
    @MorkusReX 4 ปีที่แล้ว

    Look great! Great tutorial!
    Three issues:
    1. The first notification is under the taskbar, how to determine the height of the taskbar?
    2. When I click many times, the notification start to pop on the top left of the screen.
    3. Why does the X has a border if we disabled it? Only unselected forms have that. If you click the form it goes away.

    • @dev-oy1fu
      @dev-oy1fu 3 ปีที่แล้ว

      same issue with notification under the taskbar

  • @kevindelacruzcamayo6142
    @kevindelacruzcamayo6142 2 ปีที่แล้ว +1

    thank you so much for help

  • @AldiPratama-lg9xf
    @AldiPratama-lg9xf 4 ปีที่แล้ว +1

    good work my friend

  • @abhinavpandey2185
    @abhinavpandey2185 2 ปีที่แล้ว +2

    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?

    • @abhinavpandey2185
      @abhinavpandey2185 2 ปีที่แล้ว +2

      Just tested after modifying the loop as "i=1;i

  • @AaricAaiden
    @AaricAaiden 4 ปีที่แล้ว

    Hi. I want to learn how to make c# desktop application responsive to all screen sizes for example as Intel graphic control panel desktop application. It is responsive. Make a tutorial on it if possible.

  • @JeffersonNeto
    @JeffersonNeto 4 ปีที่แล้ว +4

    Just what I needed! Thank you!

  • @Maximus-ed4ef
    @Maximus-ed4ef 4 ปีที่แล้ว +1

    Hi can I request if you can make this on wpf? If yes it would be cool!

  • @ShareKnowledge76
    @ShareKnowledge76 ปีที่แล้ว +1

    Great Job ! 👍

  • @taktstorerofficial
    @taktstorerofficial 4 ปีที่แล้ว +1

    Well i´m not sure how this could going on:
    i´m opening an alert, after i open the alert i open an messagebox with if-statement and waiting for the user-interact. At this point where the alert is going away my full programm is closing.
    Someone else has this problem too?
    So:
    1. Call an Alert
    2. Call MessageBox in IF statement with dialogresult
    3. Let MessageBox open until the Alert fades away
    4. Your Program will close
    I would be very happy for some help.
    Best Regards :)
    EDIT:
    The Program closes at mine version because i say in my IF statement if(dialog = ok)...else(enviroment.exit(0))
    So i saw now when the alert is closing it closes also other messageboxes, like an internal code-error.
    So the problem is: alert closes = other messagebox close too

  • @YarisTex
    @YarisTex 2 ปีที่แล้ว

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

  • @twitchizle
    @twitchizle 4 ปีที่แล้ว +2

    Thank youu. Working very well.

  • @assoftpro
    @assoftpro 3 ปีที่แล้ว

    nice work 👏👏👏👏👏

  • @enowdalintin8986
    @enowdalintin8986 5 หลายเดือนก่อน

    Pls is can u help with how you can start closing the notification from the top and adding new ones in the bottom instead I think it will be more organized.i have not been able to adjust that

  • @Nk_flim
    @Nk_flim 4 ปีที่แล้ว +1

    Awesome its very helpful to me

  • @philipm1896
    @philipm1896 4 ปีที่แล้ว +2

    Very nice.

  • @phanmemphilong
    @phanmemphilong 3 ปีที่แล้ว

    Video is great.
    Can you show me how to get icon finder window,
    I tried typing the word "pich" like ten thousand but it didn't come out like you.
    Hope you help me. Thank you

  • @Дмитрийсекрет-н7о
    @Дмитрийсекрет-н7о 4 ปีที่แล้ว +1

    Большое спасибо. Очень классный урок )))

  • @miteshjadav87
    @miteshjadav87 4 ปีที่แล้ว +1

    Brilliantly done 👍

  • @osvaldoqueta3697
    @osvaldoqueta3697 4 ปีที่แล้ว

    Simplesmente uma maravilha Amigo, te aguardo como meu professor na plataforma da Udemy. Forte Abraço.

  • @marcol5374
    @marcol5374 4 ปีที่แล้ว +1

    Wow. You teach also on udemy?

  • @91belias
    @91belias 4 ปีที่แล้ว

    No entiendo nada sus comentarios, jajaj pero que gran video #Gracias

  • @lidiocortez6354
    @lidiocortez6354 4 ปีที่แล้ว +2

    THANKS

  • @BahawalTV
    @BahawalTV 4 ปีที่แล้ว +1

    Nice video. Thanks.

  • @xHacker-mf5ll
    @xHacker-mf5ll 3 ปีที่แล้ว +1

    Thanks :)

  • @HalilPolatkan
    @HalilPolatkan 4 ปีที่แล้ว +1

    thanks

  • @umarshah5113
    @umarshah5113 4 ปีที่แล้ว +1

    Awesome Brooo

  • @Sixthflyer
    @Sixthflyer 4 ปีที่แล้ว +1

    Great! Very useful, thank you very much

  • @sampathkumar3405
    @sampathkumar3405 4 ปีที่แล้ว

    what is that topmost property mentioned by air venuth??
    I've used this method but my alert is opening as a window minimized??its not showing that at bottom right of my screen

  • @cyberjunkie8043
    @cyberjunkie8043 3 ปีที่แล้ว

    Thank you!

  • @mohnasser8229
    @mohnasser8229 4 ปีที่แล้ว +2

    I love you so much ❤💙💖💕💓💜💛💚💗💘💝💞💟👍

  • @rachitjasoria9041
    @rachitjasoria9041 2 ปีที่แล้ว

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

  • @marcelohmera
    @marcelohmera 3 ปีที่แล้ว

    How to use this where I have a form with the true IsMdiContainer property, and in it I call another forms which I want to use the same notification as the video? Thanks

  • @erwindangan1544
    @erwindangan1544 4 ปีที่แล้ว +1

    That's amazing boss your so good

  • @sidharths4096
    @sidharths4096 3 ปีที่แล้ว +1

    How to control the location. If I want to show this inside a form

    • @CUiAcademy
      @CUiAcademy  3 ปีที่แล้ว +1

      Hello Sidharth, Please focus on the line of code in the video at 8:50 in which we set the location of the message box. Just set the X and Y of this message box equal to your form's X and Y. Feel free to add or minus values to change the location of it.
      I hope it will work for you.. :)

  • @traditionalvlogs6074
    @traditionalvlogs6074 3 ปีที่แล้ว

    Hlo please help it is not working for me when I click on button the notification open new tab it does open like notification please help me

  • @dhtlucky1984
    @dhtlucky1984 4 ปีที่แล้ว +1

    Good job. Thanks so much!

  • @kristianladeras5670
    @kristianladeras5670 3 ปีที่แล้ว

    Thank you so much :)

  • @naufalez
    @naufalez 4 ปีที่แล้ว

    Can you make tutorial for make chart line/bar using data from sql server

  • @ashvinbhuttoo
    @ashvinbhuttoo 4 ปีที่แล้ว

    Great tutorial, thanks!

  • @nazardranhovskyi3832
    @nazardranhovskyi3832 4 ปีที่แล้ว

    Is there some way to implement it on UWP?

  •  4 ปีที่แล้ว

    Good job bro!

  • @brilliantthoughts1305
    @brilliantthoughts1305 4 ปีที่แล้ว +2

    Very useful !😍😍

  • @morsheddld
    @morsheddld 3 ปีที่แล้ว

    4:33 what's this app for icon??

  • @Juancarloscr8
    @Juancarloscr8 ปีที่แล้ว

    Esa app de los iconos es gratis??

  • @NTKM-om9vn
    @NTKM-om9vn ปีที่แล้ว +1

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

    • @CUiAcademy
      @CUiAcademy  ปีที่แล้ว

      Select your form_alert, go to properties, set the top most property to true... I hope it will fix your problem.

    • @NTKM-om9vn
      @NTKM-om9vn ปีที่แล้ว +1

      @@CUiAcademy thanks! Problem fixed

  • @aralinezhad4306
    @aralinezhad4306 4 ปีที่แล้ว

    Thanks for this beautiful notification and i have a question about this command :
    case enmType.Success:
    this.PictureBox.Images=Recources ?
    I can't find this = Recources can you show me how do you solved that problem ?

  • @quillestan3634
    @quillestan3634 2 ปีที่แล้ว

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

  • @mateensadiq1379
    @mateensadiq1379 3 ปีที่แล้ว

    thanks alot

  • @SankizTime
    @SankizTime 4 ปีที่แล้ว +2

    Amazing bro!!you are great!\

  • @dev-oy1fu
    @dev-oy1fu 3 ปีที่แล้ว +1

    Notification is showing under taskbar, how i can fix it?

    • @CUiAcademy
      @CUiAcademy  3 ปีที่แล้ว

      Open the design view of your message form, go to properties and set the TopMost property to True.. I hope it will fix your issue... Thanks for watching our videos... Stay tuned for more.. ❤️

  • @edivanmedeiros5250
    @edivanmedeiros5250 4 ปีที่แล้ว

    Fantastic

  • @josimarcamilo6031
    @josimarcamilo6031 4 ปีที่แล้ว

    Toooop. Obrigado por esse vídeo!

  • @rodriguebazie1373
    @rodriguebazie1373 2 ปีที่แล้ว

    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

  • @fatiniss1434
    @fatiniss1434 3 ปีที่แล้ว

    How do I link it to a database and extract expired contracts

  • @sefaelmas8501
    @sefaelmas8501 4 ปีที่แล้ว

    how do we run this program in the browser?

  • @cooldude3123
    @cooldude3123 4 ปีที่แล้ว

    Does this work on 2019?

  • @digizoom1526
    @digizoom1526 4 ปีที่แล้ว +1

    tnxxxxxxxxxxxxxxxxxxxxxx

  • @shabulamwaanga565
    @shabulamwaanga565 3 ปีที่แล้ว

    the build is successful i cant see the popup after runnung

  • @tahirm09
    @tahirm09 4 ปีที่แล้ว

    hi , i want to communicate with regarding data binding in c #, i am facing lot of problem

  • @robledes
    @robledes 4 ปีที่แล้ว +1

    Great!... as always

  • @lakra4k
    @lakra4k 4 ปีที่แล้ว

    Very Cool! Thanks💖

  • @Молодыемывзолотыедни
    @Молодыемывзолотыедни 4 ปีที่แล้ว +1

    Goooodddd

  • @jtg4416
    @jtg4416 3 ปีที่แล้ว

    the download for the source isnt working

  • @jose-sebastian-garcia
    @jose-sebastian-garcia 3 ปีที่แล้ว

    No comprendo por que mete un for en el 9:11, ¿cual es su función?

  • @nattawutsesamutdam7719
    @nattawutsesamutdam7719 4 ปีที่แล้ว +4

    That Cool Bro!!!

  • @alexbarra7684
    @alexbarra7684 4 ปีที่แล้ว

    Top

  • @mohammadalicheraghi6132
    @mohammadalicheraghi6132 4 ปีที่แล้ว +3

    ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

  • @Enfetamina
    @Enfetamina 2 ปีที่แล้ว

    it's not good for multiple screen sadly :(

  • @Linlccc
    @Linlccc 4 ปีที่แล้ว

    牛逼 ,超级喜欢你的视频

  • @jezihh
    @jezihh 4 ปีที่แล้ว +1

    The
    this.Location = new Point(this.x, this.x,);
    have problem with Point help

    • @jezihh
      @jezihh 4 ปีที่แล้ว

      FOUND THE PROBLEM!!!

  • @PBV52RN
    @PBV52RN 4 ปีที่แล้ว

    THANK YOU!!!!

  • @ArdaDizman
    @ArdaDizman 4 ปีที่แล้ว

    Song ?

    • @iucc2833
      @iucc2833 3 ปีที่แล้ว

      Landscape - Jarico

  • @korpukkur
    @korpukkur 2 ปีที่แล้ว

    how do i create an account for your site bruh

  • @softmanagement9255
    @softmanagement9255 4 ปีที่แล้ว

    Can you Write code for left Side notification Please?

    • @twitchizle
      @twitchizle 4 ปีที่แล้ว +1

      i believe you can edit it.

    • @softmanagement9255
      @softmanagement9255 4 ปีที่แล้ว

      @@twitchizle I am New Developer Here

    • @twitchizle
      @twitchizle 4 ปีที่แล้ว

      @@softmanagement9255 im new too. You can edit it with your english and basic math skills.

    • @hoantran3541
      @hoantran3541 4 ปีที่แล้ว

      @@softmanagement9255 do it by yourself. You aren't a child

  • @classicheroes7638
    @classicheroes7638 4 ปีที่แล้ว

    Thumbs up

    • @imans52
      @imans52 4 ปีที่แล้ว

      the program closes every opened form.ShowDialog() and every messagebox

  • @costin88boss74
    @costin88boss74 4 ปีที่แล้ว

    the development community is dying..
    looks like there are people keeping it alive.

  • @helloquestionmark9942
    @helloquestionmark9942 4 ปีที่แล้ว

    it aint working bro for me atleast