I have two forms. Form 1 and Form 2. When I choose item from the combo box , Form 2 load. After I fill Form 2 text boxes and click 'save' button I want to load these text boxes values to Form 1 text boxes and later close.
Please anyone can help me ?

2 ideas.

  1. Make it a global variable and fire off code to do what you want when you want.
  2. In Form 2's save button code, try Form1.thatobject.text = "What you want here."
    Idea 2 is not "code" but psuedocode to help you remember how to set object value across forms.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.