Thread: Windows Forms Arraylist

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    4

    Windows Forms Arraylist

    Hi Friends,

    edit::

    I think the question is:

    I have an arraylist where i have added arrays of type system::string^. How can i compare the text in a textbox to the values held in the arrays in the arraylist?

    Thank you.

    C

    Code:
    arrayList database;
    array<system::string^>^ record;
    system::windows::forms::Richtextbox item;
    
    database->Add(record);
    
    if (item->text== ?????
    Last edited by C++L; 09-05-2007 at 02:20 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  2. dual boot Win XP, win 2000
    By Micko in forum Tech Board
    Replies: 6
    Last Post: 05-30-2005, 02:55 PM
  3. accessing windows forms textbox properties
    By luigi40 in forum C# Programming
    Replies: 5
    Last Post: 04-19-2005, 04:53 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM