Norman,
Here is one of them:
*******
Private Type TBrowseInfo
hwndOwner As Long
pidlRoot As Long
pszDisplayName As String
lpszTitle As String
ulFlags As Long
lpfn As Long
lParam As Long
iImage As Long
End Type
********
This is used with Win API stuff.
Would you recommend Class or MemoryBlock here?
E.K
Norman Palardy wrote:
> On 3-May-07, at 12:04 AM, Eirik Karlsen wrote:
>
> > Hi,
> > I'm trying to port a small VB program to RB. They have used a lot
> > of the
> > TYPE datatype, which is the same as
> > STRUCT(ure) in newer RB versions. But I'm stuck with RB 5.5 so how
> > do I
> > implement this datatype in
> > RB 5.5 ?
>
> 1) Use a memoryblock and a set of offsets
> 2) a class with a bunch of public properties
>
> Really depends on what you need to use it for
>
> Memoryblocks if you have o call external dll's etc with it
> A Class with public properties if it's just an internal container for
> data
>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>
--
*******************************************
VISIT MY HOME PAGE:
<http://home.online.no/~eikarlse/index.htm>
LAST UPDATED: 23/08/2003
*******************************************
Regards
Eirik Karlsen
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>