Click here to Skip to main content
15,885,767 members
Home / Discussions / C#
   

C#

 
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 
Questionstart position of child form Pin
JstDaNuGuy19-Jan-06 15:28
JstDaNuGuy19-Jan-06 15:28 
AnswerRe: start position of child form Pin
Christian Graus19-Jan-06 15:39
protectorChristian Graus19-Jan-06 15:39 
GeneralRe: start position of child form Pin
JstDaNuGuy19-Jan-06 16:03
JstDaNuGuy19-Jan-06 16:03 
GeneralRe: start position of child form Pin
Christian Graus19-Jan-06 16:10
protectorChristian Graus19-Jan-06 16:10 
GeneralRe: start position of child form Pin
JstDaNuGuy19-Jan-06 16:13
JstDaNuGuy19-Jan-06 16:13 
GeneralRe: start position of child form Pin
JstDaNuGuy19-Jan-06 16:20
JstDaNuGuy19-Jan-06 16:20 
Questioncompile EXE that contain .wav file and .ico file Pin
ranzask19-Jan-06 13:46
ranzask19-Jan-06 13:46 

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.