Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
GeneralRe: Updater/Downloader Not Work Online? Pin
Abydosgater26-Jun-08 3:46
Abydosgater26-Jun-08 3:46 
QuestionDifferent between component and user control Pin
cocoonwls25-Jun-08 15:25
cocoonwls25-Jun-08 15:25 
AnswerRe: Different between component and user control Pin
Christian Graus25-Jun-08 15:37
protectorChristian Graus25-Jun-08 15:37 
GeneralRe: Different between component and user control Pin
cocoonwls25-Jun-08 15:40
cocoonwls25-Jun-08 15:40 
GeneralRe: Different between component and user control Pin
MarkB77725-Jun-08 17:58
MarkB77725-Jun-08 17:58 
GeneralRe: Different between component and user control Pin
Christian Graus25-Jun-08 18:07
protectorChristian Graus25-Jun-08 18:07 
GeneralRe: Different between component and user control Pin
MarkB77725-Jun-08 18:37
MarkB77725-Jun-08 18:37 
AnswerRe: Different between component and user control Pin
DaveyM6925-Jun-08 22:16
professionalDaveyM6925-Jun-08 22:16 
Christian gave you a good answer.

An easy example is a TextBox and a TimerextBox needs to be visible (have a UI) so if you were creating your own you would make it a UserControl and if you drag it onto a form it will display on the form.
A Timer never needs to be seen (no UI) so if you were creating your own you would make it a Component and if you drag it onto a form it will display its icon in the greyed area below your form in the designer.

Dave

QuestionHow can we enable <b>CTRL+A</b> on textBox in C# form ? Pin
Mohammad Dayyan25-Jun-08 11:36
Mohammad Dayyan25-Jun-08 11:36 
AnswerRe: How can we enable CTRL+A on textBox in C# form ? Pin
DaveyM6925-Jun-08 13:18
professionalDaveyM6925-Jun-08 13:18 
GeneralRe: How can we enable CTRL+A on textBox in C# form ? Pin
Mohammad Dayyan25-Jun-08 21:41
Mohammad Dayyan25-Jun-08 21:41 
GeneralRe: How can we enable CTRL+A on textBox in C# form ? Pin
DaveyM6925-Jun-08 22:18
professionalDaveyM6925-Jun-08 22:18 
QuestionMouse and Keyboard Scripting Pin
Michael Fritzius25-Jun-08 10:56
professionalMichael Fritzius25-Jun-08 10:56 
AnswerRe: Mouse and Keyboard Scripting Pin
Christian Graus25-Jun-08 18:29
protectorChristian Graus25-Jun-08 18:29 
GeneralRe: Mouse and Keyboard Scripting Pin
Michael Fritzius26-Jun-08 3:27
professionalMichael Fritzius26-Jun-08 3:27 
QuestionCreateDatabase() / DatabaseExists() Question Pin
Jammer25-Jun-08 9:39
Jammer25-Jun-08 9:39 
AnswerRe: CreateDatabase() / DatabaseExists() Question Pin
Judah Gabriel Himango25-Jun-08 18:07
sponsorJudah Gabriel Himango25-Jun-08 18:07 
GeneralRe: CreateDatabase() / DatabaseExists() Question Pin
Jammer26-Jun-08 2:57
Jammer26-Jun-08 2:57 
GeneralRe: CreateDatabase() / DatabaseExists() Question Pin
Jammer26-Jun-08 7:20
Jammer26-Jun-08 7:20 
QuestionHow can I convert this string to the image? Pin
Mohammad Dayyan25-Jun-08 9:33
Mohammad Dayyan25-Jun-08 9:33 
AnswerRe: How can I convert this string to the image? Pin
Guffa25-Jun-08 9:44
Guffa25-Jun-08 9:44 
AnswerRe: How can I convert this string to the image? Pin
hammerstein0525-Jun-08 9:45
hammerstein0525-Jun-08 9:45 
GeneralRe: How can I convert this string to the image? Pin
Mohammad Dayyan25-Jun-08 9:56
Mohammad Dayyan25-Jun-08 9:56 
GeneralRe: How can I convert this string to the image? Pin
hammerstein0525-Jun-08 10:13
hammerstein0525-Jun-08 10:13 
GeneralRe: How can I convert this string to the image? Pin
Mohammad Dayyan25-Jun-08 10:21
Mohammad Dayyan25-Jun-08 10:21 

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.