Click here to Skip to main content
15,913,836 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: ReadOnlyCollection still editable? Pin
karam chandrabose18-Dec-06 18:01
karam chandrabose18-Dec-06 18:01 
QuestionShortcut and Arrow Pin
smarttom9915-Dec-06 4:36
smarttom9915-Dec-06 4:36 
AnswerRe: Shortcut and Arrow Pin
Dave Kreskowiak15-Dec-06 5:09
mveDave Kreskowiak15-Dec-06 5:09 
QuestionBit confused about CTS ... Pin
He is Cool14-Dec-06 19:39
He is Cool14-Dec-06 19:39 
AnswerRe: Bit confused about CTS ... Pin
Dave Kreskowiak15-Dec-06 5:04
mveDave Kreskowiak15-Dec-06 5:04 
QuestionCustom Controls Pin
Shashikant Sharma14-Dec-06 18:15
Shashikant Sharma14-Dec-06 18:15 
AnswerRe: Custom Controls Pin
Paul Conrad14-Dec-06 18:30
professionalPaul Conrad14-Dec-06 18:30 
AnswerRe: Custom Controls Pin
Rahithi16-Dec-06 3:49
Rahithi16-Dec-06 3:49 
hi Sharma,
exactly which type of custom control u want to build?
we have 4 types custom controls.

1.User controls are the simplest type of control.user controls combine more than one control in a logical unit (like a group of text boxes for entering address information).
2.Inherited controls are generally more powerful and flexible. With an inherited
control, you choose the existing .NET control that is closest to what you
want to provide. Then, you derive a custom class that overrides or adds
properties and methods.
3.Owner-drawn controls generally use GDI+ drawing routines to generate
their interfaces from scratch. Because of this, they tend to inherit from a
base class like System.Windows.Forms.Control. Owner-drawn controls
require the most work and provide the most customizable user interface.

4.Extender providers, which aren't necessarily controls at all. These components
add features to other controls on a form, and provide a remarkable way to implement
extensible user interface.

if want to c the example on this go thru this link.
http://www.akadia.com/services/dotnet_user_controls.html#Inherited%20controls


hope this will help u

Thanks,
Rahithi

If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "

Question[CHALLENGE] How do I extract the StringArray class? Pin
Ravana Saras14-Dec-06 8:11
Ravana Saras14-Dec-06 8:11 
Question.NET Framework 1.1 , 2.0 , 3.0 ... Pin
bengoan14-Dec-06 5:57
bengoan14-Dec-06 5:57 
AnswerRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
Paul Conrad14-Dec-06 6:37
professionalPaul Conrad14-Dec-06 6:37 
GeneralRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
bengoan15-Dec-06 4:05
bengoan15-Dec-06 4:05 
GeneralRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
bengoan15-Dec-06 6:28
bengoan15-Dec-06 6:28 
GeneralRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
Paul Conrad16-Dec-06 14:04
professionalPaul Conrad16-Dec-06 14:04 
AnswerRe: .NET Framework 1.1 , 2.0 , 3.0 ... Pin
Luc Pattyn16-Dec-06 15:24
sitebuilderLuc Pattyn16-Dec-06 15:24 
QuestionAccess Issue Pin
Tauseef A13-Dec-06 21:14
Tauseef A13-Dec-06 21:14 
AnswerRe: Access Issue Pin
Colin Angus Mackay14-Dec-06 1:55
Colin Angus Mackay14-Dec-06 1:55 
QuestionUsing Aspose tools in .net Pin
indian14313-Dec-06 20:18
indian14313-Dec-06 20:18 
AnswerRe: Using Aspose tools in .net Pin
Pete O'Hanlon14-Dec-06 2:31
mvePete O'Hanlon14-Dec-06 2:31 
QuestionWy free space when i hide the taskbar in CF 2.0 on ce 5.0 Pin
dgroeser13-Dec-06 19:03
dgroeser13-Dec-06 19:03 
Questioncommunicating with a USB device Pin
rahulpasupuleti13-Dec-06 18:57
rahulpasupuleti13-Dec-06 18:57 
Questionmanifest? Pin
Rahithi13-Dec-06 16:32
Rahithi13-Dec-06 16:32 
QuestionWPF/E Pin
Brady Kelly13-Dec-06 2:16
Brady Kelly13-Dec-06 2:16 
AnswerRe: WPF/E Pin
Pete O'Hanlon14-Dec-06 2:33
mvePete O'Hanlon14-Dec-06 2:33 
QuestionHow to prevent code refactoring? Pin
He is Cool13-Dec-06 1:54
He is Cool13-Dec-06 1:54 

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.