windows-mobile

Support of ATL WebBrowser controls in Windows mobile 7.0

Hi All, Just being curious, we would like to know the support for ATL webbrowser control (IWebBrowser2) is available on next windows mobile 7.0 version. Can anybody confirm the same. Thanks, Ramanand ...

Widcomm bluetooth : how to open the virtual COM

Hi! i'm trying to use the Widcomm bluetooth stack by Broadcomm and it should work but there's one thing that still i cannot understand: HOW CAN I AUTOMATICALLY OPEN THE VIRTUAL COM WHEN I NEED TO COMMUNICATE? i am trying to use SPP (Serial Port Profile) but the documentation with the SDK is not so exaustive. PLEASE, I JUST CANNOT USE 3...

SMSAccount Class on Windows Mobile 6.1

Hello everyone! I'm writing an application for a Windows Mobile phone in VB.Net, and I would like to read SMSs from the phone's memory. According to MSDN, the SMSAccount class is what I need: 'SmsAccount Class 'Provides access to a Outlook Mobile Short Message Service (SMS) account, the account's SMS folders, and the SMS messages they ...

Large scale Merge Replication strategy - what can go wrong?

Hi, I'm developing a piece of software that uses Merge Replication and SQL Compact on Windows Mobile 6. At the moment it is running on 5 devices reasonably well. The issues I've come up against are as follows: The schema has had to change a lot, and will continue to have to change as the application evolves. There have been various ...

how do I create a .cab file for adding a bookmark to Windows Mobile 6.5?

how do I create a .cab file for adding a bookmark to Windows Mobile 6.5? ...

Hosting ActiveX Controls in the .NET Compact Framework 2.0

Hi All, 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 AxImp.exe we are unable to get the webview.dll from the windows mobile device, now how shall we proceed further, please help. T...

windows mobile error log

Developing a windows mobile 5 .net cf 2 application. Using the error log generator documented here: Error Logging Link My simple question is WHERE are the error log files actually stored on the mobile device? Google doesn't seem to be much help. Thanks in advance. ...

Windows Mobile Development: Pocket PC AND Smart Phone or Pocket PC Only??

Developing an application with impressive and a little complex GUI is quite easy for Pocket PC platform. But if I want the same application to run on SmartPhone platform as well, I need to make extensive changes in my application. Smart Phone doesn't even support radio buttons. I want my application be usable on as many mobiles as poss...

WinInet and SOAP

Hoi, I tried to create a soap request using the WinInet API, however adding headers with SOAP etc seems to fail. Is this a known issue or can WinInet not be used for SOAP? Any help or sample is highly appreciated. Jasper ...

Web Services only connecting to Trusted Devices

I am on a project that uses web services to communicate with hand held devices (Symbol MC70s running windows mobile 5). We need to make sure that others on the internet can't connect to the web services and start sending info. I have made a certificate so that the hand held will only connect to my services, but I don't know how to make...

How to communicate between a .NET EXE and COM EXE?

I have a .NET EXE and ATL COM EXE in Windows Mobile. I need to communicate between them. I.e my ATL EXE launches the .NET EXE. The .NET EXE should send a message to the ATL EXE that the processing is completed or exited. How can I do that? How to communicate between the two separate process? ...

Changing [X] to OK on form in Windows CE .NET 4.2 in .NET application

I have a .NET application that is being targeted to run on Windows Mobile 5 and Windows CE .NET 4.2 and there are some minor differences between how forms display that I'm trying to converge. On the WM device a form will display with an "ok" button in the top right while on CE the same form will show an "X". Is there anyway on CE to ...

Compact Framework and ClearType text

Is there a way to use ClearType text in an application using the .NET Compact Framework? ...

On what .NET Framework(s) is DotNetOpenAuth available?

Most (all?) OAuth resources - both information about the protocol and code libraries for easily using them in your own applications - one seems to find on the internet seem to assume the application you are using it in is a web application. I would however like to start using OAuth in my windows mobile Twitter client for interactions wi...

In Visual Studio how can I load a .png image from the project Resources folder?

Hey Guys, Thanks for reading! I am trying to develop an application for a windows mobile pda but am having a problem with getting .png images from a resource folder. I have a number of images in the project Resources folder, and all I want to do draw an image box programmatically (i.e just using code) with a background image from the pr...

CF.NET Smooth-Scrolling Panel -- bitblt is coming up blank

I'm trying to write a panel in CF.NET that allows me to scroll the contents inside without flickering. I thought I'd try having a WrapperPanel class that contains another panel with the actual contents. Then I'd bitblt the contents of the interior panel to the wrapper based on the scrolling position. But the bitblt isn't working for m...

Use WebRequest localy causes exceptions

Hello ! Right now I am working with my first Windows Mobile project and I have an odd problem.. I am using WebRequest to download some images from Internet - on my mobile it works but in debugger I have socket exceptions. string url = "http://new.meteo.pl/um/metco/mgram_pict.php?ntype=0u&fdate=2010011006&row=381&col=199&...

Deploying OpenGL Applications on Windows Mobile

What is involved with deploying OpenGL applications on a Windows Mobile device? Obviously we can't assume that all the devices have existing OpenGL drivers. Are there any best practices? Would it be reasonable to expect to be able to use this for something other than hobby type applications? ...

.NET applications sometimes doesn’t work on Windows CE

Hi, I write applications for Windowe ME and CE in C# .NET 2.0. Sometimes I’ve got problems because applications don’t work on some navigation devices. On Windowe ME it is not problem because .NET can be installed from a cab, but on most Windows CE devices it is impossible because after soft reset all changes disappear. I found out that ...

How to download WebView.dll from windows mobile to desktop.

Dear All, 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 directory (\Windows\WebView.dll). Currently we are unable to download the WebView.dll from mobile device, please guide us further...