User Profile

Collapse

Profile Sidebar

Collapse
MikeCS
MikeCS
Last Activity: Nov 28 '06, 12:32 AM
Joined: Nov 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • VB 2005 Problems returning a structure from a function

    Hi all

    I would like some help with this issue. I am new to VB 2005 (OK with VB6)

    My problem is that I cannot seem to return a structure from a function.

    Example:
    I defined a structure in a class (from which I instantiated an object).
    One of the object methods is supposed to return a data record (a structure).

    So, from the routine trying to acquire the record (a routine in a...
    See more | Go to post

  • MikeCS
    started a topic VB2005 Class Issue

    VB2005 Class Issue

    Problem:
    I wanted to implement what I did in VB6 where I would use a global structure and dimension an array of structures then the program could load data into it at start up. Global routines would be able access the data whenever required and save any changes. Since it isn't a lot of data, I don't want the overhead of a dbms.

    With VB2005 (express) I created a class that consisted essentially of one record of the previous structure....
    See more | Go to post

  • MikeCS
    started a topic Vb2005
    in .NET

    Vb2005

    Problem:
    I wanted to implement what I did in VB6 where I would use a global structure and dimension an array of structures then the program could load data into it at start up. Global routines would be able access the data whenever required and save any changes. Since it isn't a lot of data, I don't want the overhead of a dbms.

    With VB2005 (express) I created a class that consisted essentially of one record of the previous structure....
    See more | Go to post
No activity results to display
Show More
Working...