Passing pointer to integer in sub

  • Thread starter Thread starter Matijaz
  • Start date Start date
M

Matijaz

Hello All!

I'm working on CF.VB project and I wonder how to pass an Integer value by
reference in one procedure to a new created form, set pointer to this value,
and change this referenced value in another function when the new form is
closed. How do you declare pointer to an Integer value in .NET. Is it
possible?

Rgds
Matijaz
 
Back
Top