C# Tutorial: Custom Controls
This start-to-finish video shows how to add custom controls to your C# application. You can drag’n’drop your new controls onto your form in true WYSIWYG fash…
Don’t forget to check out our other video tutorials or share this video with a friend.
16 responses to “C# Tutorial: Custom Controls”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 19/05/14
Category: C# Tutorials
Pages
Random Videos
-
Color Correction Part 1 – Lightroom Tutorial
4,325 views
-
Adobe After Effects Tutorial 1(Part 1)
3,385 views
-
27 – Introduction to Dreamweaver Tutorial (CS5)
3,838 views
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
Everything else worked fine for me but the background color cant be changed
in the control, how to change the background from the control setting?
Thanks if you can asnwer
C#
Thanks for this video! But I have an issue. My problem is that I cannot
have the Text property of the new UserControl just created. So my button
has no Text. Or I can include a specific string inside the code. But then
all the new created buttons will have the same text with no possibility to
modify them :(. Please, advice! thanks in advance!
very helpfull
I systemically avoid web development for its history of incompatible
browsers and convoluted methods for performing otherwise basic operations.
Web browsing is a GUI experience and yet developing a quality web GUI is a
pain in the ass! Theoretically this should now be easy with HTML5 and the
‘canvas’ API, so I recommend starting there. If you want preexisting
technology, your best bet for a C# based web app is procedurally generating
JPGs and javascript. Thumbs up if you want this tutorial
Very very good man. Just u sud put a video of little good quality.
@DaveDaveBdlZoo I use Camtasia now for video, and I bought a condenser
mic… expect better videos soon
thank you
haha xD
Amazing!
can you give me a code because I can’t see very well
Its best one for beginners who wants to learn develop custom controls. it
is good for windows applications, but if i want to develop custom controls
not user controls for web application than what is the method to develop
for web application ? Please suggest good tutorial for learning web custom
controls too…
Thanks for excellent details on make that things, but I have to follow you
by guessing what’s character are on video . “{” look like “|” , however
thanks again. 🙂
@puremaths729 of course!! just be aware that C# applications use .NET
Framework, which is usually delivered via Windows Updates. i believe visual
studio 2010 will select .NET Framework 4.0 by default, which a lot of
computers might not have if they don’t install windows updates. in your
project settings, you might want to set it to .NET 3.5 or even 2.0 for
better-gauranteed compatibility.
same for me ^^
Thanks it was very helpful for me. Never understood the summary thing but
now I do. And thanks for the invalidate concept.