| Thread | Last Post | Replies |
|
| ipconfig for PPC | 23 Oct 2006 20:14 GMT | 1 |
I have a Pocket PC 2003 SE (Windows Mobile 2003 Second Edition ) with Windows CE 4.21. Is there an utility I can install which provides ipconfig and other NT command prompt apps ?
|
| install .NET CF on PPC | 23 Oct 2006 18:40 GMT | 2 |
I need to install Microsoft® .NET Compact Framework 2.0 Redistributable on a Pocket PC device. Is it necessary to copy NETCFSetupv2.msi to the PPC and run it on the PPC ? Or is it somehow possible to perform the installation over ActiveSync 4.2 ?
|
| eVC: Starting other app and writing a file | 23 Oct 2006 15:09 GMT | 7 |
I'm normally a .NET-Coder für CF, so I am kind'a new to eVC. I need a very small application which only function is: Start executing another application
|
| newbie problem with sql express | 23 Oct 2006 14:38 GMT | 2 |
Hi guys!! Im new at this wonderful world, im triying to connect a pocket pc to a sql express server, but i cant do it =( And when i try to connect to a sql 2000 standar it was successful, is it a
|
| Find process | 23 Oct 2006 14:22 GMT | 2 |
I am writing an application using the .NET CF2. The purpose of this app is to provide a means of starting and terminating a certain background process. I can start the process using the process.start method. The problem is that I have no way of knowing whether the process is ...
|
| VS2005 CAB file won't overwrite | 23 Oct 2006 10:00 GMT | 1 |
I created a CAB file in VS2005 to install my application, but it won't overwrite the app on the PDA if it already exists. The only way is for me to manually erase the existing file and shortcut. I used the instructions I found here:
|
| implementing DOM using XHTML in wap browsers | 23 Oct 2006 09:43 GMT | 1 |
Is there any way to implement dom declerations (like add to favorites, form fields handling etc..) when developing a xhtml wap site for wap browsers doesn't support scripting languages?
|
| Training Videos | 22 Oct 2006 11:42 GMT | 3 |
I have deployed several windows mobile applications for the various clients, and normally that includes a day or two at their office to train them on how to use the devices. I am looking for a training video that I can send out to them prior to my arrival to shorten the trips ...
|
| Restore original factory settings | 20 Oct 2006 20:54 GMT | 2 |
How we can programatically Restore original factory settings in windows mobile 5 pocket PC. I have used SetCleanRebootFlag() and KernelIoControl.But its only rebooting/soft resetting the device. Any thoughts?
|
| Pogress Bar in RAPI accessing the SD card. | 20 Oct 2006 13:28 GMT | 3 |
I need to create a Progress bar to send one file to the SD card in the Pocket PC. I need to show the progress related to the size of the file. There is a method in RAPI called copyFileToDevice() but it blocks the code until the file is over. I could not find a way to show the ...
|
| Turn on/off the backlight | 20 Oct 2006 12:52 GMT | 1 |
I want to turn on/off the backlight in my application function and the function must follow the Settings->Backlight->(time value in turn off backlight if device is not used for). I use RegSetValueEx to change the BatteryTimeout value. but it's
|
| Timer event problem | 20 Oct 2006 12:43 GMT | 2 |
I have notices a strange behavior using both the System.Windows.Forms.Timer and the System.Threading.Timer objects. I have WM2003SE application developed on VS2005. This application contains a timer, which is setup to expire exactly 1 mimute after it has been started
|
| Today Plugin Scrollbar | 20 Oct 2006 10:41 GMT | 4 |
I have this problem: i'm creating a Today Plugin for Windows Mobile 2005 using Win32 API Visual C and i'm having dificulties with the ScrollBar that appears when passing from Portrait->Landscape->Portrait. I'm using
|
| Cconnection Manager | 20 Oct 2006 09:41 GMT | 3 |
Can anyone shed some light on this problem? We connect GPRS through Connection Manager and all is fine until the gprs link is lost but connection manager still shows us connected so won't let us reconnect. If we reset the device then works fine again. Is there a way to
|
| verical menu | 20 Oct 2006 03:16 GMT | 5 |
I have tried to use aMenu = New MenuItem aMenu.Text = "Hello" mainMenu1.MenuItems.Add(aMenu)
|