How to create a COM object at a remote PC ( both connected via LAN ) 
Author Message
 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  
 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  
 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  
 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  
 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  
 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  
 
 [ 6 post ] 

 Relevant Pages 

1. Connecting to remote SQL server via Internet using ASP page and Comm object

2. Communicating/Messaging with remote PC in a LAN

3. connect to lan pc and send keys...

4. can't connect to internet via broadband/LAN etc., but dial up is ok

5. Transfer File from one PC to another PC on LAN using winsock

6. Connecting 2 Win95 PC via VB4 32bit?

7. Connecting to a remote oracle database via the Internet

8. Client app connect to remote database via Internet?

9. connect to a remote database via Vbasic

10. RDS? Connecting via Internet to remote database

11. Connecting to Remote SQL7 Server via ADO

12. Connecting to remote database via Internet

 

 
Powered by phpBB® Forum Software