473,394 Members | 1,642 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

ActiveX Controls on Windows Mobile

I just downloaded a activex control that was written in C# and tried to view
it on my PDA's Internet Explorer.
At my regular PC it displayed just fine, but nothing showed up on the pda.

Do ActiveX controls that are to be used by a pda need to be written in the
..net compact framework, or am i missing something else here?

i have a HP iPaq 2490 with Windows Mobile Premium installed

While i'm at it; does a activex control allow you to communicate with
devices. My employer needs a activex control to interface with a barcode
scanner.
*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com ***
Mar 20 '06 #1
7 4368
Jarod,

I cannot see the relation to the newsgroup languages.vb, can you give us a
hint?

Cor
"Jarod_24" <ja******@hotmail.com> schreef in bericht
news:44**********************@titian.nntpserver.co m...
I just downloaded a activex control that was written in C# and tried to
view it on my PDA's Internet Explorer.
At my regular PC it displayed just fine, but nothing showed up on the pda.

Do ActiveX controls that are to be used by a pda need to be written in the
.net compact framework, or am i missing something else here?

i have a HP iPaq 2490 with Windows Mobile Premium installed

While i'm at it; does a activex control allow you to communicate with
devices. My employer needs a activex control to interface with a barcode
scanner.

*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from
http://www.SecureIX.com ***

Mar 20 '06 #2

"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Jarod,

I cannot see the relation to the newsgroup languages.vb, can you give us a
hint?

hm, maybe that i plan to write an activex in vb.net
other than that i guess nothing, just posted to my usual groups
Cor
"Jarod_24" <ja******@hotmail.com> schreef in bericht
news:44**********************@titian.nntpserver.co m...
I just downloaded a activex control that was written in C# and tried to
view it on my PDA's Internet Explorer.
At my regular PC it displayed just fine, but nothing showed up on the
pda.

Do ActiveX controls that are to be used by a pda need to be written in
the .net compact framework, or am i missing something else here?

i have a HP iPaq 2490 with Windows Mobile Premium installed

While i'm at it; does a activex control allow you to communicate with
devices. My employer needs a activex control to interface with a barcode
scanner.

*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from
http://www.SecureIX.com ***


*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com ***
Mar 20 '06 #3
anything running on compact framework, on a pocket pc must be writen for a
pocket pc to start with. Second off, .NET framework does not make ActiveX
controls.. You may have to recreate the control in .NET for the Mobile
framework

"Jarod_24" <ja******@hotmail.com> wrote in message
news:44**********************@titian.nntpserver.co m...
I just downloaded a activex control that was written in C# and tried to
view it on my PDA's Internet Explorer.
At my regular PC it displayed just fine, but nothing showed up on the pda.

Do ActiveX controls that are to be used by a pda need to be written in the
.net compact framework, or am i missing something else here?

i have a HP iPaq 2490 with Windows Mobile Premium installed

While i'm at it; does a activex control allow you to communicate with
devices. My employer needs a activex control to interface with a barcode
scanner.

*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from
http://www.SecureIX.com ***

Mar 20 '06 #4
It's actually worse than that. This question should have been targeted
*only* at microsoft.public.dotnet.framework.compactframework . You can't use
managed code to create ActiveX controls for Windows CE/Windows Mobile, at
this point. That's because hosting the managed runtime from unmanaged code,
like IE, isn't supported. There are various work-arounds that you could
use, but it's not worth it. If you have something that should be hosted in
IE, write it in unmanaged code.

Paul T.

"Brian Henry" <no****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
anything running on compact framework, on a pocket pc must be writen for a
pocket pc to start with. Second off, .NET framework does not make ActiveX
controls.. You may have to recreate the control in .NET for the Mobile
framework

"Jarod_24" <ja******@hotmail.com> wrote in message
news:44**********************@titian.nntpserver.co m...
I just downloaded a activex control that was written in C# and tried to
view it on my PDA's Internet Explorer.
At my regular PC it displayed just fine, but nothing showed up on the
pda.

Do ActiveX controls that are to be used by a pda need to be written in
the .net compact framework, or am i missing something else here?

i have a HP iPaq 2490 with Windows Mobile Premium installed

While i'm at it; does a activex control allow you to communicate with
devices. My employer needs a activex control to interface with a barcode
scanner.

*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from
http://www.SecureIX.com ***


Mar 20 '06 #5
You can't create ActiveX controls in managed code. Sure there are hacks out
there to do this, but natively no, and from my point of view, its not worth
it.. just write a user control or a custom control if you are going to write
it by hand
Mar 20 '06 #6
So if its not possible to create a ActiveX in managed code.
Then what is the difference between ActiveX, a 'Windows Control Library' and
a 'Web Control Library'?
i mean in the context of beign able to run in a web-browser and display a UI
to the user...

any pointers to a site/articles that talk about ActiveX, msdn is so
confusingly large and un-structured.
"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:e0**************@TK2MSFTNGP12.phx.gbl...
It's actually worse than that. This question should have been targeted
*only* at microsoft.public.dotnet.framework.compactframework . You can't
use managed code to create ActiveX controls for Windows CE/Windows Mobile,
at this point. That's because hosting the managed runtime from unmanaged
code, like IE, isn't supported. There are various work-arounds that you
could use, but it's not worth it. If you have something that should be
hosted in IE, write it in unmanaged code.

Paul T.

"Brian Henry" <no****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
anything running on compact framework, on a pocket pc must be writen for
a pocket pc to start with. Second off, .NET framework does not make
ActiveX controls.. You may have to recreate the control in .NET for the
Mobile framework

