Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet compact framework > january 2007 > threads for january 15 - 21, 2007

Filter by week: 1 2 3 4 5

How to Receive an Incoming Call on WM 5.0
Posted by Murthy at 1/21/2007 8:48:42 PM
Hi, I want to receive an Incoming call on my windows mobile 5.0 device through my application. I don't want the Phone application to pop up when my application is running. I know that inorder to receive a new incoming phone call i need to P/Invoke lineAnswer method. But before doing this ...more >>


getting the current date format of a ppc
Posted by Optimus at 1/21/2007 6:40:49 PM
Hi every one, I'm developing an application running on ppc using .netcf 2.0. And I'd like to know about how to determine which date format on which the system is running? Is there any API exposed for getting the current date format of a ppc? Can any one please help with this question? Th...more >>

How can I detect network type or routing information in Windows CE?
Posted by russryba NO[at]SPAM gmail.com at 1/21/2007 1:12:30 PM
Greetings, I'm working on a Windows Mobile 5.0 device that has WiFi, Bluetooth and Cellular IP Interfaces, as well as possibly being connected over an ethernet cradle. The device is a ruggedized Symbol handheld. I have two questions... 1 - How can I determine what type of network connect...more >>

Application freezes CF 1.1 Win CE4.2 any ideas
Posted by Andrew Fell-Gordon at 1/19/2007 4:00:10 PM
I have developed a ticketing application running on Psion Teklogix WorkaboutPro running under CE4.2.Net and written in Vb.net under CF 1.1. The application is generally working well but is subject to occasional freezes. It stops responding to key presses or clicks on the touch screen. These o...more >>

