Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Pete O'Hanlon7-Mar-08 9:44
mvePete O'Hanlon7-Mar-08 9:44 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Jammer7-Mar-08 10:02
Jammer7-Mar-08 10:02 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Pete O'Hanlon7-Mar-08 10:04
mvePete O'Hanlon7-Mar-08 10:04 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Jammer7-Mar-08 10:23
Jammer7-Mar-08 10:23 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Luc Pattyn7-Mar-08 10:40
sitebuilderLuc Pattyn7-Mar-08 10:40 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Jammer7-Mar-08 10:42
Jammer7-Mar-08 10:42 
GeneralAnchors, MinSize, and AutoScroll Pin
eggsovereasy7-Mar-08 9:04
eggsovereasy7-Mar-08 9:04 
GeneralRe: Anchors, MinSize, and AutoScroll Pin
Luc Pattyn7-Mar-08 9:23
sitebuilderLuc Pattyn7-Mar-08 9:23 
Hi,

if anchors, docking, autosize and what have you, don't perform as you would like them to,
there is a straightforward solution: don't use them at all, and write some code instead,
in the OnResize method of the relevant panels. That's what I used to do from day one, until I
discovered some cases (particularly the simple ones) could be solved by setting anchors and so.

The advantage is you can make it do whatever you can come up, you don't have to fight the
built-in functionality, not even read the documentation...

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Anchors, MinSize, and AutoScroll Pin
eggsovereasy7-Mar-08 11:41
eggsovereasy7-Mar-08 11:41 
GeneralTab delimited parsing help Pin
CeleryGod7-Mar-08 8:57
CeleryGod7-Mar-08 8:57 
GeneralRe: Tab delimited parsing help Pin
snorkie7-Mar-08 9:13
professionalsnorkie7-Mar-08 9:13 
GeneralRe: Tab delimited parsing help Pin
KaptinKrunch7-Mar-08 10:57
KaptinKrunch7-Mar-08 10:57 
GeneralXML comments header Pin
Imtiaz Murtaza7-Mar-08 8:45
Imtiaz Murtaza7-Mar-08 8:45 
GeneralRe: XML comments header Pin
led mike7-Mar-08 9:22
led mike7-Mar-08 9:22 
GeneralRe: XML comments header Pin
Not Active7-Mar-08 10:04
mentorNot Active7-Mar-08 10:04 
GeneralRe: XML comments header Pin
led mike7-Mar-08 10:44
led mike7-Mar-08 10:44 
GeneralRe: XML comments header Pin
Kevin McFarlane7-Mar-08 12:15
Kevin McFarlane7-Mar-08 12:15 
GeneralRe: XML comments header Pin
Not Active7-Mar-08 15:15
mentorNot Active7-Mar-08 15:15 
QuestionContext Sensitive Help Help? Pin
UTRocketFan7-Mar-08 7:59
UTRocketFan7-Mar-08 7:59 
GeneralRe: Context Sensitive Help Help? Pin
Giorgi Dalakishvili7-Mar-08 8:35
mentorGiorgi Dalakishvili7-Mar-08 8:35 
Questionexecute jar file in c# Pin
CreativeR867-Mar-08 7:01
CreativeR867-Mar-08 7:01 
GeneralRe: execute jar file in c# Pin
Jimmanuel7-Mar-08 9:27
Jimmanuel7-Mar-08 9:27 
GeneralRe: execute jar file in c# Pin
Luc Pattyn7-Mar-08 9:28
sitebuilderLuc Pattyn7-Mar-08 9:28 
GeneralRe: execute jar file in c# Pin
CreativeR867-Mar-08 21:24
CreativeR867-Mar-08 21:24 
GeneralRe: execute jar file in c# Pin
Luc Pattyn8-Mar-08 1:31
sitebuilderLuc Pattyn8-Mar-08 1:31 

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.