Pass Parameters between classes.

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

Can you teache me how to pass paramters between classes?
I did not know how to use call by value and address
among classes rather than sub modules.

If I use another approach to declare a global variable in
order
to let other class use this varible. How can I declare this
varibale? Thanks.

Any help on this will be greatly apprecited.
 
* "sam said:
Can you teache me how to pass paramters between classes?
I did not know how to use call by value and address
among classes rather than sub modules.

Please be ore specific. Maybe events are what you are looking for.
Have a look at the documentation for events and delegates.
 
Hi Herfried,

I think the question is more clear than your answer,
The OP wants to have an aswer about

what is a class
what is a property
what is the difference between public and private
what is shared
what is a function and what a sub
what is overriding
etc.

Therefore I did send the link to the resourcekit because I thought that it
maybe was a little bit to much for me to type, but for someone as you i
think it is not that difficult to do.

:-)

Cor
 
* "Cor said:
I think the question is more clear than your answer,
The OP wants to have an aswer about

He also wants to know how to use call by value with an address (I don't
understand what he is referring to).
what is a class
what is a property
what is the difference between public and private
what is shared
what is a function and what a sub
what is overriding

;-)
 
Hi Herfried,

I think that is a boxed value, I forgot it yes, maybe you can add that also
in one time.
And then also where and where not to use.
He also wants to know how to use call by value with an address (I don't
understand what he is referring to).

:-)

Cor
 
Back
Top