CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2004
    Posts
    2

    structures in forms

    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.



  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    What happens when you try it?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured