-
- SoapServerMessage class not in CF?
by dabd
- 0 Replies
- Last post
by dabd
- I am trying to write a SoapExtension for my CF application but the class SoapServerMessage is not available in CF. Any workaround for this Thanks.
-
- UC Client SDK Enabling an endpoint to OCS 2007 fails
by T.Ramesh
- 6 Replies
- Last post
by Shweta Naik
- Hello,
I just started working with the UC Client SDK 1.0 and noticing a failure when trying to enable a endpoint.
The IUCCPlatform.Initialize() is successful and CreateEndpoint() returns a valid endpoint. The CreateSignallingServer() also returns a valid interface. However, after calling endpoint.Enable() the OnEnable() asynchronous callback has a StatusCode < 0 indicating a fail
-
- Invoking Beep on Pocket PC using C# Help please
by Muralee22
- 14 Replies
- Last post
by Archanakari
- Hi,
Am developing an application where i have to alert a Beep sound in a Intermec 700 series pocket pc built on Windows mobile 2003 OS. However i get a missing method exception at runtime saying "Can't find PInvoke Dll kernel32.dll". I tried using the playsound function as well. However i get some other dll cannot be invoked at runtime. I am pasting the code sample here
Beep funct
-
- How can I check whether device has CF SP1?
by Malleswar
- 5 Replies
- Last post
by Ilya Tumanov
- Hi,
Can any one tell me how to check Compact Framework
Version on the device. I want to Check whether device has Compact Framework
SP1 and want to display the message to user to install CFSP1 if the CF ServicePack1 is not installed.
Thanks in Advance
-
- Error: class not registered when adding the DMO to filter graph
by sourabhthakre
- 7 Replies
- Last post
by SachinGhayal
-
- Help~! How to create openCV dll compatible in windows mobile 2003
by christine21
- 6 Replies
- Last post
by mgaur_MSFT
- Hi all, I've created an application written in C# which works well in smartphone 2003. Now, I want to use the openCV dll in my application and i encountered 'NotSupportedException' error. Is openCV can be supported by windows mobile 2003 What should i do for the openCV to make the DLL compatible in windows mobile 2003
Can anyone out there help mi
thanks.
-
- Profile variables for Terminal Services Client
by pxcosis
- 1 Replies
- Last post
by ChunSheng Tang - MSFT
- Hi, I'm developing an application that launch the mstsc40.exe. I already configure the server and username at [HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\MyProfile Setting the values of Full Address and UserName But I don't know the way to configure the password. Is possible to configure it How many variables exists for Terminal Server -- Biel Tec-Soft Consulting, S.L.
-
- Custom control design-time metadata and designers not picked up by WM6 project
by kzu
- 1 Replies
- Last post
by Nick E
- I have a custom control with a custom designer that works just fine with WM5 projects. It deploys the metadata to: C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\DesignerMetadata\Clarius .UI.OrientationAware.PocketPC.asmmeta.dll C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\DesignerMetadata\Clarius .
-
- Create Plugin for WM5 pocket Pc.
by Night_Mate
- 7 Replies
- Last post
by Night_Mate
- hi there guys..
sorry if its a repost . but i;ve been searching in thsi forum and all of the thread related to this shows only how to install.
am new in programing and i know C++... and i am interested in creating a today screen plugin using C++ .. actually i want to show the battery meter in the today screen for my device . HTC pocket PC with WM5...
can anyone help me with th
-
- some mobiles cant connect to my object push server
by Best Ordinary Man
- 12 Replies
- Last post
by Ilya Tumanov
- Hi, i am new to bluetooth programming. I just did a project that make use of opennetcf library, bluetooth listener acting as a obex object push server on pc. I was able to transfer files from Sony Ericsson K700, but later on not able to transfer file form Nokia 6230, it shows not devices found. I tried some other hand phone, it seems that some can but some cannot. I am not sure what's the problem,
-
- System.TimeZone.CurrentTimeZone
by harcrow
- 11 Replies
- Last post
by Ilya Tumanov
- I am writing an application for a Windows Mobile device using C# and .Net Compact framework. I need to obtain the system timezone or timezone that the user specifies in the Settings/Date and Time area. System.TimeZone is an abstract class and if I do try to call System.TimeZone.CurrentTimeZone I get a NotSupported exception. I have also tried p/invoking GetTimeZoneInformation() and also received a
-
- regarding the stand alone emulator
by mohasad
- 14 Replies
- Last post
by Mohit Gogia
- hi , i have installed the windows mobile stand alone emulator . i started the emulater in command prompt by following way : C:/> Device Emulator smartphone.nb0 /skin Smartphone.xml . the emulator started and everything is fine . but when we click the left softkeys , it s navigating to contacts . the start menu is not opening . so anyone give the details , in order to make the emulator work . i
-
- endTransition parameters
by Jan Ku&#269;era
- 5 Replies
- Last post
by Jonathan Abbott
- Hi,
I just would like to ask which parameters can I pass to the endTransition function
Thanks
-
- Bluetooth Handsfree issue
by Greg Atkins
- 1 Replies
- Last post
by Ilya Tumanov
- Hi
I'm hoping someone can help me with i interoperability problem i am facing. My company supplies HTC devices to Southern Africa as well as other mobile technologies. Another unit we sell is the New Navigon 7100 GPS Navigator which has built-in Bluetooth hansdfree capability (bluesoleil bluetooth stack).
We have a problem with most of HTC devices that when a call is made or received the aud
-
- How to enumerate the front-camera through DierctShow under WM5.0??
by Yin He
- 6 Replies
- Last post
by Sunil_linuS
- I have a Xda Exec device, which has a back-camera (beside battery) and a front-camera (beside LCD screen).
I can enumerate the back-camera (CAM1) using the FindFirstDevice() API.
I assume the front-camera (CAM2 ) can be enumerated by FindNextDevice().
However, it is strange that FindNextDevice() return FALSE when I try to use it to enumerate the front-camera.
So, does anyone know:
1
-
- Questions on using RIL on Smartphones
by mumbaiyaa
- 6 Replies
- Last post
by Michael Koster
- Hello, I am new to developing on the Windows Mobile platform and have just started writing an app for Smartphones running Windows Mobile 5.0. My first task is to get the cell tower ID that the phone is currently registered to. I searched MSDN and other discussion forums and found that I can use the RIL functions to get this information. My first confusion was wether RIL was even supported on Wind
-
- Using reg files for loading system settings on cold boot
by Korsak
- 6 Replies
- Last post
by msdn_user_01
- I'd like to avoid manual setting of some system parameters after each cold boot and make deployment on new devices much faster.
So the question is: How can I specify these settings in reg file, so it can be loaded during cold boot :
Date time-> Time zone and Daylight saving,
Regional and language settings -> Time format, Date format,
System -> Device name ,
D
-
- Dismissing the expanded textbox on Smartphone
by Koterpillar
- 4 Replies
- Last post
by Koterpillar
- I have a TextBox on the Form user may want to expand (by pressing Action button on Smartphone). However, when he does that, my form isn't visible anymore, but I need to bring it to front upon other events (that is, on a new IM in my case). If I do Activate() while the TextBox is expanded, the form is rendered unusable (the caption and the menu are visible, but do not respond). Therefore, I want to
-
- Help!!! Error while installing .Net Compact framework in PXA-270 with WCE5.0
by Jongeun Lee
- 1 Replies
- Last post
by Ilya Tumanov
- While installing .Net compact Framework in my target platform I had faced the problem. Error code is 3(I think it means insufficient memory but it has enough memory)
20/02/2007 15:05:48: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Windows'. 20/02/2007 15:05:48: Build 2.0.6129.00 created on May 9 2006 at 06:29:32 20/02/2007 15:05:48: Device CPU:
-
- how to debug App on WM6.0 Device?
by Myime
- 4 Replies
- Last post
by Myime
- Hi,
My Environment:
Windows XP +Sp2 ,Visual Studio 2005 professional, ActiveSync 4.5 beta.
firstly, i use WM5.0 SDK, and i set some bleak point, then Press F5, the App can run, but the app likes ignore the break point.
today, i install the WM 6.0 SDK, it also can not work, although it stop some places, the break point lines can not changed ,and Press F10, it didn't continue running.
-
- Windows CE 5.0 and Locale
by Frederic Aubry
- 1 Replies
- Last post
by Christopher Fairbairn
- Hi everyone and thanks for taking time to answer.
Locale doesn't seemt to be supported in the C-Runtime for Windows CE. I'm looking at localeconv for example.
How do Windows CE developers deal with internationalization
-
- How to enable/disable body onclick to avoid body drag when dragging div object
by HT4N
- 2 Replies
- Last post
by HT4N
- I am trying to create gadget where I want to do div object swapping by mouse drag n drop. I managed to get this work in IE. When I run it as sidebar gadget, I found an issue with the gadget body event where I don't want it to get dragged when I try to drag my div object. One work around is to disable or set document.body.onclick = "javascript.event.returnValue = false". The problem with
-
- How to enable QWERTY keyboard on Smartphones?
by Gavin C
- 2 Replies
- Last post
by mohasad
- Hi
Is it possible to programmatically, using CF v2, to enable the QWERTY keyboard on newer smartphones like the Dash and BlackJack I have a user control that accepts text input but whenever the user presses, say T on the Blackjack, it will cycle between A, B, and C instead of showing T. The rest of the keyboard works fine but the area where the keyboard acts as the phone¡¯s keypad, it will act l
-
- setPreferences on Spaces
by Zerkella
- 4 Replies
- Last post
by Zerkella
- Ahh, some reference to API: a situation when UserX views UserY's space. Imagine there's some gadget that suddenly saves preferences via setPreferences. For whom these preferenses will be saved - for UserX or for UserY
If they are for UserX, so when he will view his own space with same gadget - will the preferences saved at UserY's space be restored
-
- dynamic content doesn't show in gadget
by Nagard
- 3 Replies
- Last post
by Nagard
- I've made a HTML page for gadget that updates the content of one of it's div tags from external file (gadget_content.html) every minute. It works in browser, but not as a gadget - does anyone know why
Here's the relevant part of html page:
<div id="content"></div> </div>
<script> function update_content() { ajax = new ActiveXObject('Msxml2.XML