| Thread | Last Post | Replies |
|
| can not debug pocket pc application | 12 Nov 2007 10:26 GMT | 12 |
I am using Visual Studio 2005 to debug a Pocket PC 2003 application on Poacket PC 2003 SE Emulator (I am using ARMV4 architecture). When using F5 to execute the application, the break points I have set before debug (F5) becomes, the information from the break points is,
|
| Hide/sendtoback Application | 11 Nov 2007 20:39 GMT | 5 |
I want to use a function with which I can hide my application (which should work on SP, PPC and CE!). But not just .hide(), I want to send the application to the back, but when the user clicks again on the exe it should pop up again...
|
| Newbie question... | 11 Nov 2007 16:15 GMT | 9 |
I have a PC application that retrieves data from a set of scientific instruments (voltage levels mainly). This data is stored on the PC. I want to be able to display these levels on a WM device with variable update rates ranging from once every 10 seconds (when the instruments ...
|
| Developing a ASP.net website | 11 Nov 2007 13:22 GMT | 1 |
I would like to develop a ASP.net website that runs on Windows Mobile. I would like to use the Visual Web Developer Express to create. Can I test the web page using htp://127.0.0.1? Do I need to install a web server? Which web server I can use?
|
| Anti-Aliased Graphics Primitives | 10 Nov 2007 19:13 GMT | 6 |
Just looking for any code which can draw a filled anti-aliased rounded rectangle. I can draw lots of shapes from this. I am using native win32 c++ and I want the code to be as portable as
|
| Bluetooth on Pocket emulator via Bluetooth-USB-adapter | 09 Nov 2007 20:02 GMT | 4 |
What settings must I setup on Pocket emulator in VS2005 to pass all bluetooth queries to my bluetooth-usb-adapter. I mean I want to test my application used bluetooth on emulator. Thanks.
|
| detect dead processes | 09 Nov 2007 16:54 GMT | 10 |
If my service dll generates HANDLEs to it's clients during a XXX_Initialize call, then how can I detect if their process is dead without polling? I need to do this if they aren't calling XXX_Deinitialize, to free the handle and cleanup. Clients will
|
| deploying native dll to emulator | 09 Nov 2007 05:39 GMT | 1 |
I converted a native C++ WinXp dll VS2003 project into VS2005 targeting platform Windows Mobile 6 Professional SDK. I got it to compile. Now, I'm trying to figure out how to deploy it to the emulator.
|
| How to move between forms? | 08 Nov 2007 13:19 GMT | 5 |
I'm developing an application in c# for a pocket pc with Windows Mobile 5.0. I'm quite new to c#, so forgive me for the newbie question. I thought this is very simple, but I don't succeed. I have two forms, let's call them A and B. At a button click in form A I
|
| Method for the user to close an application | 08 Nov 2007 09:27 GMT | 2 |
I would like to understand the reasoning behind the interface rule that says one should not provide a method for the user to close a Pocket PC application. One Microsoft app that seems to break that rule is the Query Analyzer, that gets installed when I set up SQLServerCE.
|
| Connect to MS SQL Server using .NET Compact Framework | 08 Nov 2007 08:12 GMT | 3 |
I am development a application running in a Pocket PC using VB.Net, I can use System.Data.SqlServerCe to connect to the internal SQL Server Compact, but I find that the System.dll (verion 2.0.6129.0) shipped with WindowsCE does not provide System.Data.SqlClient, and so the ...
|
| how to get the height of scroll dialog in mobile 6(pocket PC)? | 08 Nov 2007 02:33 GMT | 2 |
how to get the height of scroll dialog in mobile 6(pocket PC)? when I use GetWindowRect() function, but it only get the dialog height(not contain the other scroll part). beacuse my dialog had many controls, one screen can't display it.
|
| Building DLL for Windows Mobile 6 SDK | 07 Nov 2007 07:47 GMT | 7 |
After installing WM 6 SDK I can't seem to find any project for building DLLs for WM6 in the EVC 4.0 development enviornment. How can I build DLLs for WM6? Thanks
|
| Waitable Time Support | 07 Nov 2007 01:30 GMT | 6 |
Does anyone know if Microsoft ever plans to provide Waitable Timer support on Windows Mobile? http://msdn2.microsoft.com/en-us/library/ms682492.aspx TIA,
|
| PocketPC FileVersion | 06 Nov 2007 17:50 GMT | 2 |
I'm quite inexperienced in PocketPC development, and I am wondering how to attach version information on my compiled exe? When I go to properties of the project and click on Assembly Information, the File Version is grayed out, though I can give it Assembly Version.
|