Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
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 
QuestionCreate database SQL by coding C# Pin
tadung19-Jan-06 16:16
tadung19-Jan-06 16:16 
AnswerRe: Create database SQL by coding C# Pin
Christian Graus19-Jan-06 16:27
protectorChristian Graus19-Jan-06 16:27 
AnswerRe: Create database SQL by coding C# Pin
Colin Angus Mackay19-Jan-06 22:34
Colin Angus Mackay19-Jan-06 22:34 
QuestionFrameWork and the final software Package Pin
ranzask19-Jan-06 15:47
ranzask19-Jan-06 15:47 
AnswerRe: FrameWork and the final software Package Pin
Christian Graus19-Jan-06 16:12
protectorChristian Graus19-Jan-06 16:12 
GeneralRe: FrameWork and the final software Package Pin
ranzask20-Jan-06 2:18
ranzask20-Jan-06 2:18 
GeneralRe: FrameWork and the final software Package Pin
mav.northwind20-Jan-06 4:27
mav.northwind20-Jan-06 4:27 
GeneralRe: FrameWork and the final software Package Pin
ranzask20-Jan-06 9:55
ranzask20-Jan-06 9:55 

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.