 |
|
 |
Great article ! very usefull !! thanks.
|
|
|
|
 |
|
|
 |
|
 |
Thanks - exactly what I was looking for +5
modified 29 Oct '11.
|
|
|
|
 |
|
 |
Its gud and simple one easy to understand.
|
|
|
|
 |
|
|
 |
|
 |
does it just work for VS professional version?
|
|
|
|
 |
|
 |
Hi,
I have just make a custom control and I drag it into a win form.
Everything run well, but when I enlarge the window, the custom control and other normal control just 'move' to the center of the window.
I want all of the controls to enlarge like it container, so I add Anchor to all the control, setting them all anchor top, left, right and bottom. And the worse thing happen. The normal controls overlap on the custom control I make. I think that happened because I had overridden the Paint function of the custom control to draw my own image but I don't know how to solve it. Can you give me some hint for it?
|
|
|
|
 |
|
 |
good tutorial
|
|
|
|
 |
|
 |
In VS 2008 Pro, I couldn't find the Windows Control Library template; from running through this example, the Windows Forms Control Library template seems to be functionally the same.
If I'm wrong, or just overlooking something, please correct me.
Also, I got a an error in VS 2008 when compiling:
Error 1 Missing partial modifier on declaration of type 'ctlCuteButton.cuteButton'; another partial declaration of this type exists C:\Documents and Settings\...\My Documents\Visual Studio 2008\Projects\...\Project1\ctlCuteButton\ctlCuteButton\cuteButton.cs 12 18 ctlCuteButton
Changing to the following fixed it, but I'm too noobian to understand the error:
public partial class cuteButton : System.Windows.Forms.Button
modified on Tuesday, March 17, 2009 10:19 PM
|
|
|
|
 |
|
 |
That is very good...
Thanks...
|
|
|
|
 |
|
 |
Very simple and clear tutorial. Thanks!
|
|
|
|
 |
|
 |
I want Know an application in ".NET ,C#" Environment which can have the facility for the user to include ontrols during runtime.
Raghavendra
|
|
|
|
 |
|
 |
I just wonder can we load the custom control programatically. If yes, can you show me. Thanks.
Vinh
Vinni
|
|
|
|
 |
|
 |
Nice nice, piece of cake thanks to your article.
|
|
|
|
 |
|
 |
Hi Alexandr,
Thank you very much for writing this article. I needed a quick intro to making a custom control, and this fit the bill. I appreciate your help.
Mike Goldweber
|
|
|
|
 |
|
 |
Hi,
I am trying to develop a transparent control.It is having a picture box with a png image and transparent background.I have set the background color of the control to transparent.
Now, it is working if I place it on a panel or a form. But, it is not working as a transparent control if I place it on another control such as list view or month calender.
If some body can help me,I would be thankful to him.
|
|
|
|
 |
|
 |
many thanks ! hope more greate articles!
|
|
|
|
 |
|
 |
Very informative article, I wish others have done the same, keep it simple and yet useful.
thanks!!
Zhi
Zhi
|
|
|
|
 |
|
 |
Hi anybody,
can you show me a sample about Custom button for winCE?
I just need overive method set/get Text and set/get Color of button
Thanks,
Lan
|
|
|
|
 |
|
 |
how can i make the Contextmenustrip as scrollable control if that control has more than 50 menuitems
jeyaseelan.A
|
|
|
|
 |
|
 |
Help, please, how lock to change the font and colour?
|
|
|
|
 |
|
 |
I tried to write the same code for textbox , but it did not work. Do i need to do anything else to make it work for the Textbox?
|
|
|
|
 |
|
 |
Hi.
Thanks fro the nice example on how to create your own controls.
I want to create a 3rd party control but I don’t know how to distribute it. The way you added the new control to the toolbox works fine but that is not exactly what I want.
Is there a way that I can use to make it very easy for the buyer/user of my components to install it with out being inside Visual Studio 2005? I have looked on the net but could not find anything on this topic.
The one article helped my to create a nice VSI / VS content installation but it did not add my control to the Toolbox after installation.
Thanks for your time and hope to hear from you soon.
Bert.
|
|
|
|
 |
|
 |
In example, I know Usercontrol base but i don't using it for a webform.
can You help me please send it for me by My mail onebit.cuongdv@gmail.com
thanks.
Cuongdv
|
|
|
|
 |
|
 |
Very nice and good tut! :->
|
|
|
|
 |