Click here to Skip to main content
15,906,574 members
Home / Discussions / C#
   

C#

 
GeneralTask Scheduling Pin
dragonroamer3-Dec-04 4:31
dragonroamer3-Dec-04 4:31 
GeneralRe: Task Scheduling Pin
Daniel Turini3-Dec-04 5:15
Daniel Turini3-Dec-04 5:15 
GeneralRe: Task Scheduling Pin
Dave Kreskowiak3-Dec-04 5:24
mveDave Kreskowiak3-Dec-04 5:24 
GeneralStrange problem Pin
Stefan Troschuetz3-Dec-04 4:28
Stefan Troschuetz3-Dec-04 4:28 
GeneralRe: Strange problem Pin
Daniel Turini3-Dec-04 5:13
Daniel Turini3-Dec-04 5:13 
GeneralRe: Strange problem Pin
Stefan Troschuetz3-Dec-04 6:53
Stefan Troschuetz3-Dec-04 6:53 
GeneralDifferences Control vs UserControl Pin
Ivan Fernandez3-Dec-04 1:44
Ivan Fernandez3-Dec-04 1:44 
GeneralRe: Differences Control vs UserControl Pin
Alex Korchemniy3-Dec-04 3:38
Alex Korchemniy3-Dec-04 3:38 
A big difference is designer support. UserControls have designer support right out of the box. Custom controls dont.

It kind of depends on what you are doing. If you just need to make a composite control (ie. label and textbox) then use UserControl. If you need to do basic custom painting just do that in the paint events or overide OnPaint... For more advanced programming use Control.

I've done a huge amount of UI work, so tell me what kind of control you are making and I'll give you advice on how to implement it.

***** And delete your duplicate posting please.

This posting is provided "AS IS" with no warranties, and confers no rights.

Alex Korchemniy
GeneralRe: Differences Control vs UserControl Pin
cchere3-Dec-04 4:24
cchere3-Dec-04 4:24 
GeneralRe: Differences Control vs UserControl Pin
Alex Korchemniy3-Dec-04 4:31
Alex Korchemniy3-Dec-04 4:31 
GeneralControl vs UserControl Pin
Ivan Fernandez3-Dec-04 1:43
Ivan Fernandez3-Dec-04 1:43 
Generalcalculation during compile time Pin
dkoder3-Dec-04 1:21
dkoder3-Dec-04 1:21 
GeneralRe: calculation during compile time Pin
Felix Cho3-Dec-04 1:45
Felix Cho3-Dec-04 1:45 
GeneralAdding attributes to inherited members Pin
Paul Watson3-Dec-04 0:51
sitebuilderPaul Watson3-Dec-04 0:51 
GeneralRe: Adding attributes to inherited members Pin
Daniel Turini3-Dec-04 1:02
Daniel Turini3-Dec-04 1:02 
GeneralUsing FTP Pin
Member 10976992-Dec-04 22:50
Member 10976992-Dec-04 22:50 
GeneralRe: Using FTP Pin
Daniel Turini3-Dec-04 1:05
Daniel Turini3-Dec-04 1:05 
GeneralRe: Using FTP Pin
Alex Korchemniy3-Dec-04 3:25
Alex Korchemniy3-Dec-04 3:25 
QuestionPassing data from a static method? Pin
DaLLe1232-Dec-04 21:24
DaLLe1232-Dec-04 21:24 
AnswerRe: Passing data from a static method? Pin
Vector72-Dec-04 22:53
Vector72-Dec-04 22:53 
GeneralRe: Passing data from a static method? Pin
DaLLe1232-Dec-04 23:00
DaLLe1232-Dec-04 23:00 
AnswerRe: Passing data from a static method? Pin
Stefan Troschuetz2-Dec-04 23:04
Stefan Troschuetz2-Dec-04 23:04 

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.