| Thread | Last Post | Replies |
|
| Device Type from evc++ | 16 Mar 2005 11:47 GMT | 5 |
How can I determine the device type? like 2002/2003/2003SE etc from evc++
|
| waveOutGetPosition bug with TIME_MS | 16 Mar 2005 05:56 GMT | 6 |
I recently discovered a bug in waveOutGetPosition on some (maybe all?) Pocket PC's. The bug is the following: When position.wType = TIME_MS, a call to waveOutGetPosition(wave_handle,
|
| Namespace or type 'Compatibility' in the project-level Imports 'Microsoft.VisualBasic.Compatibility' cannot be found. | 16 Mar 2005 00:50 GMT | 2 |
I found there is one dll which is Microsoft.VisualBasic.Compatibility... i remove that one, and now there is a error message Namespace or type 'Compatibility' in the project-level Imports 'Microsoft.VisualBasic.Compatibility' cannot be found.
|
| VS.NET 2005:Problem with deploy... | 16 Mar 2005 00:37 GMT | 1 |
I'm using Visual Studio 2005 beta1, but I can't deploy my app because the application requires a newest version of CF.NET. I've installed CF.NET SP3 on my device, but it always the same. What can I do to fix this throuble?
|
| change tab page | 15 Mar 2005 23:00 GMT | 3 |
I am trying to programatically change the tab page on a tab control. I know that on a windows form I could use something like: Me.TabControl1.SelectedTab = Me.TabControl1.TabPages(1) but the SelectedTab object does not seem to be available for pocket pc
|
| How to send the file to the emulator in VS2003(C#) | 15 Mar 2005 21:51 GMT | 4 |
I have an xml file that my app needs to process ,I know that emulator is using an image to manage all its system files but I don't know how to send it to that image. Thanks for your help
|
| does anyone know if this is possible? | 15 Mar 2005 21:11 GMT | 3 |
can anyone help me out and tell me if it is possible to do the following: on wireless-enabled pda's there is a little icon on the bottom right of the desktop that turns it ON / OFF. can this be controlled programatically?
|
| Can not Connect Active Sync 3.8 .NET 2003 Professional. | 15 Mar 2005 21:06 GMT | 2 |
I have the .NET installed 2003 Professional. Before having installed it had the version Activate Sync 3.7.1, and now I have installed the new version 3.8, but already I cannot connect and debugged from the environment .NET . The .NET environment says that I cannot connect to the ...
|
| WS_VISIBLE | 15 Mar 2005 20:44 GMT | 4 |
I'm sorry if this question is so trivial for most of you, but I'm a beginer in eVc. I was looking for the answer in the forum, but I couldn't find it. I want to make visible/invisible a simple buttom, for that, I have this code: void CPinDlg::OnContinuo()
|
| SDK bluetooth for Windows mobile using .NET | 15 Mar 2005 18:45 GMT | 4 |
dear friends, where can I found the SDK bluetooth for Windows mobile using .NET so I can discover, connect, and send a file to other device. or any other suggestions??
|
| Sharing common library for Smart Device and Windows Application | 15 Mar 2005 18:15 GMT | 4 |
I'm going to develop an application in VB.Net that can be run in both PPC and Windows. In general, a Smart Device applicaiton can be execute directly in Windows, however, due to the limitation in Smart Device, I'd like to enhance the presentation in Windows version.
|
| pIE Web Development - Two JavaScript commands, one event | 15 Mar 2005 17:53 GMT | 3 |
Does anyone know of a way to have two javascript commands run from one event under Pocket Internet Explorer? My code runs fine on IE6, but under pIE only the first command in function mmmmPie() fires. Many Thanks
|
| WCE x86 missing from dropdown in eVC3 | 15 Mar 2005 17:37 GMT | 3 |
I need to do some PPC2002 development so downloaded "Embedded Visual Tools" and installed eVC3 together with PPC2002 and Smartphone2002 SDK's. Can compile etc OK but when I try and run the PPC emulator I get the
|
| embed a Pocket IE browser into a form | 15 Mar 2005 17:02 GMT | 1 |
I am developing an application running on Pocket PC 2003. I want to embed a Pocket IE browser into a form in a smart device project, how can i finish this task?Thank you very much!
|
| Programmatically dismiss (or detect) displayed menu | 15 Mar 2005 14:25 GMT | 2 |
Is there a good way to programmatically dismiss a displayed popup menu when a child dialog is to be run? I have a dialog based MFC application that runs on a Pocket PC 2003. The application has a menu bar that gets inserted in the OnInitDialog() method.
|