Click here to Skip to main content
15,884,388 members
Home / Discussions / C#
   

C#

 
GeneralRe: Legacy dll interoperability problem Pin
Stephane Rodriguez.3-Oct-02 21:40
Stephane Rodriguez.3-Oct-02 21:40 
GeneralRe: Legacy dll interoperability problem Pin
Adam Plucinski3-Oct-02 22:44
Adam Plucinski3-Oct-02 22:44 
GeneralRe: Legacy dll interoperability problem Pin
Stephane Rodriguez.3-Oct-02 23:20
Stephane Rodriguez.3-Oct-02 23:20 
GeneralRe: Legacy dll interoperability problem Pin
Adam Plucinski3-Oct-02 23:50
Adam Plucinski3-Oct-02 23:50 
GeneralRe: Legacy dll interoperability problem Pin
Stephane Rodriguez.4-Oct-02 0:01
Stephane Rodriguez.4-Oct-02 0:01 
GeneralRe: Legacy dll interoperability problem Pin
Adam Plucinski4-Oct-02 0:37
Adam Plucinski4-Oct-02 0:37 
GeneralRe: Legacy dll interoperability problem Pin
Stephane Rodriguez.4-Oct-02 0:46
Stephane Rodriguez.4-Oct-02 0:46 
QuestionArrayList Problem? Pin
Nick Parker3-Oct-02 18:19
protectorNick Parker3-Oct-02 18:19 
Does something look wrong with this?

ArrayList al = new ArrayList();
al.Add("Nick");
al.Add("Megan");

for(int i = 0; i < al.Count; i++)
     Response.Write(al.Item[i].ToString());


I get this error, and I am looking at MSDN right now and there is an Item property. Mad | :mad:
<br />
forum.aspx.cs(54,20): error CS0117: 'System.Collections.ArrayList' does not<br />
        contain a definition for 'Item'<br />



Nick Parker

The goal of Computer Science is to build something that will last at least until we've finished building it. - Unknown



AnswerRe: ArrayList Problem? Pin
Stephane Rodriguez.3-Oct-02 18:40
Stephane Rodriguez.3-Oct-02 18:40 
GeneralRe: ArrayList Problem? Pin
David Stone3-Oct-02 18:50
sitebuilderDavid Stone3-Oct-02 18:50 
GeneralRe: ArrayList Problem? Pin
Nick Parker4-Oct-02 13:01
protectorNick Parker4-Oct-02 13:01 
GeneralRe: ArrayList Problem? Pin
Paul Riley4-Oct-02 13:23
Paul Riley4-Oct-02 13:23 
GeneralStill having problems with IActiveDesktop Pin
Wjousts3-Oct-02 16:38
Wjousts3-Oct-02 16:38 
GeneralRe: Still having problems with IActiveDesktop Pin
David Stone3-Oct-02 16:46
sitebuilderDavid Stone3-Oct-02 16:46 
GeneralRe: Still having problems with IActiveDesktop Pin
Wjousts4-Oct-02 1:54
Wjousts4-Oct-02 1:54 
GeneralRe: Still having problems with IActiveDesktop Pin
David Stone4-Oct-02 10:40
sitebuilderDavid Stone4-Oct-02 10:40 
GeneralRe: Still having problems with IActiveDesktop Pin
Stephane Rodriguez.3-Oct-02 18:43
Stephane Rodriguez.3-Oct-02 18:43 
GeneralRe: Still having problems with IActiveDesktop Pin
Nathan Tran5-Mar-03 16:29
Nathan Tran5-Mar-03 16:29 
Questionapi available for this purpose? Pin
imran_rafique3-Oct-02 16:12
imran_rafique3-Oct-02 16:12 
AnswerRe: api available for this purpose? Pin
Furty3-Oct-02 16:22
Furty3-Oct-02 16:22 
GeneralDate Controlled Content -- Basic C# Pin
yakfreek3-Oct-02 13:58
yakfreek3-Oct-02 13:58 
GeneralRe: Date Controlled Content -- Basic C# Pin
Paul Riley3-Oct-02 15:26
Paul Riley3-Oct-02 15:26 
GeneralRe: Date Controlled Content -- Basic C# Pin
4-Oct-02 5:40
suss4-Oct-02 5:40 
GeneralRe: Date Controlled Content -- Basic C# Pin
Paul Riley4-Oct-02 7:30
Paul Riley4-Oct-02 7:30 
Questionwhat can cause DB_E_ABOTLIMITREACHED? Pin
Anonymous3-Oct-02 5:04
Anonymous3-Oct-02 5:04 

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.