Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralAccess Browser Body Text Pin
egyseiko17-Jan-05 21:35
egyseiko17-Jan-05 21:35 
GeneralRe: Access Browser Body Text Pin
Heath Stewart18-Jan-05 6:54
protectorHeath Stewart18-Jan-05 6:54 
GeneralRe: Access Browser Body Text Pin
egyseiko23-Jan-05 21:55
egyseiko23-Jan-05 21:55 
Generaldeclaring array dimension and type at runtime Pin
Karl 200017-Jan-05 19:21
Karl 200017-Jan-05 19:21 
GeneralRe: declaring array dimension and type at runtime Pin
Heath Stewart18-Jan-05 6:48
protectorHeath Stewart18-Jan-05 6:48 
GeneralRe: declaring array dimension and type at runtime Pin
Karl 200018-Jan-05 6:58
Karl 200018-Jan-05 6:58 
GeneralRe: declaring array dimension and type at runtime Pin
Heath Stewart18-Jan-05 8:36
protectorHeath Stewart18-Jan-05 8:36 
GeneralRe: declaring array dimension and type at runtime Pin
Karl 200018-Jan-05 9:11
Karl 200018-Jan-05 9:11 
Thank you for your response,

I understand how all of this works, and was just wondering if c# contained anything I wasn't aware of. It appears I will have to continue doing it as I have been.

ArrayLists and the other collections are simply not appropriate for what I am trying to do. The functionality they provide come with too much of a performance hit. The implementation of ArrayList is significantly different from what I am trying to do. ArrayList's power and weakness come from it being a list of references, and hence you can stick anything in there, at the expense of following the references. What I am looking for is a standard array (one continuous chunk of memory, with only one reference to the array itself).

Thanks for your help and suggestions. Particularly your suggestion for easier transition over to the new capabilities that will be provided by 2.0.

Karl Baum

Generalplace a text box in C# without toolbox Pin
itssuk17-Jan-05 19:14
itssuk17-Jan-05 19:14 
GeneralRe: place a text box in C# without toolbox Pin
mhmoud rawas17-Jan-05 19:24
mhmoud rawas17-Jan-05 19:24 
GeneralRe: place a text box in C# without toolbox Pin
Heath Stewart18-Jan-05 6:30
protectorHeath Stewart18-Jan-05 6:30 
GeneralNeed Code in C# for Pin
aaditya200017-Jan-05 19:12
aaditya200017-Jan-05 19:12 
GeneralRe: Need Code in C# for Pin
Christian Graus17-Jan-05 21:25
protectorChristian Graus17-Jan-05 21:25 
GeneralRe: Need Code in C# for Pin
Gregg Holter18-Jan-05 22:52
Gregg Holter18-Jan-05 22:52 
GeneralProblem in Return DataReader from a ServicedComponent object Pin
kianboo17-Jan-05 18:28
kianboo17-Jan-05 18:28 
QuestionCan asp.net use C++ DLL through C#? Pin
webdevelopex17-Jan-05 18:05
webdevelopex17-Jan-05 18:05 
AnswerRe: Can asp.net use C++ DLL through C#? Pin
Christian Graus17-Jan-05 21:27
protectorChristian Graus17-Jan-05 21:27 
GeneralRe: Can asp.net use C++ DLL through C#? Pin
webdevelopex17-Jan-05 22:43
webdevelopex17-Jan-05 22:43 
GeneralRe: Can asp.net use C++ DLL through C#? Pin
Nick Parker18-Jan-05 3:45
protectorNick Parker18-Jan-05 3:45 
GeneralRe: Can asp.net use C++ DLL through C#? Pin
Heath Stewart18-Jan-05 5:50
protectorHeath Stewart18-Jan-05 5:50 
GeneralGraphics files stumper... Pin
new_phoenix17-Jan-05 16:12
new_phoenix17-Jan-05 16:12 
GeneralRe: Graphics files stumper... Pin
cobyjone17-Jan-05 16:21
cobyjone17-Jan-05 16:21 
GeneralRe: Graphics files stumper... Pin
new_phoenix24-Jan-05 10:40
new_phoenix24-Jan-05 10:40 
GeneralRe: Graphics files stumper... Pin
Christian Graus17-Jan-05 17:24
protectorChristian Graus17-Jan-05 17:24 
GeneralRe: Graphics files stumper... Pin
new_phoenix18-Jan-05 6:15
new_phoenix18-Jan-05 6:15 

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.