user defined type

M

Mihai

I defined a structure in a VB.Net program.How can access this structure at
the global level, for example from a class?

Regards,
Mihai
 
P

Phillip Ross Taylor

I defined a structure in a VB.Net program.How can access this structure at
the global level, for example from a class?

Regards,
Mihai

put the structure definition and any variable instances of it in a
public module. This is where you ideally want to put code at the
global level.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top