Tagged Questions

3
votes
1answer
24 views

Can Windows Mobile compatible ActiveX controls be created in .Net C# with Visual Studio 2008?

I have searched and searched for a solid answer so now I'm just asking it... Can ActiveX controls be developed/written in .Net C# with Visual Studio 2008 for use on Windows Mobile 6.5.X IE Browser? ...
1
vote
1answer
151 views

How to load COM object in smart device project?

I want to create a .NET CF application for Windows Mobile 5. In this application, I want to load a COM object based on the ProgID (or CLSID). How do I load this COM object in such a way that I can ...
1
vote
1answer
270 views

Convert Smart Device Dll to ActiveX control for Windows Mobile

I am using C# and Visual Studio 2008. I have a class that will turn on the scanner of my Windows Mobile Device and then will capture the read of the scanner when pressed. It will also shut down ...
1
vote
1answer
368 views

C# dll as an ActiveX control to access GPS data in Windows Mobile 6.1 IE

Is it possible using VS2008 and C# to create a class library which can be treated as an ActiveX control on a Windows Mobile 6/6.1 device? I am looking to retrieve the positioning details from a ...
1
vote
1answer
262 views

registering driectshow filter on windows mobile 6

I'm trying to register my DirectShow filter on Windows Mobile. My project has Linker/General/Register Output set to Yes. However, nothing is getting registered and I'm getting the following error: ...
0
votes
1answer
141 views

ActiveX write to file from JavaScript on Windows Mobile 6.5 - nothing happens

I need to persist some information in offline mode for future use. Normally I would use local storage from HTML5, but on Windows Mobile 6.5, it seems there is no browser available that would support ...
0
votes
1answer
1k views

How to download WebView.dll from windows mobile to desktop

To host Webview (Web Browser Webview.dll) ActiveX control in C# smart device application, we need to download and access WebView.dll present in Windows mobile 6.0, 6.1, 6.5 version in root windows ...
0
votes
1answer
571 views

Hosting ActiveX Controls in the .NET Compact Framework 2.0

After following the method to Host the ActiveX Web Browser (webvw.idl) control in C#, we are struck in getting webview.dll file from the mobile device. To create a complete class definition by using ...
0
votes
2answers
308 views

Is it possible to write an ActiveX control in C# .NET CF for windows mobile?

We have a piece of legacy code in C# .NET, targetted for the Compact Framework. We would like to turn this code into an ActiveX control, which has to run on the .NET Compact Framework under Windows ...
0
votes
4answers
677 views

Disable pan and zoom on Windows Mobile Explorer 6

I have a web page that is used with mobile devices to take signatures, but the signature component doesn't work well in windows mobile 6. When moving the stylus across the component, the screen will ...
0
votes
1answer
625 views

AxWindowsMediaPlayer does not play audio/video from url?

HI, I am using activeXMediaPlayer to play files from url but each time I pass a url to it shows the message , "either the file is corrupted or player does not support the file format u are playing." ...