Re: creating custom objects
- From: "Slawek Weclewski" <wentilo@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 26 Aug 2005 21:01:44 +0200
> i have created many apps using the .net objects e.g. textbox, toolstrip.
> but
> i have decided that i would like to go further with my c# studies and
> learn
> how to write my own objects and create better apps but to start, i need to
> know how to create my own objects.
>
> can someone help me on my quest?
Do you mean objects overall, or only controls like these in Windows Forms?
As you know, object is an instance of class. So you need to understand how
to
define classes (not objects) etc..
Read about constructors, methods, fields, operators, properties -> object
oriented programming.
Threre is a lot stuff in Internet, try google.
But if you mean objects as controls like WinForms, try examples in CodeGuru,
http://www.codeproject.com/
or google.
.
- Follow-Ups:
- Re: creating custom objects
- From: gmiley
- Re: creating custom objects
- References:
- creating custom objects
- From: Alvo von Cossel I
- creating custom objects
- Prev by Date: creating custom objects
- Next by Date: problem with System.Web.UI
- Previous by thread: creating custom objects
- Next by thread: Re: creating custom objects
- Index(es):
Relevant Pages
|