Click to See Complete Forum and Search --> : structures in forms


luckyme
April 29th, 2004, 01:09 PM
I have created a simple form with 1 button. When the button is clicked, I am coding some logic....

I have created 2 structures . I defined them before the beginning of the class.

I want to use the structure variable in different procedures in the same form.

1. Can I create a public shared ordhead As New storderheader in my class??

2. can I put the Structures in a Class file and then include in my form code.


:wave:

DSJ
April 29th, 2004, 04:43 PM
What happens when you try it?