Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. it is abt forms & proprieties can you enter to help please ??

it is abt forms & proprieties can you enter to help please ??

Scheduled Pinned Locked Moved Visual Basic
helptutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mohammed Amine
    wrote on last edited by
    #1

    Hi , sorry the title wasn't clear enough isn't it ?? anyway thank you , i will give you an example to let you better understand i have two forms in the first i have a textbox & a button & in the second i have a label & a button too i want when i pick the button in the first form ,the second form shown & when i pick the button of the second one , the content of the textbox in the first form shown on the label i hope you understand this stupide english :confused: please if you know how just tell me thank you again try to be good if you can't be the best

    P 1 Reply Last reply
    0
    • M Mohammed Amine

      Hi , sorry the title wasn't clear enough isn't it ?? anyway thank you , i will give you an example to let you better understand i have two forms in the first i have a textbox & a button & in the second i have a label & a button too i want when i pick the button in the first form ,the second form shown & when i pick the button of the second one , the content of the textbox in the first form shown on the label i hope you understand this stupide english :confused: please if you know how just tell me thank you again try to be good if you can't be the best

      P Offline
      P Offline
      PremalathaP
      wrote on last edited by
      #2

      In Form1's Button Click event, write the following code. [code] Load Form2 Form2.Show [/code] In Form2's Button Click event, write the following code. [code] Me.Label1.Caption=Form1.Text1.Text [/code]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups