You are not logged in.

birosys

Trainee

  • "birosys" is male
  • "birosys" started this thread

Posts: 48

Date of registration: Feb 9th 2009

Location: Mladenovac, Serbia

Occupation: Programming

Hobbies: Programming

  • Send private message

1

Saturday, August 22nd 2009, 10:07pm

Referencing to control on other form

Hi to all

I want to change property of TextBox wich is on Form2. Main routine is on Form1.

I try to reference it like


dim txtBox as Form2#Text1
txtBox.Text="bla bla bla"


... but with no success.

How to do that?

Milan

Manuel

Administrator

  • "Manuel" is male

Posts: 256

Date of registration: Jul 16th 2008

Location: Erlangen, Germany

Occupation: Software Developer

Hobbies: Jabaco, game theory, text-mining

  • Send private message

2

Sunday, August 23rd 2009, 4:56pm

Form1.Text1.Text = "bla bla bla"

birosys

Trainee

  • "birosys" is male
  • "birosys" started this thread

Posts: 48

Date of registration: Feb 9th 2009

Location: Mladenovac, Serbia

Occupation: Programming

Hobbies: Programming

  • Send private message

3

Monday, August 24th 2009, 12:04am

thanks :)

Rate this thread
WoltLab Burning Board