Call form1's function from form2.

B

Boki

Hi All,

It is a little tired, I search solution to pass data from one form to
another, the most answers was discussing create a new form, and then
assign data directly.

I think it is trivial for me.

I need to deal with existing forms.

The answer I found is to get instance from form1.

OK, I was blocking here so far.

Can you advice how to pass data to a existed form ( not to create a
new form please )

By the way, anybody can tell me I need this kind of function code as
below:

extern the_form1_ABC_whatever( int why_cant_just_do_this);

It is really bitter to use different language even their names are all
called "C". :)

Best regards,
Boki.
 
B

Boki

Hi All,

It is a little tired, I search solution to pass data from one form to
another, the most answers was discussing create a new form, and then
assign data directly.

I think it is trivial for me.

I need to deal with existing forms.

The answer I found is to get instance from form1.

OK, I was blocking here so far.

Can you advice how to pass data to a existed form ( not to create a
new form please )

By the way, anybody can tell me I need this kind of function code as
below:

extern the_form1_ABC_whatever( int why_cant_just_do_this);

It is really bitter to use different language even their names are all
called "C". :)

Best regards,
Boki.

OK, finally, I am done.

Boki.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top