I have a application developed based on Compact Framework 1.0. I can run it, on Operating Systems that version number is smaller than Windows Mobile 6.1
But I can't use it on Windows Mobile 6.1 and 6.5.
Before installing app, I install these cabs:
1 - netcf.all.wce4.ARMV4I
2 - sqlce20.ppc.wce5.armv4i
3 - sqlce20.dev.ppc.wce5.armv4i
...
Hi,
I am very new to XNA framework. I am writing a sample application in XNA for windows phone 7.
presently I am facing a problem.
In the sample, i am loading a Texture2D and dispose it in the next line and assign it to null. Again I load the same image to the same member variable. But in the draw I get ObjectDisposedException.
If ...
Hi,
I would like to create a windows mobile application (6.5) which connect to a webservice via GPRS hosted on my server at home. The webservice was tested successfully using a windows application.
Can someone please guide me what should I do because I have no idea of how to proceed.
Some code will be very appreciated.
thanks
...
I would like to know what are the options for intercepting an SMS.
I want to be able to launch some code to handle the SMS when it is received.
Any advise on whether this is technically possible and what options I have if there is more than one way, would be greatly appreciated.
Thanks
Paul
...
Hi.
In Windows mobile 5 I had a link (lnk file) wich cointained : 255#"\windows\rnaapp.exe" -e"test". Using that lnk file I was able to dial a connection that I named "test" (In WM 5.0).
Now I got a Samsung bt7610 with WM 6.5, and when I use my lnk file, it frezzes pop-up windows and makes no connection.
My guess is that there was ...
Is it possible to update the WP7 lock screen in code? I want to write an application that allows me to download new background images. I would like to be able to update the lock screen (background
) image directly from this application.
...
Hello, How can I set/change the version number of my builds in my windows mobile 6.1 professional application? I create a cab file, and I want to understnad the differnce between builds.
...
As stated by Microsoft, it's not possible to programatically navigate from the main page. I have a EULA page that I need to show if the user is using the app for the first time. My plan was to determine on the main page if the app has been used before. If not, I had planned to navigate to the EULA page, but this is not possible. How can ...
I'm writing a c# application that requires user authentication.
When the user hits the log in button, quite a bit of stuff is done in the background, but I'm having trouble informing the user that something is happening, and that the program isn't just frozen.
I have some hidden text fields that I would like to have show up after they ...
Hi,
I am using Visual studio 2005 for my development. I am doing a smart device application using Visual C++ MFC.
I had an application runnning perfectly on a device with ARMV4, till recently we receive a new Device with ARMV4I. the application is running on the new device but some features are not working, mainly serial port communi...
Hi,
How do I programmatically show the waiting icon on Windows Mobile 6?
It should be easy to do, but I could not google it since there are so many waiting icon replacements out there... :-)
Thanks,
Adrian
...
I am trying to make my application load hidden when windows loads. I have created a shortcut with a parameter and I am trying to hide the form if the parameter equals to "WINDOWS". But the Form is ALWAYS shown regardless I hide the form or set the visibility to false. How do i get about doing this?
[MTAThread]
static void Main(s...
I'm creating .NET application which connects to WindowsCE device using Active Sync. I'm using OpenNETCF.Desktop.Communication.dll library to connect via RAPI but I didn't find any way to install the certificate on the mobile device.
...
Hi,
I have a mobile application that calls a webservice, but I am getting the error "Unable to read data from the transport connection" when calling the webservice.
Note that when using a wi-fi connection, it works just fine!
Also connection to the internet with the mobile device is good - can access the asmx page of the webservice.
A...
I can't seem to find a solution to this issue. I'm trying to get my Compact Framework application on Windows Mobile 6 to have the ability to move a file on its local filesystem to another system.
Here's the solutions I'm aware of:
FTP - Problem with that is most of
the APIs are way to expensive to use.
HTTP PUT - As far as I have been...
Hi,
I had a windows mobile application running for ARMV4 (Pocket PC 2003)
We got a new device XXXCE6 (ARMV4I), we need to compile the application for it, we followed these steps:
install the Device SDK
Build-> configurartion manager
choose NEW from active solution platform
for New Solutin platform we have chosen XXXCE6 (ARMV4I) , an...
Hi,
I'm looking for a way to create a small installer for Windows Mobile 5.0 and higher applications that contains my software and loads appropriate .NET CF 3.5 CABs. At the same time I also do not want to bloat my installer unnecessarily.
The .NET Compact Framework 3.5 redistributable is over 33 MB large. Is all of this really require...
hi
if i have this position: 32.226743,34.747009
and i need to know that i in the range of 10 meter from this position
how to know this ?
(i work on C# Windows-mobile 2005)
thank's in advance
...
Hi
can someone show me how I can use the SqlCeResultSet.Seek method with a composite index?
I am trying to seek on orderno+product code
my sqlce table has the following index:
CREATE INDEX orderline_idx ON OrderLines ( orderno,item )
My seek code is
public bool SeekDeliveryLine(string delnote,string item)
{
bool isF...
I have a Java app which needs to interact with the camera on a Windows Mobile device. I have written the Java Code and the Native code and it all works fine. The problem I am having now is that I want to start passing variables from Java to the Native code, e.g. the directory and file name to use for the photo.
The native code uses a ...