windows-mobile

Popular .NET Compact Framework open source applications / components

In my company I am responsible for the development of a .NET CF application which runs on top of Windows CE. We have invested much time in the development of a GUI framework, a top-level design which handles authorizations and navigation on the device, a IoC customer, ... Now I was wondering if there are any other projects which show ki...

Transferring Win32 API WndProc Key messages from one window to the other

Hello, I'm developing for Windows Mobile in C++, and i'm running into a problem - I added my window class, and in it i handle the keyboard input with my WndProc implementation. The problem is that i'm getting the wrong codes, and identifying keys such as the func key incorrectly. And to make it worse, the values i'm getting (the wParam o...

Should I make my mobile application for Mobile 6 or Moible 5?

Hi I am going to be making a small application very soon. I am wondering would it be better to go and make it for 6.0 or should I make it for 5.0? I don't know much about both versions but I guessing that 5.0 would allow my software to be installed on more phones as opposed to using 6.0 what would work only one 6.0 phones. I am not su...

Windows Mobile Gradient Fill Button - UserControl vs Subclassing Button

Hi, I've started looking at Windows Mobile development and I'm struggling to make a pleasing UI using the default controls (they really are ugly). I've looked at a handful of UI 'frameworks' and they are either costly or complex (my needs are simple). So I've decided to write my own controls. Taking a rounded rectangle gradient filled ...

How to get the Displayed Webpage source

Hi, how can i get the web-page source displayed on a web-browser control, either in c# or Win32.even ATL COM also fine. i mean.. i dont want to create new "HTTPReqest" or "openURL" to get source.. i want to get the source from the control only..is it possible for windows mobile.. if so how?.. please let me know. Thank u ...

Transferring Win32 API WndProc Key messages from one window to the other OR keyboard problem with Windows Mobile Win32 API

Hi - I'm posting this question again - as i got some potentially useful comments on my question, but unfortunately when i replied to the comments i got no answers. It seems that unless i post the question again, no one will look at it. Sorry if this is against StackOverFlow moral code - If it is - Then what is the way to resurface a ques...

how to develope a application for recording voice in windows Mobile using TAPI

Now i am developing one application for Samsung mobile.In this i faced problem at recording voice ...

Internet connectivity problem in windows mobile?

Hi, I am trying to connect my htc phone to the wi-fi. Though my phone shows connected to the network and get the IP address also but it does give me access to internet. I have checked all possible settings and matched that i have also selected WPA2-PSK (AES) as shown in my pcs settings. But hard luck I am not able to connect to the inte...

sending USSD in C#?

Hi, I want to write a simple c# application runs on windows mobile 6 which can send USSD messages Is there any library that could help me in doing this?? or is there any examples that explains how to use lineSendUSSD thanks ...

Help needed on Uploading Files in windows mobile

I have an desktop application running on my desktop. I need to send the file path to the CGI script running at server. CGI script taks the file path and upload the contents from my machine. I tried to send the file path through httppost method; it is not working - can any one suggest me how to do.. methods I have tried are: WebClient ...

WebBrowser control from ATL to c#

Hi, In ATL if I create webbrowser control using IWebBrowser2, it works great in Windows Mobile. I am able to visit all sites, progress bar comes, everything is fine.. rest of UI content I can't do in ATL, since it's time consuming. I would like to go for c#. can any one suggest me how to make ATL activex control and use it in c#. Thank...

Custom listview control for windows mobile in c#

I need to develop a custom listview control (ie, i need two labels and a progress bar in each list item) . I am new to windows mobile so please help me with code samples. ...

How do I support different Screen sizes in Windows Mobile?

Hello, I´m writing a Compact Framework Application for Windows Mobile 6.5. The Application will be sold in the Windowsphone Marketplace. To do so, I have to support the various Screen sizes and resolutions...but how do I do this? Is there a best practice or so? I use mainly standard controls but a Background Image in the Mainform...do I...

Determine Mobile Internet Explorer version

I need to determine the version of Mobile Internet Explorer on a Windows Mobile 6.1 device. So that I can report the same user-agent string as is being used by Mobile Internet Explorer. The user-agent string format has recently been changed to include version information. My application is running on the Windows Mobile device creating...

Windows Mobile: how do I know if I have a GPS installed?

Hello! I'm developing a Windows Mobile 5.0 and above application with C#, .NET Compact Framework 2.0 SP2. How do I know if I have a GPS installed? Is it possible? Thank you. ...

Is some one know how to switch between Host and Client mode in PPC - motorola mc75 ?

hi Is some one know how to switch between USB Host and USB Client mode in PPC - motorola mc75 ? (in C# code) thank's for any help ...

Slow playing of Mp3 in Windows Mobile 6 SndPlaySync

Hi - I'm trying to play mp3 files from my winows mobile application using the newly supported mp3-playing function SndPlaySync ( also tried SndPlayAsync ). I made the simplest program, just attached the function to a WM_KEYDOWN event. ( code attached below ). But stil there is always 0.5-2 seconds of wait before the program plays the mp3...

Upload file to server in Windows mobile C# project.

Hi All, We have a setup of server and windows mobile device as a client. In server CSI script ready to accept single file from client. In Desktop we have use WebClient.UploadFile method to upload file to server, but in windows mobile this isn't implemented, till now we haven't found any alternative method to achieve same. Thanks in...

Upload file suggested by microsoft doest work for me in CGI.

Hi all, we would like to upload a .zip file in windows mobile to .cgi script running at server. in desktop we have "Webclient.uploadfile" API, it does't support in winmo. do we have any alternative methods to upload file in windows mobile.. we tried a sample method suggested by Microsoft,but it doesnt work for our CGI script. please le...

PlaySound much faster than SoundPlaySync, windows mobile 6

Hi, i'm trying to play mp3 files using the SoundPlaySync function. ( Mp3 playing was not supported in windows mobile 5-). I narrowed down the problem - Even when i try playing .wav files, using playsound ( with a sync flag ), and then try to play them using SndPlaySync, SndPlaySync takes more than double the time to react. ( which caus...