Page 1 of 1

And yet again me help :D

Posted: Tue Jun 28, 2011 12:41 am
by M1z23R
Ok, so what i want this time :/ xD is to know how to create a user control or whatever it is like "notify icon", "tooltip", something that is not added on the form, but underneath it, when you add timer for example, nothing is on the form, but it is under it and it has properties, how do i get that ?

Re: And yet again me help :D

Posted: Tue Jun 28, 2011 3:17 am
by dj1437
give me a example of what the notify icon will do... then ill look it up in my alphabeticalized code book(lol joking XD)



Written on Ricky's Pantech Pirsuit.

Re: And yet again me help :D

Posted: Tue Jun 28, 2011 3:22 am
by Jg99
just add notify icon then add a tooltip :)

Re: And yet again me help :D

Posted: Tue Jun 28, 2011 8:05 pm
by mandai
If you don't want it to appear on the form during design time then you need to implement the control as System.ComponentModel.Component rather than System.Windows.Forms.UserControl.

Re: And yet again me help :D

Posted: Wed Jun 29, 2011 12:26 am
by M1z23R
Tnx mandai, he was the only one to understand :D