-
- Function of List Box
by rosicky1234
- 8 Replies
- Last post
by Patrick Getzmann
- I would like ask how can I default some strings in list box,
i.e. when the list box is shown, there is some default strings here.
-
- serial port error on power off/on
by vamsikg
- 2 Replies
- Last post
by Bob Schaefer
- Hi
I am new to .netCF. can any one help me how to handle serial port when PPC is powered off/On.
I am using PocketPCPowermanagement to get the event when the PPC is turned off/On. but i am not able to handle the serial port.
I am trying to SerialPort.Close() , serialPort.Open() but some how these methods are not working. Will any one please help me in fixing the problem. Its v
-
- Bluetooth Programming
by MuhemmedIrfan
- 2 Replies
- Last post
by Zero Dai - MSFT
- Hi, I am trying to connect my PDA with a microcontroller using bluetooth. I have programmed the controller so that it can connect to another bluetooth device. My problem is to program my PDA. Unfortunately i am not much aware of C++. i can program in visual c#. i would appreciate if anyone could help on how can i program my PDA for bluetooth tranmission.
-
- can i uninstall Emulator 1.0 and keep emulator 2.0 ?
by Ronan_esm
- 2 Replies
- Last post
by Ronan_esm
- I am about to remove emulator 1.0 from my test framework (60 machines), and i only keep emulator 2.0. preview. Is emulator 2.0 really independant from the first one, or will this operation lead to some problems I tried it on a test workstation, and apparently the emulator is still working, but i don't want to face some hidden problems later. Thank's
-
- Write EXIF GPS Values in JPG files
by mferrero
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hi,
I'm developing a native C Win32 application for Windows Mobile GPS and camera phones, where I need to write GPS values into the EXIF header of the photo taken using the SHCameraCapture native function.
I understood GDI+ can provide the SetPropertyItem method to set PropertyTagGpsLatitude and PropertyTagGpsLongitude, but since this is MFC I cannot use it in my application.
Am I wrong
-
- DirectShow baseclass header problems targeting Windows Mobile 5.0
by StMg
- 2 Replies
- Last post
by tomcxh
- I'm developing on Visual Studio 2005 w/SP1 under Vista
I'm porting a C++ directshow filter from X86 arch. to ARM5T / Windows Mobile 5.0
using the Windows Mobile 6 Standard SDK
My problem is that when I compile the typical DirectX baseclasses that I used with the X86 filter under the Windows Mobile environment I get header problems like the following:
1>.\dllsetup.h(44) :
-
- How to get TOC infomation for CD (not Eject Device) and DeviceIoControl Error question
by Newtype99
- 1 Replies
- Last post
by AlexFeinman
- I making audio cd player that use DeviceIoControl.(IOCTL_CDROM_RAW_READ code used)
I read 8 sectors at once.
But program playing music occur error ( error code 1110 and error code 23)
I'm not eject disc and not media changed..
What is this cause
Anothor question is about audio disc Toc infomation.
How get Toc Information (not Disc Eject)
For example..
I burned Di
-
- Standalone Device Emulator Install
by Shane C
- 1 Replies
- Last post
by Mohit Gogia
- Hello,
I've installed the Standalone Device Emulator 1.0 with Windows Mobile OS Images. I've also installed the VMnet services software. When I attempt to open one of the saved state images from the Start menu I get the following error:
Error: Cannot open file 'C:\Program Files\Microsoft Mobile 5.0 MFSP Emulator images\smartfone.dess'
The file is obviously not there. What else do I n
-
- minimize by code ?
by Quammy _OldProfile_
- 8 Replies
- Last post
by timg_msft
- Hi, how can i minimze a form by code. i still want my form to be on the 'running programs' list. 10X,
-
- My Docked-Undocked code does not seem to be working!
by Lorne Reap
- 3 Replies
- Last post
by Lorne Reap
- I can only find vauge reference to the function of dock, I am begining to understand the concept but can not get the code to function.
Code Snippet
<g:backgro controlImage.src ; break; } }
// scale the gadget according to it's docked state
function dockedState() { System.Gadget.beginTransition(); if (System.Gadget.docked) { document.body.s
-
- Using C# Dll in VC++ Dll
by Sanjay Jain
- 12 Replies
- Last post
by Sanjay Jain
- Hi All,
Could anyone please suggest how I can call the c# dll methods in vc++ dll
Thanks,
-
- Beta of Microsoft Certification Exam 70-540
by howard dierking - MSFT
- 14 Replies
- Last post
by howard dierking - MSFT
- Microsoft Certification Exam 70-540 is available in Beta form right now! This is a Technology Specialist exam for application developers in the mobility space. The Preparation Guide is available for the Exam at: http://www.microsoft.com/learning/exams/70-540.mspx . To register visit one of our independent testing providers: * Thomson Prometric: http://www.prometric.com/ContactUs/T...rs/defau
-
- Transparent PictureBox?
by SenthilNathan
- 4 Replies
- Last post
by Peter Nowak (Germany)
- Hi,
How to make the picturebox as transparent .When i set the property to transparent in netcf 2.0 i can't make it.So how to do this
-
- Execution on Emulator and Real Device, and local storage
by Zoe Elmo
- 1 Replies
- Last post
by R.Trifonov
- *greetings* 1) i am confused over the behavior of the execution on the emulator and real device. i encountered 2 situations as below : i) In the emulator ,the tab button switches well, but it couldn't switch to the intended page when executing in real device, it couldn't display the intended page. ii) In the emulator a connection to Sql server 2000 to retrieve information failed and showed the e
-
- Windows Mobile support for WM_PRINT and WM_PRINTCLIENT
by Peter Vrenken
- 6 Replies
- Last post
by Peter Vrenken
- Hello,
just a single simple question for which i cannot find a decent answer on the MSDN / Forums / Google:
Does Windows Mobile 5 support the use of WM_PRINT and/or WM_PRINTCLIENT messages
I need a image of a Form which can be moved outside of the screen boundaries or hidden behind other forms, but cannot find decent code or hints/tips to make this happen.
Thanks in ad
-
- How memeory is collected declared in static method+memory leak
by Qiuwei
- 4 Replies
- Last post
by Qiuwei
- Hi, there; I am developing application with C#, but I am not clear how memory allocated in static method in a class is collected. For example: class myclass { public static void MyMethod(string arg) { string str1 = "bla"; Class2 obj = new Class2(); string [] str12 = new string[2]; // //Some operation...... // } } So what I mean is, will memory taken by "s
-
- Any updates on a multi-device USB feature for ActiveSync?
by Finkster
- 7 Replies
- Last post
by Finkster
- I know this probably falls outside the scope of issues discussed on this forum, but I am going to ask anyway ¨C in hopes that someone has run into a similer issue and was able to resolve the problem - or - if Microsoft is has a Multi-Device version of ActiveSync in the works.
The company I am contracting with bought a huge number of low-cost (disposable) PDAs (Dell Axims) to be used by Coll
-
- NotSupportedException
by ygcho
- 6 Replies
- Last post
by ygcho
- Hello!
I am developing application program targeting for Windows Mobile 5.0 Pocket PC.
A managed GUI program (VC#) calls functions implemented in unmanaged DLL file (VC++).
When a function implemented in the dll file is called by the GUI program during debugging by deploying to the device, the 'NotSupportedException' error message comes out.
Related codes are as below.
<V
-
- I want to have a button navigating to My Documents
by Deco
- 14 Replies
- Last post
by ahmedilyas
- I want to have Buttons in a VB Form navigating to places like,My Documents, Network Places, My Pictures etc.
Does anone know code for me to be able to do this...
Thanks
-
- Coding call between 2 smartphones ?
by mwolowski
- 5 Replies
- Last post
by Ilya Tumanov
- Has anyone written or has an idea how to write an application that code call between 2 smartphones Is it possible Thanks for replies
-
- Share Folder Error with ActiveSync
by DamsDev2007
- 2 Replies
- Last post
by DamsDev2007
- Hello,
I have a little problem when I want to access to share directory with ActiveSync
In my 2 devices (Windows CE 4.2 and Pocket 2003), I want to connect to a share (in my computer)
I use activesync 4.2.0.
So, I wrote \\SERVER01\ShareDirectory ... and I had this answer :
"Can not find 'ShareDirectory' (or one of it's components.) make sure the path and filename are correct an
-
- stopping the thread
by mohasad
- 14 Replies
- Last post
by mohasad
- hi all , i am working in WM2003 . in that i am not finding any option to stop the thread . in my case , the issue is as follows: 1. i am showing some animation in one thread . 2. i am fetching the information from network in another thread . 3. at the same time i am having a softkey ,when i press that softkey the network fetching should be stopped and return to the main menu. but its not happening
-
- Problems in select items in CListCtrl by code
by catamount
- 5 Replies
- Last post
by Zero Dai - MSFT
- Hi, Expert,
I also found problem in .Net Forms when coding in C#.
I have a ListView (detail mode) and I want to select some related items when an item is cliked.
In the Click event handler, I set some items to selected state.
But when sometimes, these selected items will be unselected automatically.
It's odd.
Is it a bug of Visual Studio or I did the wrong way
-
- What does UNDER_CE stand for?
by shiuu
- 1 Replies
- Last post
by Christopher Fairbairn
- Following snippet is from the code that I am reading.
#ifdef WIN32_PLATFORM_WFSP
#include "resourcesp.h"
#elif WIN32_PLATFORM_PSPC
#include "resourceppc.h"
#elif UNDER_CE
#include "resourcesol.h"
#endif
I understand WIN32_PLATFORM_PSPC is for PocketPC, and WIN32_PLATFORM_WFSP for Smartphone. But What does UNDER_CE stand f
-
- sound?
by ahmedilyas
- 7 Replies
- Last post
by Canalside Studios
- is it possible to play a sound through the standard way on a smart device unfortunatly there is no "compact" direct X and winmm.dll is not standard on the mobile device (cannot find it on the typhoon's C500 (audiovox 5600 )) What other way is there to play standard audio (wave/mp3) on the smart device using .NET CF 1.1 Thanks!