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.
@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..
@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 ... 💕💕💕
@457Deniz4574 жыл бұрын
Nice song and highly usefull tutorial ! #THANKS ! :)
@smorodya744 жыл бұрын
Я очень плохо знаю английский язык, однако ты очень крутой Спасибо тебе большое, благодаря тебе я сделал курсовую работу на третьем курсе, на четвертом, а сейчас мне предстоит написать дипломную работу Без тебя я был бы сейчас не я)
@Speedstackingboy2514 жыл бұрын
Your channel helps us developers more inspired to devolop I salute your designs and I'm inspired keep it up
@JeffersonNeto4 жыл бұрын
Just what I needed! Thank you!
@nirajzambad71424 жыл бұрын
Come on man, how innovative it is.....wow
@RidwanGhibran2 жыл бұрын
it's working fine and awesome.. now, how to get it to work inside forms environment ?
@hk-four-sixteen4 жыл бұрын
Wow this is what I'm looking for. Can I use it for our school project? [Thanks in advance]
@CUiAcademy4 жыл бұрын
Yeah you can... 😊
@enowdalintin89866 ай бұрын
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
@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
@Maximus-ed4ef4 жыл бұрын
Hi can I request if you can make this on wpf? If yes it would be cool!
@morsheddld3 жыл бұрын
4:33 what's this app for icon??
@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
@jose-sebastian-garcia3 жыл бұрын
No comprendo por que mete un for en el 9:11, ¿cual es su función?
@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
@iucc28333 жыл бұрын
Song name is: Landscape - Jarico
@tuantrananh4663 жыл бұрын
Thanks, @C# Ui Academy you save my time
@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
@patrickevangelista80173 жыл бұрын
Hi, great tutorial, can this be triggered by time instead of buttons?
@rachitjasoria90412 жыл бұрын
how did you get those notifications on top of each other without writing any code for it?
@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.
@42Blake_4 жыл бұрын
yo thanks so much the image app helps alot, you earned yourself a like and a sub
@brilliantthoughts13054 жыл бұрын
Very useful !😍😍
@miteshjadav874 жыл бұрын
Brilliantly done 👍
@ShareKnowledge76 Жыл бұрын
Great Job ! 👍
@nazardranhovskyi38324 жыл бұрын
Is there some way to implement it on UWP?
@quillestan36342 жыл бұрын
I already set hte TopMost True but it does not work sir
@1222guilherme4 жыл бұрын
Very good men, keep make videos on C# pls
@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
@NTKM-om9vn2 жыл бұрын
Similar code to mdemy. My problem is that it does not appear on full screen (maximized) form
@CUiAcademy2 жыл бұрын
Select your form_alert, go to properties, set the top most property to true... I hope it will fix your problem.
@NTKM-om9vn2 жыл бұрын
@@CUiAcademy thanks! Problem fixed
@Juancarloscr8 Жыл бұрын
Esa app de los iconos es gratis??
@twitchizle4 жыл бұрын
Thank youu. Working very well.
@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.. :)
@MKRLyrics4 жыл бұрын
Love your videos. I would love to take your course if you teach on Udemy.
@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.
@fatiniss14343 жыл бұрын
How do I link it to a database and extract expired contracts
@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
@sefaelmas85014 жыл бұрын
how do we run this program in the browser?
@Sixthflyer4 жыл бұрын
Great! Very useful, thank you very much
@Дмитрийсекрет-н7о4 жыл бұрын
Большое спасибо. Очень классный урок )))
@cooldude31234 жыл бұрын
Does this work on 2019?
@jtg44163 жыл бұрын
the download for the source isnt working
@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.. ❤️
@ertugrulgazi4482 жыл бұрын
bro that is wonderful!!! return "thanks a lot !!!";
@robledes4 жыл бұрын
Great!... as always
@tahirm094 жыл бұрын
hi , i want to communicate with regarding data binding in c #, i am facing lot of problem
@NabilAlrabooie3 жыл бұрын
Thank you very much
@assoftpro3 жыл бұрын
nice work 👏👏👏👏👏
@enowdalintin89866 ай бұрын
Great work sir
@dhtlucky19844 жыл бұрын
Good job. Thanks so much!
@naufalez4 жыл бұрын
Can you make tutorial for make chart line/bar using data from sql server
@Nk_flim4 жыл бұрын
Awesome its very helpful to me
@kevindelacruzcamayo61422 жыл бұрын
thank you so much for help
@philipm18964 жыл бұрын
Very nice.
@Floppic2 жыл бұрын
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;
@umarshah51134 жыл бұрын
Awesome Brooo
@nattawutsesamutdam77194 жыл бұрын
That Cool Bro!!!
@AldiPratama-lg9xf4 жыл бұрын
good work my friend
@marcol53744 жыл бұрын
Wow. You teach also on udemy?
@SankizTime4 жыл бұрын
Amazing bro!!you are great!\
@ashvinbhuttoo4 жыл бұрын
Great tutorial, thanks!
@BahawalTV4 жыл бұрын
Nice video. Thanks.
@jezihh4 жыл бұрын
The this.Location = new Point(this.x, this.x,); have problem with Point help
@jezihh4 жыл бұрын
FOUND THE PROBLEM!!!
@lakra4k4 жыл бұрын
Very Cool! Thanks💖
@YarisTex2 жыл бұрын
Would be amazing if this would work sending those into a remote computer
@xHacker-mf5ll3 жыл бұрын
Thanks :)
@erwindangan15444 жыл бұрын
That's amazing boss your so good
@lidiocortez63544 жыл бұрын
THANKS
@PhuongNguyen-hy8uf Жыл бұрын
Great design!! Btw, ShowInTaskbar should be disabled but thanks a lot anyway.
@mohnasser82294 жыл бұрын
I love you so much ❤💙💖💕💓💜💛💚💗💘💝💞💟👍
@korpukkur2 жыл бұрын
how do i create an account for your site bruh
@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
4 жыл бұрын
Good job bro!
@josimarcamilo60314 жыл бұрын
Toooop. Obrigado por esse vídeo!
@hunterwright30623 жыл бұрын
found this for the Knowledge, replayed this for the music lmao
@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 ?
@GerardoWW4 жыл бұрын
same
@imreszepesi51213 жыл бұрын
using your_project_name.Properties;
@osvaldoqueta36974 жыл бұрын
Simplesmente uma maravilha Amigo, te aguardo como meu professor na plataforma da Udemy. Forte Abraço.
@cyberjunkie80433 жыл бұрын
Thank you!
@kristianladeras56703 жыл бұрын
Thank you so much :)
@Молодыемывзолотыедни4 жыл бұрын
Goooodddd
@ArdaDizman4 жыл бұрын
Song ?
@iucc28333 жыл бұрын
Landscape - Jarico
@Linlccc4 жыл бұрын
牛逼 ,超级喜欢你的视频
@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
@HalilPolatkan4 жыл бұрын
thanks
@shabulamwaanga5653 жыл бұрын
the build is successful i cant see the popup after runnung
@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
@PBV52RN4 жыл бұрын
THANK YOU!!!!
@91belias4 жыл бұрын
No entiendo nada sus comentarios, jajaj pero que gran video #Gracias
@mohammadalicheraghi61324 жыл бұрын
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@MasterCs202422 күн бұрын
❤❤❤
@edivanmedeiros52504 жыл бұрын
Fantastic
@Enfetamina3 жыл бұрын
it's not good for multiple screen sadly :(
@mateensadiq13793 жыл бұрын
thanks alot
@helloquestionmark99424 жыл бұрын
it aint working bro for me atleast
@zehoudini3 жыл бұрын
Bruh its not for Visual 2010 😭😭😭😭😭
@classicheroes76384 жыл бұрын
Thumbs up
@imans524 жыл бұрын
the program closes every opened form.ShowDialog() and every messagebox