+ Reply to Thread
Results 1 to 3 of 3

Thread: Using variables in different forms question

  1. #1
    Learning Programmer skilletsteve is an unknown quantity at this point
    Join Date
    Aug 2006
    Posts
    45

    Using variables in different forms question

    How can I use the value of a variable in one form from another form?

  2. #2
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6
    Make the variable in a module ?

  3. #3
    Programmer brackett is on a distinguished road
    Join Date
    May 2006
    Posts
    193
    Make it a Public or Friend property (or member variable...but usually Property is better).

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Variables
    By clookid in forum PHP Tutorials
    Replies: 1
    Last Post: 01-11-2007, 08:40 PM
  2. Question about Form's On_Closing event
    By hoser2001 in forum C# Programming
    Replies: 3
    Last Post: 08-22-2006, 07:25 AM
  3. Variables
    By Sionofdarkness in forum Java Help
    Replies: 4
    Last Post: 08-21-2006, 02:32 PM
  4. Windows Forms MDI question.
    By hoser2001 in forum C# Programming
    Replies: 10
    Last Post: 08-11-2006, 06:36 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts