Results 1 to 16 of 16

Thread: [RESOLVED] Inputted data into another form

Hybrid View

  1. #1
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: Inputted data into another form

    Welcome to VBForums, James

    You can simply put a Label (name it for example "lblInput") on the second Form and display the input data like this:
    Code:
    secondFormName.lblInput.Caption = yourInputHere

  2. #2

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Location
    Scarborough
    Posts
    9

    Re: Inputted data into another form

    how would that work getting the data from a different form.

    i have a text box on one form where the player can input the clue, and it needs to be displayed on the game play form.

    sorry i only started using VB today lol and it all has to handed in tommorow

Posting Permissions

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



Click Here to Expand Forum to Full Width