"Jarod_24" <ja******@hotmail.com> wrote in message
news:44**********************@titian.nntpserver.co m...
I just downloaded a activex control that was written in C# and tried to
view it on my PDA's Internet Explorer.
At my regular PC it displayed just fine, but nothing showed up on the
pda.

Do ActiveX controls that are to be used by a pda need to be written in
the .net compact framework, or am i missing something else here?

i have a HP iPaq 2490 with Windows Mobile Premium installed

While i'm at it; does a activex control allow you to communicate with
devices. My employer needs a activex control to interface with a barcode
scanner.

*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from
http://www.SecureIX.com ***



*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from http://www.SecureIX.com ***
Mar 20 '06 #7
Well, I'm pretty much an embedded-only guy these days, but I think that Web
controls run in ASP.NET, so that's not the same thing, quite, as an ActiveX
control. A Windows Control Library object, I think, is a desktop thing (a
managed 'control' usable from .NET Framework applications). If you choose
Visual C++ in the New Project wizard in VS2005 and look under Smart Device,
those are the types of projects that VS 2005 supports generating for Windows
CE/Windows Mobile devices. You can see that one of them is an MFC ActiveX
control. Of course, you could write your own without MFC, if you wanted to,
just by generating a Win32 Smart Device Project, and choosing a DLL and then
implementing all of the suitable interfaces, DLL functions for
self-registration, etc.

I don't know of any Windows CE-focused articles, although ActiveX works the
same as on the desktop, at least generally. You might search for ""windows
ce" activex" in MSDN and see what pops up, though. The only really unusual
thing that you might not be aware of automatically is that IObjectSafety
pretty much has to be implemented in Windows CE ActiveX controls for your
control to work in IE.

Paul T.

"Jarod_24" <ja******@hotmail.com> wrote in message
news:44***********************@titian.nntpserver.c om...
So if its not possible to create a ActiveX in managed code.
Then what is the difference between ActiveX, a 'Windows Control Library'
and a 'Web Control Library'?
i mean in the context of beign able to run in a web-browser and display a
UI to the user...

any pointers to a site/articles that talk about ActiveX, msdn is so
confusingly large and un-structured.
"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:e0**************@TK2MSFTNGP12.phx.gbl...
It's actually worse than that. This question should have been targeted
*only* at microsoft.public.dotnet.framework.compactframework . You can't
use managed code to create ActiveX controls for Windows CE/Windows
Mobile, at this point. That's because hosting the managed runtime from
unmanaged code, like IE, isn't supported. There are various work-arounds
that you could use, but it's not worth it. If you have something that
should be hosted in IE, write it in unmanaged code.

Paul T.

"Brian Henry" <no****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
anything running on compact framework, on a pocket pc must be writen for
a pocket pc to start with. Second off, .NET framework does not make
ActiveX controls.. You may have to recreate the control in .NET for the
Mobile framework

"Jarod_24" <ja******@hotmail.com> wrote in message
news:44**********************@titian.nntpserver.co m...
I just downloaded a activex control that was written in C# and tried to
view it on my PDA's Internet Explorer.
At my regular PC it displayed just fine, but nothing showed up on the
pda.

Do ActiveX controls that are to be used by a pda need to be written in
the .net compact framework, or am i missing something else here?

i have a HP iPaq 2490 with Windows Mobile Premium installed

While i'm at it; does a activex control allow you to communicate with
devices. My employer needs a activex control to interface with a
barcode scanner.

*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from
http://www.SecureIX.com ***


*** Free account sponsored by SecureIX.com ***
*** Encrypt your Internet usage with a free VPN account from
http://www.SecureIX.com ***

Mar 20 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Jeff M | last post by:
For my application an activeX refers to "program displayed within Internet Explorer" After looking over the docs for VB.NET it looks impossible. ---START--- USERCONTROL CHANGES IN VISUAL...
12
by: A.M. | last post by:
Hi at all, how can I do to insert into a HTML page a file .txt stored in the same directory of the server where is the html file that must display the text file.txt? Thank you very much P.Pietro
0
by: Ike | last post by:
I have an Activex Control created in VB6, which, displays no problem on any machine I have, but, on some machines of others, it does not. All machines are running either XP or Windows 2000, and all...
0
by: zevikw | last post by:
I am using an ActiveX control in a .NET application which I put on a form. I have another .NET control on that form that handles the Validating event. The method that handles the Validating event,...
3
by: EJ1003 | last post by:
Hello I would like to create Activex Control uisng C# and use it in ASP.Net webform. User Control is not solving my requirement so I am going for Activex Control. Please guide me on this, how...
6
by: Budhi Saputra Prasetya | last post by:
Hi All, I'm trying to display .NET Custom Control (created using Inherited Control) on an ASPX page, but no luck. I already registered the Control to Global Assembly Cache through .NET Framework...
4
by: Henrik Dahl | last post by:
Hello! Is it possible to use Visual Studio 2005 or, secondarily, Visual Studio .NET 2003 to create ActiveX controls which may be consumed by VB 6.0 programs, i.e. dealt with on forms in the...
6
by: hufaunder | last post by:
I have an ActiveX component that I want to use in a library that I am writing. As a first test I used the ActiveX component in a windows form application. Adding the component created: Ax.dll...
1
by: Arlion | last post by:
Im in the research phase of this experiment. my goal is to get ActiveX controls on a windows 5.0 or 6.0 to run applications such as remote desktop or view live feed from a server. (watch camara...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.