Click here to Skip to main content
15,893,564 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need help with showing and hiding forms :doh: Pin
RIcHieMoToKi28-Aug-06 10:49
RIcHieMoToKi28-Aug-06 10:49 
Questionredim preserve...in c#? Pin
rzvme28-Aug-06 2:54
rzvme28-Aug-06 2:54 
AnswerRe: redim preserve...in c#? Pin
Tamimi - Code28-Aug-06 2:59
Tamimi - Code28-Aug-06 2:59 
AnswerRe: redim preserve...in c#? Pin
Guffa28-Aug-06 3:17
Guffa28-Aug-06 3:17 
GeneralRe: redim preserve...in c#? Pin
Roger Alsing28-Aug-06 3:56
Roger Alsing28-Aug-06 3:56 
GeneralRe: redim preserve...in c#? Pin
Not Active28-Aug-06 4:04
mentorNot Active28-Aug-06 4:04 
AnswerRe: redim preserve...in c#? Pin
Judah Gabriel Himango28-Aug-06 4:22
sponsorJudah Gabriel Himango28-Aug-06 4:22 
AnswerRe: redim preserve...in c#? Pin
Dave Doknjas28-Aug-06 15:07
Dave Doknjas28-Aug-06 15:07 
Yes, you can resize arrays while preserving existing contents in C#:
http://www.tangiblesoftwaresolutions.com/Articles/CSharp%20Equivalent%20to%20VB%20ReDim%20Preserve.htm[^]

However, as others have mentioned you may want to use an ArrayList(2003) or a generic List (2005) instead.


David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C# to C++ converter, VB to C++ converter
Clear VB: Cleans up VB.NET code
C# Code Metrics: Quick metrics for C#

Questionusing aggregate functions Pin
haseeb_saeed28-Aug-06 1:59
haseeb_saeed28-Aug-06 1:59 
AnswerRe: using aggregate functions Pin
Nader Elshehabi28-Aug-06 3:15
Nader Elshehabi28-Aug-06 3:15 
QuestionTextBox filling in Crystal Reports VS2005 Pin
Glen Harvy28-Aug-06 1:44
Glen Harvy28-Aug-06 1:44 
AnswerRe: TextBox filling in Crystal Reports VS2005 Pin
~~~Johnny~~~28-Aug-06 3:58
~~~Johnny~~~28-Aug-06 3:58 
GeneralRe: TextBox filling in Crystal Reports VS2005 Pin
Glen Harvy28-Aug-06 5:34
Glen Harvy28-Aug-06 5:34 
GeneralRe: TextBox filling in Crystal Reports VS2005 Pin
~~~Johnny~~~28-Aug-06 6:23
~~~Johnny~~~28-Aug-06 6:23 
QuestionWord color problem [modified] Pin
jithen_dt28-Aug-06 1:22
jithen_dt28-Aug-06 1:22 
AnswerRe: Word color problem Pin
Nader Elshehabi28-Aug-06 1:29
Nader Elshehabi28-Aug-06 1:29 
QuestionCapturing TAB event of a button Button Pin
Kais4U28-Aug-06 1:13
Kais4U28-Aug-06 1:13 
AnswerRe: Capturing TAB event of a button Button Pin
Navi1528-Aug-06 1:28
Navi1528-Aug-06 1:28 
GeneralRe: Capturing TAB event of a button Button Pin
Kais4U28-Aug-06 1:34
Kais4U28-Aug-06 1:34 
AnswerRe: Capturing TAB event of a button Button Pin
Andrei Ungureanu28-Aug-06 1:33
Andrei Ungureanu28-Aug-06 1:33 
GeneralRe: Capturing TAB event of a button Button Pin
Kais4U28-Aug-06 1:38
Kais4U28-Aug-06 1:38 
AnswerRe: Capturing TAB event of a button Button Pin
Nader Elshehabi28-Aug-06 1:52
Nader Elshehabi28-Aug-06 1:52 
GeneralRe: Capturing TAB event of a button Button Pin
Kais4U28-Aug-06 2:00
Kais4U28-Aug-06 2:00 
AnswerRe: Capturing TAB event of a button Button Pin
Nader Elshehabi28-Aug-06 2:26
Nader Elshehabi28-Aug-06 2:26 
GeneralRe: Capturing TAB event of a button Button Pin
Martin#28-Aug-06 2:34
Martin#28-Aug-06 2:34 

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.