Click here to Skip to main content
15,916,945 members
Home / Discussions / C#
   

C#

 
Questionquestion about Arrays Pin
Green Fuze17-Oct-05 6:29
Green Fuze17-Oct-05 6:29 
AnswerRe: question about Arrays Pin
User 665817-Oct-05 6:34
User 665817-Oct-05 6:34 
GeneralRe: question about Arrays Pin
Green Fuze17-Oct-05 7:02
Green Fuze17-Oct-05 7:02 
AnswerRe: question about Arrays Pin
dwatkins@dirq.net17-Oct-05 6:55
dwatkins@dirq.net17-Oct-05 6:55 
GeneralRe: question about Arrays Pin
Green Fuze17-Oct-05 7:10
Green Fuze17-Oct-05 7:10 
GeneralRe: question about Arrays Pin
Dan Neely17-Oct-05 7:56
Dan Neely17-Oct-05 7:56 
GeneralRe: question about Arrays Pin
S. Senthil Kumar17-Oct-05 15:18
S. Senthil Kumar17-Oct-05 15:18 
AnswerRe: question about Arrays Pin
futbolkeeper17-Oct-05 16:08
futbolkeeper17-Oct-05 16:08 
What about if you use an ArrayList? It should automatically change size when adding data to it. And when you declare the array you don't have to specify the size.

ArrayList list = new ArrayList();
QuestionUrgent Regualr Expression Help Needed Pin
Brian Van Beek17-Oct-05 5:14
Brian Van Beek17-Oct-05 5:14 
AnswerRe: Urgent Regualr Expression Help Needed Pin
User 665817-Oct-05 6:21
User 665817-Oct-05 6:21 
GeneralRe: Urgent Regualr Expression Help Needed Pin
Brian Van Beek17-Oct-05 7:06
Brian Van Beek17-Oct-05 7:06 
GeneralRe: Urgent Regualr Expression Help Needed Pin
leppie17-Oct-05 8:15
leppie17-Oct-05 8:15 
GeneralRe: Urgent Regualr Expression Help Needed Pin
User 665817-Oct-05 9:06
User 665817-Oct-05 9:06 
GeneralRe: Urgent Regualr Expression Help Needed Pin
Daniel Turini17-Oct-05 9:44
Daniel Turini17-Oct-05 9:44 
AnswerRe: Urgent Regualr Expression Help Needed Pin
leppie17-Oct-05 10:22
leppie17-Oct-05 10:22 
QuestionDrawing over a picturebox Pin
budidharma17-Oct-05 4:55
budidharma17-Oct-05 4:55 
AnswerRe: Drawing over a picturebox Pin
Rick Beideman17-Oct-05 6:49
Rick Beideman17-Oct-05 6:49 
Questionadd a delay before updating a file. Pin
Dan Neely17-Oct-05 4:38
Dan Neely17-Oct-05 4:38 
AnswerRe: add a delay before updating a file. Pin
S. Senthil Kumar17-Oct-05 5:07
S. Senthil Kumar17-Oct-05 5:07 
GeneralRe: add a delay before updating a file. Pin
Dan Neely17-Oct-05 6:56
Dan Neely17-Oct-05 6:56 
GeneralRe: add a delay before updating a file. Pin
S. Senthil Kumar17-Oct-05 15:14
S. Senthil Kumar17-Oct-05 15:14 
QuestionUpdate Form while Retaining Access to It Pin
thepolishguy17-Oct-05 3:40
thepolishguy17-Oct-05 3:40 
QuestionCreate an object dynamically for COM component witout reflection Pin
Member 227350917-Oct-05 3:14
Member 227350917-Oct-05 3:14 
AnswerRe: Create an object dynamically for COM component witout reflection Pin
S. Senthil Kumar17-Oct-05 5:27
S. Senthil Kumar17-Oct-05 5:27 
Questionconvert int to hexadecimal Pin
Sasuko17-Oct-05 3:10
Sasuko17-Oct-05 3:10 

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.