Hello guys,
A friend wanted me to teach me how to do the following:
(Windows 10 Preview)
So here is the tutorial 😉
[HIDE]1- [Optional] Create a new project
( Optional, because you can use an existing project :p )
2- Check if this is in the beggining of your project:
using System.Windows.Forms;
( If not, add it :p )
3- Add a notifyIcon in your form.
4- Add a button, and double click it to open the code ( I use the Form Load function, instead of a button, but works equally )
5- Write the following code:
this.notifyIcon1.Icon = SystemIcons.Application; //*a
this.notifyIcon1.BalloonTipIcon = ToolTipIcon.Info; //*b
this.notifyIcon1.BalloonTipText = "Text asdasdasd"; //*c
this.notifyIcon1.BalloonTipTitle = "Title asdasdasd"; //*d
this.notifyIcon1.ShowBalloonTip(13); //*e
References:
a = The icon that shows in the taskbar. SystemIcons.Apllication is the following icon:
b = The icon that shows in the "Ballon" just in the left of the title. In this case, ToolTipIcon.Info = Information
c = The description that appears in the Ballon. In this case, "BoliBerrys - Call of Duty: Ghosts [1.16] RTM Tool"
d = The title that appears in the Ballon . In this case, "Welcome to my Ghosts tool"
e = The amount of time you want the Ballon to appear. In this case, 13. (I dont really know how this works. Cause i havent notices a difference between 10 and 13 and 20, etc....)[/HIDE]
Well, hope you guys use it and make some cool stuff 😉
Thanks for watching my tutorial 😀
Speech to encourage you to do it: