This may be way off the mark ...

You should be able to create the VB property - you just need the COM
identifiers to use with CreateObject etc.

I presume that VB has just persisted the property bag using a IStream type
interface, and it has probably streamed the variables as Variants - hence
there could be a bit of just about. 

Why not see if you can import the type library/object?

I presume you could register a object to use with MSMQ (written with
Delphi), and hence the VB destination program should be able to access it
via COM.

Myles.


-----Original Message-----
From: Dave [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 8 October 2002 9:31 a.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Anybody used a VB Property Bag before?


I have had a look at the message body that VB produces, and there are
name-value pairs embedded in the body, but surrounded by all sorts of other
stuff. I could not see an easy pattern to duplicate with different messages
either.

Dave.
----- Original Message -----
From: "Chris Reynolds" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Tuesday, October 08, 2002 9:04 AM
Subject: Re: [DUG]: Anybody used a VB Property Bag before?


> >  Another option is a VBPropertyBag in the registry with an
InprocServer32 of
> >  MSVBVM60.DLL
> >  Is there any way I can jump into this DLL?
> >
>
> I expect a propertybag is a simple name-value list with delimiters. As you
are delivering it with MSMQ then all you need to do is simulate the byte
stream.
> Why don't you get a VBer to create and persist a property-bag so you can
look at it with a hex editor.
>
>
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to