hi
i work with OpenNETCF.Desktop.Communication.dll (RAPI) to connect
between PC and Windows mobile in my C# program.
in Windows xp it work's excellent, but in windows 7 i get this error:
Unable to load DLL 'rapi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
in windows xp i install ActiveSync but...
I am interested in writing an app that will intercept an outgoing SMS message and process it in some way before it is sent. Is that possible in the .NET compact framework? I have seen documentation to intercept and incoming SMS but not outging. If it is not possible in .NET, is there some other way that It can be done?
...
Hello.
I'm developing a Windows Mobile application that uses Bing Maps Web Service to show user's position on it.
I think I have a problem if the user hasn't got internet service on his mobile, so I think I can cache the tiles of a city, for example, so the user doesn't need to be online to use my application.
Is this possible? How ca...
I need to create a Windows 6.1 mobile installer that will install a small C# application. The installer also needs to be able to copy a .properties file into the installation directory. Any ideas on what the best way to do this would be?
I suspect that Visual Studio 2008 supports this but is there any other way? Do any open source ...
Hello.
I'm developing a Windows Mobile application with C# and .NET Compact Framework.
I want to fill a Bitmap with an image that it's smaller. To fill this new Bitmap I want to repeat the image horizontally and vertically until the bitmap it is completely fill.
How can I do that?
Thank you!
...
I'm experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. Any suggestions on how to do this?
Google Maps API doesn't seem to support Windows Mobile. Guess I could try using Google Static Maps, but...
We have a Java application running on the JBed JVM on Windows mobile 6.1.
When it loses connectivity the application is taking a long time (8 - 10 minutes) to re-establish VPN network connectivity, despite the fact that other applications can see the VPN far sooner (roughly 2 - 3 minutes).
From our application logs we can see that two ...
I am interested in a J2ME to native WinMo converter (6.x, optionally 5.x). I have a working LWUIT application, using the following J2ME APIS:
MIDP 2.0, CLDC 1.1,
Optional (=runs also if JSR not supported, dynamic discovery):
JSR 179 Location
Personal Information Management (75)
FileConnection (75)
Wireless Messaging API (120),
Mobil...
Hello.
I trying to make a Control that inherits from System.Windows.Form.Label that can resize to fit its text.
I'm trying to override OnTextChanged method to use System.Drawing.Graphics.MeasureString to know the new size of the control, but I don't know how to obtain Graphics on OnTextChanged method?
Any advice?
Thank you!
...
I've created a Windows Mobile application that opens, edits and closes a data file format. There're a couple of features I'd like to implemenet but I'm not sure how to go about it.
Create a file association so my data files have a custom icon.
Process the command line (if there is one) of my application so the user can select a data f...
Is it possible to specify the application icon for a windows mobile app from a resource file or other configuration besides the .csproj?
The reason I would like to do this is because I have an application that can be configured to run in several different ways. We would like to build out three unique .cabs based on these configurations...
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 pan.
I have reduced the viewport size using
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"...
Hi, I'm trying to compile a small Qt application for windows Mobile 5.
so I've few questions:
currently i'm using ubuntu 9.10, I've hear some thing about cross-compilation but I din't found a real example of have to do it. Will it be possible to compile from linux?
How to compile an application for mobile anywhere(windows(VS, mingw,et...
Hi All,
i Downloaded BingWM6.CAB from http://mobile.search.live.com/client/download%5Fmanual.aspx for bing maps showing in windows mobile.
I installed that application in windows mobile emulator its working fine but i need to know which services are using for accessing map controls and posing locations on map control?
I tried but i di...
Hello!
I'm developing a Windows Mobile WinForm app with C# and .Net Compact Framework 2.0 SP2.
I have a control that inhertit from System.Windows.Form.Control that I want to make private Size property. How can I do that?
I've tried this:
new private Size;
But it doesn't compile.
Any idea?
...
Hi,
i have problem of uploading zip file ot server from my windows mobile..
in server the .zip file is getting created,if i open file its telling unable to open and its corrupted
here is code
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(uploadUrl);
req.Method = "PUT";
req.AllowWriteStreamBuffering = true;
...
hi
i have a windows CE 5.0 emulator, i run it with C:\Program Files\Microsoft Device Emulator\1.0\DeviceEmulator.exe
when i close the emulator it asks me if i want to save its state... i ANSWER YES but it kinda frezees and it doesn't save anything so next time i have to set everything again (like i have to install again sqlserver CE)
d...
Hi all,
I am searching for
How to use map control on windows mobile 6?
Which service i have to use for this?
Can any one help me?
Thanks.
...
Hi ,
I want to programatically access the sms from a palm treo 750.
Is sms are stored in palm treo 750 in a different from other windows mobile phones?
I am using mapi.lib.
Thanks in advance
...
Hi all,
i have problem in sending zip file in network.. all other formats i am able to send except .zip..
i tried a lot i dont no how to do this.. the code i have written at client side to upload file, this is suggested by microsoft here is the link
i am able to create zip file, if i try to open it says corrupted..size of the file al...