| Thread | Last Post | Replies |
|
| Reduce EXE Size for Emulator | 30 Jun 2008 19:17 GMT | 2 |
I've got a small app (658 kb) that I need to test on the Pocket PC 2003 Emulator. By default, the emulator only includes 24 MB of RAM. Whenever I try to run my app through VS2005, it copies over whatever it
|
| Release Dll Problem - Optimization Issue | 30 Jun 2008 13:49 GMT | 1 |
I have a dll in C++ which I call in embedded visual basic. It works perfectly fine in the Debug Mode and the Release Mode (with all optimizations disabled). The problem occurs when I try to make the release version of the DLL
|
| Migration issues | 29 Jun 2008 03:17 GMT | 6 |
We have this project written in C++ with EVC 4 for WinCE 4.2. It works smoothly and well. Recently, our customer wanted to buy new machines with Windows Mobile 5, so they asked us to migrate it. So we did. For the most part, it works well. We had some issues with pre-standard
|
| Can we develop a J2ME application and deploy it on Windows Mobile? | 27 Jun 2008 17:28 GMT | 6 |
Hello Developers, I have a question, Can we develop a J2ME application and deploy it on Windows Mobile? If so, what is the preferred IDE/JDE to develop J2ME application and what do
|
| C# toolbar stuck on bottom of screen | 26 Jun 2008 19:37 GMT | 5 |
Using VS2005, C#, How can I get the toolbar to appear at the top of the display rather than at the bottom by the SIP ? Is a custom toolbar needed? If so, where do I start? Thanks for any suggestions.
|
| Proxy and Windows Socket API | 26 Jun 2008 12:08 GMT | 1 |
I would like to know if there is an API to connect a socket (windows socket) through a proxy server ? (The connection is not necessarily HTTP or FTP) Best regards
|
| Detect internet connection? | 26 Jun 2008 11:50 GMT | 3 |
Is there a way to detect if the device already has an active internet connection, regardless of the connection type - wifi, gprs, activesync... I guess I could just try to estabilish a socket connection using a url, but that's not very elegant. Besides, it would be great to be ...
|
| How can i check wireless status ? | 26 Jun 2008 11:48 GMT | 1 |
How can i check wireless connection on my application with vb code ? Thank Mr.Erthan Enderson
|
| UDP connection over GPRS/3G fails when Wifi is ON | 26 Jun 2008 11:38 GMT | 1 |
I appreciate very much if anyone can help me or provide some comments. I have posted this same thread on other forum, but I feel this is the most appropriate place to post it. I have a HTC TyTN. With this product, I can send UDP packets to a UDP
|
| Recently accessed files | 26 Jun 2008 09:23 GMT | 4 |
In windows mobile, is it possible to retrieve the recently accessed files? Like in Windows XP(desktop), the files are shown in Recent Documents. Is there any API to retrieve the list of recent files stored? Or any registry key stores these values? Please let me know
|
| Sleep() time doubled when using emulator | 26 Jun 2008 00:05 GMT | 2 |
I'm using the Sleep() function in an EVC 4.0 project that I'm testing on Pocket PC 2003 and Smartphone 2003 emulators. On both emulators a call to Sleep(30000) takes 60 seconds to return instead of 30. Has anyone seen this behavior before? Is it just something related to the
|
| How to change wallpaper? | 25 Jun 2008 22:23 GMT | 2 |
How do i go about changing the PocketPcs wallpaper in code? Currently running Windows Mobile 6. Would like to use VB.net, can do C#.net if its needed. I have done a lot of searching using google and I have gotten no where on
|
| P/Invoke SndPlaySync EntryPoint? | 25 Jun 2008 19:30 GMT | 6 |
I have added the "aygshell" reference to SndPlaySync to my Pocket PC 2003 project using: [code] [DllImport("aygshell.dll", SetLastError = true)]
|
| Problem reading e-mial attachments | 25 Jun 2008 13:59 GMT | 2 |
I'm trying to read e-mail attachments by following instructions at: http://msdn.microsoft.com/enus/library/ms838293.aspx#ppc_2002part3_topic3 I get attachment size from PR_ATTACH_SIZE properly. When I call OpenAttach it succeeds and gives me an IStream pointer. But stream size is ...
|
| How to setup barcode scanning from Pocket PC? | 24 Jun 2008 16:36 GMT | 11 |
I have a web application which update database when the user scanner barcode from Pocket PC (windows mobil 5.0). What settings should I do to enable the scanner function for Pocket PC? I use symbol pocket pc browser 2.0. Thanks for any helps.
|