Hi All,

I am using VFP8.0. I' ve heard that MSMQ has been incorporated since VFP6.0;
but it seems to me that MSMQ has not been installed on my machine.

How do I install MSMQ?

Thanks.
kd

Re: MSMQ in VFP8.0 by Anders

Anders
Sat Mar 19 09:22:02 CST 2005

Control Panel - Add/Remove Programs -> Add/Remove Window Components -
Message queueing.
-Anders

"kd" <kd@discussions.microsoft.com> wrote in message
news:50824BCA-3F45-4EB8-B018-19C37AF2AAB4@microsoft.com...
> Hi All,
>
> I am using VFP8.0. I' ve heard that MSMQ has been incorporated since
VFP6.0;
> but it seems to me that MSMQ has not been installed on my machine.
>
> How do I install MSMQ?
>
> Thanks.
> kd


Re: MSMQ in VFP8.0 by kd

kd
Sat Mar 19 23:27:02 CST 2005

Hello Anders,

Thanks for your reply.

I could successfully install MSMQ; however I could not get help on using
MSMQ in visual foxpro 8.0, though, MSMQ seems to be available since vfp6.0.

Any help will be appreciated.

Thanks.
kd

"Anders Altberg" wrote:

> Control Panel - Add/Remove Programs -> Add/Remove Window Components -
> Message queueing.
> -Anders
>
> "kd" <kd@discussions.microsoft.com> wrote in message
> news:50824BCA-3F45-4EB8-B018-19C37AF2AAB4@microsoft.com...
> > Hi All,
> >
> > I am using VFP8.0. I' ve heard that MSMQ has been incorporated since
> VFP6.0;
> > but it seems to me that MSMQ has not been installed on my machine.
> >
> > How do I install MSMQ?
> >
> > Thanks.
> > kd
>
>

Re: MSMQ in VFP8.0 by Sergey

Sergey
Sun Mar 20 00:30:09 CST 2005

kd wrote:
> Hi All,
>
> I am using VFP8.0. I' ve heard that MSMQ has been incorporated since VFP6.0;
> but it seems to me that MSMQ has not been installed on my machine.
>
> How do I install MSMQ?
>
> Thanks.
> kd

I guess you're refering to the article 'Using MSMQ with Microsoft Visual
FoxPro 6.0' by Randy Brown from
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfoxgen/html/msmqwvfp6.asp?frame=true

--sb--

Re: MSMQ in VFP8.0 by kd

kd
Sun Mar 20 00:39:02 CST 2005

Hi Sergey,

You are correct. I am referring to the same article.

My objective is to be able to communicate between a vfp8.0 application and
vb.net application. I was considering using MSMQ; though I am not sure if
this is the correct way to do it. Could you please give me suggestions as to
how to go about this?

Thanks.
kd

"Sergey Berezniker" wrote:

> kd wrote:
> > Hi All,
> >
> > I am using VFP8.0. I' ve heard that MSMQ has been incorporated since VFP6.0;
> > but it seems to me that MSMQ has not been installed on my machine.
> >
> > How do I install MSMQ?
> >
> > Thanks.
> > kd
>
> I guess you're refering to the article 'Using MSMQ with Microsoft Visual
> FoxPro 6.0' by Randy Brown from
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfoxgen/html/msmqwvfp6.asp?frame=true
>
> --sb--
>

Re: MSMQ in VFP8.0 by Craig

Craig
Mon Mar 21 09:28:28 CST 2005

I don't know what your requirements are, but MSMQ is probably overkill.
There are several ways to communicate between .NET and VFP. Try
http://www.west-wind.com/presentations/VFPDOTNETiNTEROP/VFPDOTNETINTEROP.HTM
for starters.

--
Craig Berntson
MCSD, Visual FoxPro MVP
www.craigberntson.com
Salt Lake City Fox User Group
www.slcfox.org
www.foxcentral.net


"kd" <kd@discussions.microsoft.com> wrote in message
news:6781EF92-638A-431E-A30E-340B1763F777@microsoft.com...
> Hi Sergey,
>
> You are correct. I am referring to the same article.
>
> My objective is to be able to communicate between a vfp8.0 application and
> vb.net application. I was considering using MSMQ; though I am not sure if
> this is the correct way to do it. Could you please give me suggestions as
> to
> how to go about this?
>
> Thanks.
> kd
>
> "Sergey Berezniker" wrote:
>
>> kd wrote:
>> > Hi All,
>> >
>> > I am using VFP8.0. I' ve heard that MSMQ has been incorporated since
>> > VFP6.0;
>> > but it seems to me that MSMQ has not been installed on my machine.
>> >
>> > How do I install MSMQ?
>> >
>> > Thanks.
>> > kd
>>
>> I guess you're refering to the article 'Using MSMQ with Microsoft Visual
>> FoxPro 6.0' by Randy Brown from
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfoxgen/html/msmqwvfp6.asp?frame=true
>>
>> --sb--
>>