Click here to Skip to main content
15,914,201 members
Home / Discussions / C#
   

C#

 
AnswerRe: Method argument Pin
Le centriste20-Jan-06 1:36
Le centriste20-Jan-06 1:36 
GeneralRe: Method argument Pin
Cannoneer20-Jan-06 2:33
Cannoneer20-Jan-06 2:33 
Questionhow to create multitabbed browser Pin
sachu_vidya19-Jan-06 23:16
sachu_vidya19-Jan-06 23:16 
AnswerRe: how to create multitabbed browser Pin
Le centriste20-Jan-06 2:39
Le centriste20-Jan-06 2:39 
GeneralRe: how to create multitabbed browser Pin
sachu_vidya26-Jan-06 0:24
sachu_vidya26-Jan-06 0:24 
Questionerror CS0246: The type or namespace name 'DescriptionAttribute' could not be found (are you missing a using directive or an assembly reference?) Pin
Soundman32.219-Jan-06 22:22
Soundman32.219-Jan-06 22:22 
AnswerRe: error CS0246: The type or namespace name 'DescriptionAttribute' could not be found (are you missing a using directive or an assembly reference?) Pin
Guffa19-Jan-06 22:29
Guffa19-Jan-06 22:29 
Question.PDF 2 .EMF (Enhanced Meta File) Pin
NewbieDude19-Jan-06 21:19
NewbieDude19-Jan-06 21:19 
Questionbuiding an installing application Pin
Fendefa19-Jan-06 21:07
Fendefa19-Jan-06 21:07 
AnswerRe: buiding an installing application Pin
Dave Kreskowiak20-Jan-06 4:47
mveDave Kreskowiak20-Jan-06 4:47 
GeneralRe: buiding an installing application Pin
Fendefa22-Jan-06 20:44
Fendefa22-Jan-06 20:44 
GeneralRe: buiding an installing application Pin
Dave Kreskowiak23-Jan-06 1:55
mveDave Kreskowiak23-Jan-06 1:55 
GeneralRe: buiding an installing application Pin
Fendefa23-Jan-06 2:52
Fendefa23-Jan-06 2:52 
QuestionBinding an Xml file with a DropDown Control, URGENT!!!! Pin
ajmal419-Jan-06 20:25
ajmal419-Jan-06 20:25 
QuestionAdd a User Control to a TreeView Pin
tyours bobby19-Jan-06 20:07
tyours bobby19-Jan-06 20:07 
QuestionHow to use labels to pring class data Pin
Albert8319-Jan-06 19:51
Albert8319-Jan-06 19:51 
AnswerRe: How to use labels to pring class data Pin
mav.northwind19-Jan-06 23:44
mav.northwind19-Jan-06 23:44 
GeneralRe: How to use labels to pring class data Pin
Albert8322-Jan-06 18:34
Albert8322-Jan-06 18:34 
Questiondeactivated form Pin
Martin Leung19-Jan-06 19:40
Martin Leung19-Jan-06 19:40 
AnswerRe: deactivated form Pin
Dave Kreskowiak20-Jan-06 4:21
mveDave Kreskowiak20-Jan-06 4:21 
GeneralRe: deactivated form Pin
Martin Leung20-Jan-06 14:53
Martin Leung20-Jan-06 14:53 
GeneralRe: deactivated form Pin
Dave Kreskowiak20-Jan-06 18:20
mveDave Kreskowiak20-Jan-06 18:20 
QuestionContainer versus Scrollable Pin
tylerl19-Jan-06 19:28
tylerl19-Jan-06 19:28 
I'm building something not entirely unlike the auto-resize C# Listbox [http://www.codeproject.com/cs/combobox/listbox.asp], and am trying to decide where to start. That project based their control on the Panel in order to get things like scrolling for free. The undesirable side-effect is that the derived control is a container, and is treated like such in the designer. For example, you can drop controls into their listbox and the designer will assume that the listbox (being derived from a panel) should act as a container.

So what's the workaround? Is it easier to (a) implement a scrollable view from scratch, or (b) modify a container control to no longer be treated as a container in the designer.

Any pointers on doing either would be appreciated. I have read, by the way, a bit about implementing a derived designer class, but the existing literature doesn't go into enough detail to explain anything about a control being a container or not.
QuestionListView Control Pin
PrakashBhaskar19-Jan-06 19:10
PrakashBhaskar19-Jan-06 19:10 
AnswerRe: ListView Control Pin
Werdna20-Jan-06 6:17
Werdna20-Jan-06 6:17 

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.