Click here to Skip to main content
15,916,846 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to not show a console app in the taskbar Pin
PIEBALDconsult11-Jan-10 3:55
mvePIEBALDconsult11-Jan-10 3:55 
GeneralRe: How to not show a console app in the taskbar Pin
harold aptroot10-Jan-10 11:03
harold aptroot10-Jan-10 11:03 
Question.NET Interview Questions Pin
DRAYKKO10-Jan-10 9:55
professionalDRAYKKO10-Jan-10 9:55 
AnswerRe: .NET Interview Questions Pin
PIEBALDconsult10-Jan-10 10:40
mvePIEBALDconsult10-Jan-10 10:40 
AnswerRe: .NET Interview Questions Pin
Harvey Saayman11-Jan-10 0:14
Harvey Saayman11-Jan-10 0:14 
QuestionTraining Suggestions Pin
Rafone10-Jan-10 7:15
Rafone10-Jan-10 7:15 
Questionwhy inherit from Component? Pin
ryanminor10-Jan-10 6:14
ryanminor10-Jan-10 6:14 
AnswerRe: why inherit from Component? Pin
Luc Pattyn10-Jan-10 7:01
sitebuilderLuc Pattyn10-Jan-10 7:01 
Hi,

I would inherit from Component, not from Control, to get objects that can be inserted and configured with Visual Studio Designer, without them being Controls, i.e. actual GUI parts. Some examples are:
System.IO.Ports.SerialPort
System.Windows.Forms.Timer
System.Timers.Timer

see MSDN[^]

For GUI parts I would derive specialized Controls from their typical original (e.g. a special TextBox from TextBox) and composite Controls from UserControl.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Happy New Year to all.
We hope 2010 soon brings us automatic PRE tags!
Until then, please insert them manually.


AnswerRe: why inherit from Component? Pin
PIEBALDconsult10-Jan-10 10:45
mvePIEBALDconsult10-Jan-10 10:45 
QuestionPrint everything in a panel only - Windows Form C#-programming Pin
bolikej10-Jan-10 1:55
bolikej10-Jan-10 1:55 
AnswerRe: Print everything in a panel only - Windows Form C#-programming Pin
dan!sh 10-Jan-10 3:37
professional dan!sh 10-Jan-10 3:37 
QuestionCrystal Report Object For install Shield. Pin
Said Ali Jalali10-Jan-10 1:07
Said Ali Jalali10-Jan-10 1:07 
AnswerRe: Crystal Report Object For install Shield. Pin
dan!sh 10-Jan-10 3:12
professional dan!sh 10-Jan-10 3:12 
GeneralRe: Crystal Report Object For install Shield. Pin
Said Ali Jalali10-Jan-10 3:26
Said Ali Jalali10-Jan-10 3:26 
GeneralRe: Crystal Report Object For install Shield. Pin
dan!sh 10-Jan-10 3:39
professional dan!sh 10-Jan-10 3:39 
Questioncall Form problem!! Pin
miss YY9-Jan-10 20:31
miss YY9-Jan-10 20:31 
AnswerRe: call Form problem!! Pin
Roger Wright9-Jan-10 21:14
professionalRoger Wright9-Jan-10 21:14 
AnswerRe: call Form problem!! Pin
DaveyM699-Jan-10 21:22
professionalDaveyM699-Jan-10 21:22 
AnswerRe: call Form problem!! Pin
OriginalGriff9-Jan-10 21:24
mveOriginalGriff9-Jan-10 21:24 
AnswerRe: call Form problem!! Pin
#realJSOP10-Jan-10 2:45
professional#realJSOP10-Jan-10 2:45 
QuestionPlant Database Pin
sebogawa9-Jan-10 18:35
sebogawa9-Jan-10 18:35 
AnswerRe: Plant Database Pin
Roger Wright9-Jan-10 21:19
professionalRoger Wright9-Jan-10 21:19 
AnswerRe: Plant Database Pin
Mycroft Holmes9-Jan-10 22:57
professionalMycroft Holmes9-Jan-10 22:57 
AnswerRe: Plant Database Pin
PIEBALDconsult10-Jan-10 10:48
mvePIEBALDconsult10-Jan-10 10:48 
QuestionC# treeview [modified] <code>I my Self Solved it </code> Pin
jojoba20109-Jan-10 18:23
jojoba20109-Jan-10 18:23 

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.