How to create a COM object at a remote PC ( both connected via LAN )
Author |
Message |
<cyberbr.. #1 / 6
|
 How to create a COM object at a remote PC ( both connected via LAN )
Please help !!. I want to use the set statement to create a COM object already installed at my desktop PC , this COM object exposes some methods and properties where I can get desktop information. In VB 6, this could be done by using : set myobj = CreateObject ( "objectname.myobj", "PCname") But embedded VB 3.0 , this compiler does not handle the PCname part. So, the question: How can I create an object at my desktop PC from running my program at my IPAQand get information from that object ? Of course I need to have connected my Pocket PC 2002 device ( IPAQ ) and my dekstop PC to the private LAN ( this is to avoid any seciruty issues ). The IPAQ is connected to teh LAN by using the Compact Flash LAN card. Any help would be very much appreciated !!!! I am at the end of the rope here , I have searched almost everywhere I can not find a sample nor explanation in how to do it. Thanks, A newbie in Pocket PC
|
Tue, 01 Mar 2005 04:04:15 GMT |
|
 |
Chris Tacke, eMV #2 / 6
|
 How to create a COM object at a remote PC ( both connected via LAN )
You really can'r DCOM isn't supported, though you might be able to achive some semblance of it with MSMQ. -- Chris Tacke, eMVP Windows CE Product Manager Applied Data Systems www.applieddata.net Quote:
> Please help !!. > I want to use the set statement to create a COM object already installed at > my desktop PC , this COM object exposes some methods and properties where I > can get desktop information. > In VB 6, this could be done by using : > set myobj = CreateObject ( "objectname.myobj", "PCname") > But embedded VB 3.0 , this compiler does not handle the PCname part. > So, the question: > How can I create an object at my desktop PC from running my program at my > IPAQand get information from that object ? > Of course I need to have connected my Pocket PC 2002 device ( IPAQ ) and my > dekstop PC to the private LAN ( this is to avoid any seciruty issues ). The > IPAQ is connected to teh LAN by using the Compact Flash LAN card. > Any help would be very much appreciated !!!! > I am at the end of the rope here , I have searched almost everywhere I can > not find a sample nor explanation in how to do it. > Thanks, A newbie in Pocket PC
|
Tue, 01 Mar 2005 21:29:54 GMT |
|
 |
<cyberbr.. #3 / 6
|
 How to create a COM object at a remote PC ( both connected via LAN )
Thanks a lot for your answer..... I was suspecting that DCOM was not supported on the Pocket PC environment but I was not sure. Now, can you please point me where I can get more info ( tech info or samples ) for MSMQ ? Art.
Quote: > You really can'r DCOM isn't supported, though you might be able to achive > some semblance of it with MSMQ. > -- > Chris Tacke, eMVP > Windows CE Product Manager > Applied Data Systems > www.applieddata.net
Quote: > > Please help !!. > > I want to use the set statement to create a COM object already installed > at > > my desktop PC , this COM object exposes some methods and properties where > I > > can get desktop information. > > In VB 6, this could be done by using : > > set myobj = CreateObject ( "objectname.myobj", "PCname") > > But embedded VB 3.0 , this compiler does not handle the PCname part. > > So, the question: > > How can I create an object at my desktop PC from running my program at my > > IPAQand get information from that object ? > > Of course I need to have connected my Pocket PC 2002 device ( IPAQ ) and > my > > dekstop PC to the private LAN ( this is to avoid any seciruty issues ). > The > > IPAQ is connected to teh LAN by using the Compact Flash LAN card. > > Any help would be very much appreciated !!!! > > I am at the end of the rope here , I have searched almost everywhere I can > > not find a sample nor explanation in how to do it. > > Thanks, A newbie in Pocket PC
|
Wed, 02 Mar 2005 00:09:14 GMT |
|
 |
Chris Tacke, eMV #4 / 6
|
 How to create a COM object at a remote PC ( both connected via LAN )
