Click here to Skip to main content
15,890,932 members
Home / Discussions / C#
   

C#

 
QuestionLive Video Transmission Pin
DeepOceans18-Sep-07 20:41
DeepOceans18-Sep-07 20:41 
Questionusercontrols Pin
kakanis18-Sep-07 20:16
kakanis18-Sep-07 20:16 
AnswerRe: usercontrols Pin
DanB198319-Sep-07 0:27
DanB198319-Sep-07 0:27 
GeneralRe: usercontrols Pin
kakanis19-Sep-07 18:41
kakanis19-Sep-07 18:41 
GeneralRe: usercontrols Pin
DanB198319-Sep-07 20:53
DanB198319-Sep-07 20:53 
AnswerRe: usercontrols Pin
rohitsrivastava19-Sep-07 0:37
rohitsrivastava19-Sep-07 0:37 
GeneralRe: usercontrols Pin
Dave Kreskowiak19-Sep-07 5:05
mveDave Kreskowiak19-Sep-07 5:05 
AnswerRe: usercontrols Pin
Dave Kreskowiak19-Sep-07 5:10
mveDave Kreskowiak19-Sep-07 5:10 
Inheriting from UserControl is normally used to build "compsite controls" where you use a few controls, like you would use on a form, to build a custom control that encompasses those controls with a related purpose. For instance, creating a custom IPv4 Address Entry control using 4 seperate TextBox controls.

Inheriting from Control allows you to build a completely custom control from the ground up. You supply everything from properties, to data management, to all the rendering code.

There's a thrid option. Inheriting from an existing control, like a Button or TableLayoutPanel. This gives you the ability to create your own customized version of that control where you add to, hide, or replace some the functionality of that existing control.



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questiondynamic Connectivity Pin
shimjith.shimu18-Sep-07 19:59
shimjith.shimu18-Sep-07 19:59 
QuestionUsage of app.config Pin
M. J. Jaya Chitra18-Sep-07 19:42
M. J. Jaya Chitra18-Sep-07 19:42 
AnswerRe: Usage of app.config Pin
Eduard Keilholz18-Sep-07 20:34
Eduard Keilholz18-Sep-07 20:34 
GeneralRe: Usage of app.config Pin
M. J. Jaya Chitra18-Sep-07 20:44
M. J. Jaya Chitra18-Sep-07 20:44 
GeneralRe: Usage of app.config Pin
Eduard Keilholz18-Sep-07 20:49
Eduard Keilholz18-Sep-07 20:49 
QuestionRe: Usage of app.config [modified] Pin
M. J. Jaya Chitra18-Sep-07 20:56
M. J. Jaya Chitra18-Sep-07 20:56 
QuestionRe: Usage of app.config Pin
M. J. Jaya Chitra18-Sep-07 23:21
M. J. Jaya Chitra18-Sep-07 23:21 
AnswerRe: Usage of app.config Pin
Dave Kreskowiak19-Sep-07 5:03
mveDave Kreskowiak19-Sep-07 5:03 
QuestionPDF conversion of Webform Data(.aspx Page) Pin
That's Aragon18-Sep-07 19:26
That's Aragon18-Sep-07 19:26 
AnswerRe: PDF conversion of Webform Data(.aspx Page) Pin
Dave Kreskowiak19-Sep-07 4:49
mveDave Kreskowiak19-Sep-07 4:49 
AnswerRe: directshow filters Pin
Eduard Keilholz18-Sep-07 20:41
Eduard Keilholz18-Sep-07 20:41 
QuestionTo read current path of xml file Pin
P_Elza18-Sep-07 17:57
P_Elza18-Sep-07 17:57 
AnswerRe: To read current path of xml file Pin
Vikram A Punathambekar18-Sep-07 18:17
Vikram A Punathambekar18-Sep-07 18:17 
QuestionControl content in one webBrowser control from another... Pin
simplicitylabs18-Sep-07 16:59
simplicitylabs18-Sep-07 16:59 
QuestionCSV File at tempory folder Pin
C#Coudou18-Sep-07 16:49
C#Coudou18-Sep-07 16:49 
AnswerRe: CSV File at tempory folder Pin
Stathread18-Sep-07 18:34
Stathread18-Sep-07 18:34 
GeneralRe: CSV File at tempory folder Pin
C#Coudou18-Sep-07 19:35
C#Coudou18-Sep-07 19:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.