Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Visual Basic .NET
user defined type
user defined type
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Mihai
#1
user defined type
Jun 14 '07, 03:35 PM
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
Phillip Ross Taylor
#2
Jun 14 '07, 03:45 PM
Re: user defined type
On 14 Jun, 16:35, "Mihai" <bvel...@telus. netwrote:
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.
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment