For now i write small apps and i will use Werner method.
Thanks a lot for your respond!
On Sat, Nov 15, 2008 at 10:37 AM, Tomas Eroles i Forner <
[EMAIL PROTECTED]> wrote:
> Hi all!
>
> El dv 14 de 11 del 2008 a les 11:40 -0500, en/na Stephen Bungay va
> escriure:
> > Demosthenes Koptsis wrote
Hi all!
El dv 14 de 11 del 2008 a les 11:40 -0500, en/na Stephen Bungay va
escriure:
> Demosthenes Koptsis wrote:
> > Hi to all,
> >
> > i have two simple questions as a beginner,
> >
> > 1) how to have access to control values from different forms?
> >
>
>Set the controls in all forms to
Demosthenes Koptsis wrote:
> Hi to all,
>
> i have two simple questions as a beginner,
>
> 1) how to have access to control values from different forms?
>
Set the controls in all forms to be public as Werner suggests, or use
properties and strictly control what information gets exposed to
Werner schreef:
> Demosthenes Koptsis wrote:
>
>> Hi to all,
>>
>> i have two simple questions as a beginner,
>>
>> 1) how to have access to control values from different forms?
>>
>> For example i have 2 forms, Form1 and Form2
>> I want to write something like the next code, in Form2
>>
>> ---
Demosthenes Koptsis wrote:
> Hi to all,
>
> i have two simple questions as a beginner,
>
> 1) how to have access to control values from different forms?
>
> For example i have 2 forms, Form1 and Form2
> I want to write something like the next code, in Form2
>
> --- Form1 code
Hi to all,
i have two simple questions as a beginner,
1) how to have access to control values from different forms?
For example i have 2 forms, Form1 and Form2
I want to write something like the next code, in Form2
--- Form1 code
TextArea1.Text="Hello world"
-