Hello,
Anyone have any ideas about how they would translate the following structure to VB? The sub-structure is throwing me off...
???

//-------------

typedef struct _API_PROFILE
{
DWORD dwTray;
DWORD dwID;
struct
{
char szCode[13]
} Field[7];
DWORD dwLeftT;
} API_PROFILE, FAR * LD_API_PROFILE;

//------------

Thanks, Dale.