Here's a start: http://msdn.microsoft.com/msdnmag/issues/01/12/MSMQCE/MSMQCE.asp -- Chris Tacke, eMVP Windows CE Product Manager Applied Data Systems www.applieddata.net Quote:
> Thanks a lot for your answer..... I was suspecting that DCOM was not > supported on the Pocket PC environment but I was not sure. > Now, can you please point me where I can get more info ( tech info or > samples ) for MSMQ ? > Art.
> > You really can'r DCOM isn't supported, though you might be able to achive > > some semblance of it with MSMQ. > > -- > > Chris Tacke, eMVP > > Windows CE Product Manager > > Applied Data Systems > > www.applieddata.net
> > > Please help !!. > > > I want to use the set statement to create a COM object already installed > > at > > > my desktop PC , this COM object exposes some methods and properties > where > > I > > > can get desktop information. > > > In VB 6, this could be done by using : > > > set myobj = CreateObject ( "objectname.myobj", "PCname") > > > But embedded VB 3.0 , this compiler does not handle the PCname part. > > > So, the question: > > > How can I create an object at my desktop PC from running my program at > my > > > IPAQand get information from that object ? > > > Of course I need to have connected my Pocket PC 2002 device ( IPAQ ) and > > my > > > dekstop PC to the private LAN ( this is to avoid any seciruty issues ). > > The > > > IPAQ is connected to teh LAN by using the Compact Flash LAN card. > > > Any help would be very much appreciated !!!! > > > I am at the end of the rope here , I have searched almost everywhere I > can > > > not find a sample nor explanation in how to do it. > > > Thanks, A newbie in Pocket PC
|
Wed, 02 Mar 2005 01:16:31 GMT |
|
 |
Chris Tacke, eMV #5 / 6
|
 How to create a COM object at a remote PC ( both connected via LAN )
And here: http://www.devbuzz.com/content/zinc_eVB_programming_MSMQ_pg1.asp -- Chris Tacke, eMVP Windows CE Product Manager Applied Data Systems www.applieddata.net Quote:
> Thanks a lot for your answer..... I was suspecting that DCOM was not > supported on the Pocket PC environment but I was not sure. > Now, can you please point me where I can get more info ( tech info or > samples ) for MSMQ ? > Art.
> > You really can'r DCOM isn't supported, though you might be able to achive > > some semblance of it with MSMQ. > > -- > > Chris Tacke, eMVP > > Windows CE Product Manager > > Applied Data Systems > > www.applieddata.net
> > > Please help !!. > > > I want to use the set statement to create a COM object already installed > > at > > > my desktop PC , this COM object exposes some methods and properties > where > > I > > > can get desktop information. > > > In VB 6, this could be done by using : > > > set myobj = CreateObject ( "objectname.myobj", "PCname") > > > But embedded VB 3.0 , this compiler does not handle the PCname part. > > > So, the question: > > > How can I create an object at my desktop PC from running my program at > my > > > IPAQand get information from that object ? > > > Of course I need to have connected my Pocket PC 2002 device ( IPAQ ) and > > my > > > dekstop PC to the private LAN ( this is to avoid any seciruty issues ). > > The > > > IPAQ is connected to teh LAN by using the Compact Flash LAN card. > > > Any help would be very much appreciated !!!! > > > I am at the end of the rope here , I have searched almost everywhere I > can > > > not find a sample nor explanation in how to do it. > > > Thanks, A newbie in Pocket PC
|
Wed, 02 Mar 2005 01:17:50 GMT |
|
 |
<cyberbr.. #6 / 6
|
 How to create a COM object at a remote PC ( both connected via LAN )
Thanks a lot !!!!! Art.
Quote: > And here: > http://www.devbuzz.com/content/zinc_eVB_programming_MSMQ_pg1.asp > -- > Chris Tacke, eMVP > Windows CE Product Manager > Applied Data Systems > www.applieddata.net
Quote: > > Thanks a lot for your answer..... I was suspecting that DCOM was not > > supported on the Pocket PC environment but I was not sure. > > Now, can you please point me where I can get more info ( tech info or > > samples ) for MSMQ ? > > Art.
> > > You really can'r DCOM isn't supported, though you might be able to > achive > > > some semblance of it with MSMQ. > > > -- > > > Chris Tacke, eMVP > > > Windows CE Product Manager > > > Applied Data Systems > > > www.applieddata.net
> > > > Please help !!. > > > > I want to use the set statement to create a COM object already > installed > > > at > > > > my desktop PC , this COM object exposes some methods and properties > > where > > > I > > > > can get desktop information. > > > > In VB 6, this could be done by using : > > > > set myobj = CreateObject ( "objectname.myobj", "PCname") > > > > But embedded VB 3.0 , this compiler does not handle the PCname part. > > > > So, the question: > > > > How can I create an object at my desktop PC from running my program at > > my > > > > IPAQand get information from that object ? > > > > Of course I need to have connected my Pocket PC 2002 device ( IPAQ ) > and > > > my > > > > dekstop PC to the private LAN ( this is to avoid any seciruty > issues ). > > > The > > > > IPAQ is connected to teh LAN by using the Compact Flash LAN card. > > > > Any help would be very much appreciated !!!! > > > > I am at the end of the rope here , I have searched almost everywhere I > > can > > > > not find a sample nor explanation in how to do it. > > > > Thanks, A newbie in Pocket PC
|
Wed, 02 Mar 2005 03:22:26 GMT |
|
|
|