-
active x
hi all
iam new to active x , iam in developement of database project, i nee to know how to declare global variable, and useing that varibles i need to retrieve return values in my main project, ie ocx control has to calculate and it should give a return value, the result should be in my vb project form
pls help
cheers
parthi
-
Well you can make a public property in the ocx and use get let
or you can make a Public Function and return it as the value type that you want.
-
active
can you just give an example for thatt plz
parthi
-