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 ...
@ashvinbhuttoo4 жыл бұрын
Your comment is now topmost ;-)
@Techinmylife4 жыл бұрын
Great 👍
@sampathkumar34054 жыл бұрын
what is that topmost property?? I've used this method but my alert is opening as a window minimized
@NewbieTetris2 жыл бұрын
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. :)
@quillestan36342 жыл бұрын
I already set the topmost true but it still does not work
@Daniel-lf1st4 жыл бұрын
Finally i found straight to the point tutorials with more coding And less talking. Keep it up.
@im_d_t_sl73804 жыл бұрын
thank you so much for help ... I love all yours Tutorials ... I don't know why people don't like yours tutorials ... 💕💕💕
@aakashmaurya66784 жыл бұрын
Don't know how to say, but this videos are really awesome and I am loving it. Greatly done and demonstrated. Thanks for this..
@457Deniz4574 жыл бұрын
Nice song and highly usefull tutorial ! #THANKS ! :)
@smorodya744 жыл бұрын
Я очень плохо знаю английский язык, однако ты очень крутой Спасибо тебе большое, благодаря тебе я сделал курсовую работу на третьем курсе, на четвертом, а сейчас мне предстоит написать дипломную работу Без тебя я был бы сейчас не я)
@hk-four-sixteen3 жыл бұрын
Wow this is what I'm looking for. Can I use it for our school project? [Thanks in advance]
@CUiAcademy3 жыл бұрын
Yeah you can... 😊
@1222guilherme4 жыл бұрын
Very good men, keep make videos on C# pls
@tuantrananh4663 жыл бұрын
Thanks, @C# Ui Academy you save my time
@Speedstackingboy2514 жыл бұрын
Your channel helps us developers more inspired to devolop I salute your designs and I'm inspired keep it up
@RidwanGhibran2 жыл бұрын
it's working fine and awesome.. now, how to get it to work inside forms environment ?
@nirajzambad71424 жыл бұрын
Come on man, how innovative it is.....wow
@JeffersonNeto4 жыл бұрын
Just what I needed! Thank you!
@enowdalintin89865 ай бұрын
Great work sir
@ertugrulgazi4482 жыл бұрын
bro that is wonderful!!! return "thanks a lot !!!";
@hunterwright30623 жыл бұрын
found this for the Knowledge, replayed this for the music lmao
@42Blake_4 жыл бұрын
yo thanks so much the image app helps alot, you earned yourself a like and a sub
@Floppic Жыл бұрын
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;
@PhuongNguyen-hy8uf Жыл бұрын
Great design!! Btw, ShowInTaskbar should be disabled but thanks a lot anyway.
@NabilAlrabooie3 жыл бұрын
Thank you very much
@ShareKnowledge76 Жыл бұрын
Great Job ! 👍
@twitchizle4 жыл бұрын
Thank youu. Working very well.
@kevindelacruzcamayo61422 жыл бұрын
thank you so much for help
@MKRLyrics4 жыл бұрын
Love your videos. I would love to take your course if you teach on Udemy.
@abhinavpandey21852 жыл бұрын
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?
@abhinavpandey21852 жыл бұрын
Just tested after modifying the loop as "i=1;i
@patrickevangelista80173 жыл бұрын
Hi, great tutorial, can this be triggered by time instead of buttons?
@Nk_flim4 жыл бұрын
Awesome its very helpful to me
@miteshjadav874 жыл бұрын
Brilliantly done 👍
@assoftpro3 жыл бұрын
nice work 👏👏👏👏👏
@iucc28333 жыл бұрын
Song name is: Landscape - Jarico
@AldiPratama-lg9xf4 жыл бұрын
good work my friend
@Sixthflyer4 жыл бұрын
Great! Very useful, thank you very much
@philipm18964 жыл бұрын
Very nice.
@Дмитрийсекрет-н7о4 жыл бұрын
Большое спасибо. Очень классный урок )))
@mohnasser82294 жыл бұрын
I love you so much ❤💙💖💕💓💜💛💚💗💘💝💞💟👍
@Maximus-ed4ef4 жыл бұрын
Hi can I request if you can make this on wpf? If yes it would be cool!
@xHacker-mf5ll3 жыл бұрын
Thanks :)
@enowdalintin89865 ай бұрын
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
@MorkusReX4 жыл бұрын
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-oy1fu3 жыл бұрын
same issue with notification under the taskbar
@dhtlucky19844 жыл бұрын
Good job. Thanks so much!
@umarshah51134 жыл бұрын
Awesome Brooo
@BahawalTV4 жыл бұрын
Nice video. Thanks.
@ashvinbhuttoo4 жыл бұрын
Great tutorial, thanks!
@osvaldoqueta36974 жыл бұрын
Simplesmente uma maravilha Amigo, te aguardo como meu professor na plataforma da Udemy. Forte Abraço.
@erwindangan15444 жыл бұрын
That's amazing boss your so good
@sampathkumar34054 жыл бұрын
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
@phanmemphilong3 жыл бұрын
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
@lemedoalberth4 жыл бұрын
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?
@CUiAcademy4 жыл бұрын
Jut change the values of this.y and this.x to change to location of notification panel.
@YarisTex2 жыл бұрын
Would be amazing if this would work sending those into a remote computer
@brilliantthoughts13054 жыл бұрын
Very useful !😍😍
@taktstorerofficial4 жыл бұрын
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
@cyberjunkie80433 жыл бұрын
Thank you!
@SankizTime4 жыл бұрын
Amazing bro!!you are great!\
@marcelohmera3 жыл бұрын
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
@marcol53744 жыл бұрын
Wow. You teach also on udemy?
4 жыл бұрын
Good job bro!
@91belias4 жыл бұрын
No entiendo nada sus comentarios, jajaj pero que gran video #Gracias
@kristianladeras56703 жыл бұрын
Thank you so much :)
@robledes4 жыл бұрын
Great!... as always
@lakra4k4 жыл бұрын
Very Cool! Thanks💖
@aralinezhad43064 жыл бұрын
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 ?
@gerradsw74924 жыл бұрын
same
@imreszepesi51213 жыл бұрын
using your_project_name.Properties;
@AaricAaiden4 жыл бұрын
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.
@rachitjasoria90412 жыл бұрын
how did you get those notifications on top of each other without writing any code for it?
@lidiocortez63544 жыл бұрын
THANKS
@nazardranhovskyi38324 жыл бұрын
Is there some way to implement it on UWP?
@josimarcamilo60314 жыл бұрын
Toooop. Obrigado por esse vídeo!
@traditionalvlogs60743 жыл бұрын
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
@HalilPolatkan3 жыл бұрын
thanks
@nattawutsesamutdam77194 жыл бұрын
That Cool Bro!!!
@edivanmedeiros52504 жыл бұрын
Fantastic
@quillestan36342 жыл бұрын
I already set hte TopMost True but it does not work sir
@sidharths40963 жыл бұрын
How to control the location. If I want to show this inside a form
@CUiAcademy3 жыл бұрын
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.. :)
@Juancarloscr8 Жыл бұрын
Esa app de los iconos es gratis??
@morsheddld3 жыл бұрын
4:33 what's this app for icon??
@naufalez4 жыл бұрын
Can you make tutorial for make chart line/bar using data from sql server
@fatiniss14343 жыл бұрын
How do I link it to a database and extract expired contracts
@Linlccc4 жыл бұрын
牛逼 ,超级喜欢你的视频
@sefaelmas85014 жыл бұрын
how do we run this program in the browser?
@NTKM-om9vn Жыл бұрын
Similar code to mdemy. My problem is that it does not appear on full screen (maximized) form
@CUiAcademy Жыл бұрын
Select your form_alert, go to properties, set the top most property to true... I hope it will fix your problem.
@NTKM-om9vn Жыл бұрын
@@CUiAcademy thanks! Problem fixed
@mateensadiq13793 жыл бұрын
thanks alot
@cooldude31234 жыл бұрын
Does this work on 2019?
@tahirm094 жыл бұрын
hi , i want to communicate with regarding data binding in c #, i am facing lot of problem
@Молодыемывзолотыедни4 жыл бұрын
Goooodddd
@rodriguebazie13732 жыл бұрын
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
@jtg44163 жыл бұрын
the download for the source isnt working
@PBV52RN4 жыл бұрын
THANK YOU!!!!
@dev-oy1fu3 жыл бұрын
Notification is showing under taskbar, how i can fix it?
@CUiAcademy3 жыл бұрын
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.. ❤️
@jose-sebastian-garcia3 жыл бұрын
No comprendo por que mete un for en el 9:11, ¿cual es su función?
@shabulamwaanga5653 жыл бұрын
the build is successful i cant see the popup after runnung
@korpukkur2 жыл бұрын
how do i create an account for your site bruh
@jezihh4 жыл бұрын
The this.Location = new Point(this.x, this.x,); have problem with Point help
@jezihh4 жыл бұрын
FOUND THE PROBLEM!!!
@ArdaDizman4 жыл бұрын
Song ?
@iucc28333 жыл бұрын
Landscape - Jarico
@mohammadalicheraghi61324 жыл бұрын
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@digizoom15264 жыл бұрын
tnxxxxxxxxxxxxxxxxxxxxxx
@alexbarra76844 жыл бұрын
Top
@softmanagement92554 жыл бұрын
Can you Write code for left Side notification Please?
@twitchizle4 жыл бұрын
i believe you can edit it.
@softmanagement92554 жыл бұрын
@@twitchizle I am New Developer Here
@twitchizle4 жыл бұрын
@@softmanagement9255 im new too. You can edit it with your english and basic math skills.
@hoantran35414 жыл бұрын
@@softmanagement9255 do it by yourself. You aren't a child
@costin88boss744 жыл бұрын
the development community is dying.. looks like there are people keeping it alive.
@Enfetamina2 жыл бұрын
it's not good for multiple screen sadly :(
@classicheroes76384 жыл бұрын
Thumbs up
@imans524 жыл бұрын
the program closes every opened form.ShowDialog() and every messagebox
@yomarguerra7064 жыл бұрын
Excellent, will you have an email where I can communicate with you?