Listview set spacing in Compact Framework cannot work
Posted by jason.yfho NO[at]SPAM gmail.com at 1/19/2007 8:19:00 AM
Hi all, I want to have less white spacing in the listview of my Compact Framework application. I tried to set it using SendMessage, but there is no change to the listview. Any idea? Below is my code. Thank you so much!! Public Const LVM_FIRST = &H1000 Public Const LVM_SETICONSPACING = (&H1...more >>

Require help accessing CF RFid Reader in Compact Framework
Posted by (r.polding NO[at]SPAM sheffield.ac.uk) at 1/19/2007 4:40:55 AM
Hi, I've recently started a project developing an application for a PDA that reads RFID tags (tags that emit a radio signal containing a unique id number, and that can be picked up by a reader). I have been supplied with a reader and tags but unfortunately very little information on how t...more >>

pimstore.tlb vb.net
Posted by Dave at 1/18/2007 9:38:25 PM
Hi All, I've got the example from: = http://blogs.gotdotnet.com/stevenpr/rss_tag_Interop.xml to work e.g show = contact/add appointments. My problem is if I try to add a recipient to the appointment I get a an = error {"The parameter is incorrect.} when calling save., below is my = code wh...more >>

Registry HELP!!
Posted by Jeremy at 1/18/2007 8:35:00 PM
Does anyone know how to backup and restore a registry on a Windows Mobile 5 device? I have tried a million different things and nothing seems to work. Thanks in advance for your help!...more >>



running IIS failed
Posted by nafi at 1/18/2007 7:43:57 PM
hi, now i'm working with replication using VS.Net2003 and SQL2000.....i couldn't syncronize ....i got error like " A request to send data to the computer running IIS has failed.For more information ,see HRESULT" .......here my codes Dim rep As SqlCeReplication Try ...more >>

CF2 PlaySound
Posted by Harry Simpson at 1/18/2007 9:38:50 AM
Should all the sound code used in CF 1.1 still work in CF 2.0? Any changes? Or is there a better way to produce sound on the device? TIA Harry ...more >>

power status for compact framework (CF) 2.0
Posted by moltilimits NO[at]SPAM gmail.com at 1/18/2007 9:26:54 AM
Hi everyone, I found this article to check the control status pocke pc's batteries: http://msdn2.microsoft.com/en-us/library/aa457088.aspx but it is for compact framework 1.0. When I try it in VS 2005 (after wizard conversion) it does not run because I have only CF 2.0 installed and not CF 1.0. ...more >>

today screen plugin build problem
Posted by Milsnips at 1/17/2007 6:33:16 PM
hi there, i downloaded the todayscreen sample from MSDN, opened the "TodayScreenSupport_Unmanaged" project,upgraded the code when it opened in VS2005, and when i compile, i get the following error: -------------------------------- Error 1 fatal error LNK1181: cannot open input file '.....more >>

Directory.Exist - Weird problem
Posted by Thore Berntsen at 1/17/2007 1:35:17 PM
I have a CF 2.0 program where I have code like this: if (Directory.Exists("\\Storage Card\\Import\\) ... This works on all devices I tried yet except for the ViewSonic V.37. On this device the call returns false even if the directory exists. If I write if (Directory.Exists("\\Storage Car...more >>

Referenced package not found File: Device Connectivity Component
Posted by Harry Simpson at 1/17/2007 12:11:01 PM
My upgraded project compiles just fine. Actullay created a VS2005 project and added my VS2003 and changed references that I could to the 2.0 version. Compiles fine but when I try to deploy to device or emulator, it stops with one error: Referenced package not found File: Device Connectiv...more >>

Form inside a form on Windows CE 5.0
Posted by Jay at 1/17/2007 11:43:41 AM
hello all, I am trying to add a child form to my main form and am getting an error at control.add(). it is an argument exception at Forms.Controls._SetParent. any help would be great... working example wold be awsome. ...more >>

Force GPRS Sync during Debugging. Can this be done?
Posted by iKiLL at 1/17/2007 10:34:31 AM
Hi , I am trying to debug a problem with a Windows Mobile Application. I need the PDA to Sync(I have writen the sync process myself using a web service) using GPRS while Debugging from the VS IDE. My question is: How can this be done? Is there some settings i need on the PDA. Could some ...more >>

Optimistic way of storing info on a PPC??
Posted by Hari at 1/16/2007 9:29:24 PM
Hi, I need to store an ArrayList generated by my application on the PPC for furthur access. Right now i store it in an XML file. But i have an optimization prob. Reading from the XML file takes more than 3 sec. The startup form of my app actually needs to access this file and display a l...more >>

3rd Party CF Components
Posted by Robert Fuchs at 1/16/2007 5:46:23 PM
Hi, any good 3rd party component suites for CF 2 out there? Like Developer Express, Infragistics etc., but they don't have CF controls. thanks, Robert ...more >>

Turn off/on bluetooth
Posted by Catalin Lungu at 1/16/2007 11:16:41 AM
Hi, Anybody knows how do I switch on/off the bluetooth of PDA with WindowsCE 4.2 from VisualStudio 2003 (NetCF 1.1)? TIA, Catalin ...more >>

SQL Server Compact Ed
Posted by Harry Simpson at 1/16/2007 10:33:42 AM
Ginny, Really not meaning to be a Pita here, but my Microsoft SQL Server Compact Edition directory only has a v.3.1 directory and then Docs and SDK subdirectories under that. I had followed this proc to install mobile (3.0) 1. Run Sqlce30setupen.msi from the <drive>:\Program Files\Micros...more >>

DMProcessConfigXML Uninstall failing
Posted by Chris Karcher at 1/16/2007 10:01:00 AM
I've got an application that appears to be installed correctly, but when I use DMProcessConfigXML to uninstall it, it returns CONFIG_E_TRANSACTIONINGFAILURE. A description is at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/mob5lrfDMProcessConfigXML.asp A...more >>

PC access to PDA
Posted by russ.mcanulla NO[at]SPAM sheldonreed.com at 1/16/2007 3:09:52 AM
Hi folks I need to write a PC app wyhich can pull files off a PDA. I have downloaded the RAPI sample code from OpenNet, and that works fine, but uses hard coded paths. I would like to use someting like an OpenFileDialog to browse to the files needed on the PDA to maintain the right look and fee...more >>

Hard OK button clicks through dialogs to form
Posted by Blair at 1/15/2007 11:22:24 AM
If I have a message box displayed (eg. MessageBox.Show("hello")) And my underlying form has a KeyUp event (or GotFocus that redirects to a control that has KeyUp event) and the user dismisses the message box using a hard button like the OK button, or the center of the 5-way or the return key ...more >>


DevelopmentNow Blog