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

.NET (Core and Framework)

 
GeneralZoom and Pan an image Pin
Adwita18-Feb-08 16:22
Adwita18-Feb-08 16:22 
QuestionHow to copy form files from one project to another without loosing the desinger view Pin
mmhu18-Feb-08 12:11
mmhu18-Feb-08 12:11 
AnswerRe: How to copy form files from one project to another without loosing the desinger view [modified] Pin
Pritish20-Feb-08 3:55
Pritish20-Feb-08 3:55 
GeneralCustom Collection Pin
CodingYoshi18-Feb-08 11:29
CodingYoshi18-Feb-08 11:29 
GeneralRe: Custom Collection Pin
Patrick Etc.18-Feb-08 12:05
Patrick Etc.18-Feb-08 12:05 
GeneralRe: Custom Collection Pin
CodingYoshi18-Feb-08 16:51
CodingYoshi18-Feb-08 16:51 
GeneralRe: Custom Collection Pin
darkelv18-Feb-08 17:01
darkelv18-Feb-08 17:01 
GeneralRe: Custom Collection Pin
Patrick Etc.18-Feb-08 18:54
Patrick Etc.18-Feb-08 18:54 
CodingYoshi wrote:
Any other advice?


You could do as darkelv says, and inherit from CollectionBase, or you could inherit from Collection<T>.

One common approach is to inherit from Collection<T> but not expose the collection as a generic collection - in other words you'd inherit from Collection<string> for example and call your object StringCollection. This would be if you don't want to expose the collection type in your external API.


It has become appallingly obvious that our technology has exceeded our humanity. - Albert Einstein

GeneralCustomizing web part title border in MOSS 2007. Pin
sdklfjlkdsfjdklsfjkdslfjdslkf18-Feb-08 2:58
sdklfjlkdsfjdklsfjkdslfjdslkf18-Feb-08 2:58 
QuestionECDsaCng elliptic curve class produces exception on import of private key Pin
Steve_K17-Feb-08 23:40
Steve_K17-Feb-08 23:40 
GeneralAdding new syntax highlighting Pin
barbq200017-Feb-08 2:55
barbq200017-Feb-08 2:55 
GeneralRe: Adding new syntax highlighting Pin
Pete O'Hanlon17-Feb-08 10:25
mvePete O'Hanlon17-Feb-08 10:25 
GeneralStreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Mike Bluett16-Feb-08 13:46
Mike Bluett16-Feb-08 13:46 
GeneralRe: StreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Guffa17-Feb-08 4:22
Guffa17-Feb-08 4:22 
GeneralRe: StreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Mike Bluett17-Feb-08 8:13
Mike Bluett17-Feb-08 8:13 
GeneralRe: StreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Guffa17-Feb-08 10:11
Guffa17-Feb-08 10:11 
GeneralDataGridTableStyle equivalent for DataGridView Pin
keniagm15-Feb-08 7:40
keniagm15-Feb-08 7:40 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
led mike15-Feb-08 7:56
led mike15-Feb-08 7:56 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
keniagm15-Feb-08 8:07
keniagm15-Feb-08 8:07 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
led mike15-Feb-08 8:15
led mike15-Feb-08 8:15 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
keniagm15-Feb-08 8:27
keniagm15-Feb-08 8:27 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
led mike15-Feb-08 9:05
led mike15-Feb-08 9:05 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
keniagm15-Feb-08 9:20
keniagm15-Feb-08 9:20 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
Member 1190124510-Mar-21 18:29
Member 1190124510-Mar-21 18:29 
GeneralRe: DataGridTableStyle equivalent for DataGridView Pin
Richard Deeming10-Mar-21 21:30
mveRichard Deeming10-Mar-21 21:30 

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.