Hello,
Im trying to make a TCP client application for a PDA with Windows Mobile 6 Professional.
I tried to make it first on my laptop and it worked. The code for the "smart device" is exaclty the same but it doesn't work.
Here it is the code:
// IP and Port
string IP = "192.168.1.68";
int port = 1000;
// TCP connection
TcpClient conn...
I Want Details Explanation and Code For How To Set MediaElement In Windows Phone 7?
...
I hope this question is not too off-topic, if it is this post can be deleted.
I am a programmer/webdeveloper in mainly Java and PHP. I have some free time on my hand and want to play a little with mobile application development.
Now the first links I found on Google tells me how to build an application using Visual Studio.
I am only ...
So the basic question is in encrypting files in resource constrained devices.
I have used a rather dangerous approach to use two FileStreams, where
FileStream 1 is reading from the file and copying it to a byte array
The contents of the byte array is encrypted.
FileStream 2, writes the bytes back to the same file.
This works fine b...
I have received an url encoding string from the server, e.g http%3a%2f%2fstatic.csbew.com%2f%2fcreative%2fpd_test_pptv%2f320x60.png
I want to decode it to normal url string. I find this method, but this doesn't work on compact framework.
string url = System.Web.HttpUtility.UrlDecode(strURL, Encoding.GetEncoding("GB2312"));
Any idea a...
Source code that compiles fine on other peoples environments won't correctly work in my environment. When I do a rebuild the compile occurs but when visual studio goes to move the exe from /obj/debug/{solution} to /debug/{solution} it cannot find the exe in the /obj/debug/{solution}. To make this even more crazy even after I reinstall ...
I need a method that will make my form move to the top when other forms do not want them to.
I am not talking about myForm.BringToFront or myForm.TopMost.
I am hoping that there is a P/Invoke that I can do to get into the OS and say, "This Form On Top, NO MATTER WHAT".
The reason I am needing this is that I have an app that is occasio...
What's the best way to support WindowsMobile5 (and later) devices while maintaining code compatibility with PocketPC 2003, written in C#? We've got a rather large app in use by a bunch of different customers, roughly split equally between people with actual PPC2003 devices, and the rest newer WinMobile5 or newer -- ie, we have to contin...
Hi
Am not mobile developer or j2ee developer ,
I want some open source , which satisfy my below needs ,
send alert message to mobile ,(2-way communication) ,
Looking free open source ,
Need to store all message(incoming and outgoing messsages) into Database ,
We are not ready to spend money , may be one initial setup cost ready to s...
Hi
I'm building an application that runs on a Windows Mobile device. I'm using Microsoft's Sync Framework to sync the Sql CE database with the main corporate db.
The question is how can I limit the fields that are syncronized? The table in question has stacks of fields but I only need to display a few of them on the mobile device and ...
Hi I know this sounds quite not practical but still I would like to ask: How possible it is to compile a program, originally written in Objective-C for iPhone, to an application that runs on windows mobile?
What I will be doing is to implement the app with C# again. But before that I want to know if there is such cross-compilers that ca...
I'm trying to download a response from a server wich is in Protocol Buffer format from a Windows Phone 7 application.
I'm trying to do this with a WebClient, my problem is the following.
The WebClient has only two method for downloading
DownloadStringAsync(new Uri(url));
and
OpenReadAsync(new Uri(url));
but this two method are...
I'm porting an application from Windows Mobile 2003 to Windows Mobile 6, under Visual Studio 2008. The target device has a VGA resolution screen, and I was surprised to find that the following code fails;
CClientDC ClientDC(this);
CRect Rect;
GetClientRect(&Rect);
int nWidth = Rect.Width(),nHeight = Rect.Height();
CBitmap Temp;
i...
Hi,
I have a WM 6.1 Prof. application that checks updates when user wishes to do so.
I want to check if there is any avaliable connection (GPRS or Wifi) before it attempts to connect to server.
I am also using openNETCF.NET dll here is what I have done but it doesn't work everytime,
also I am not sure which type of connection should ...
dear friends,
i want to save received mms in my pc through data cable or bluetooth automatically.
any one guide me which phone supports functionality like this or is there any specific software available to achieve this?
any help would be appreciated.
...
I Want To add Background Audio When Image Is Displaying .Give Detail Explanation and Sample Code For That One .
...
I am using Silverlight to develop a Windows Phone 7 application. My requirement is when clicking on 1 image then it can be displayed in next page and zoomin that image automatically in that page. In the same way by clicking on another images same approach has to be occur. Give Detail explanation and Code For that One i'm new in windows ...
I Want to Display the Images Dynamically.i'e If Whenever Click On Particular image some more (4 to 5 times)times that can be disappear and new image can be fill this place.in that i want to display the images dynamically in windows phone 7 using silverlight.
...
I Want To Display One Xaml page Image In Another Xaml Page When clicking On It in windows Phone 7 Application Using Silverlight.Give Sample Code for That One.
...
How can i get Contact categories in Windows Mobile? for example Bussiness, Friends, ...
...