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 > october 2006 > threads for october 1 - 7, 2006

Filter by week: 1 2 3 4 5

Unicode support in windows mobile 5
Posted by Indra Bisen at 10/7/2006 8:10:34 PM
Hi, I'm woking on a projects that uses unicode char. When we are at developing env i.e. on desktop pc unicode char. are displayed well, But when the app depolyed on mobile device unicode char displayed as rect. blocks in place of and char. Is it unicode support available in WIndows Mobile 5 o...more >>


Calling the PPC calendar from another application ....and then returning back....
Posted by powens151 at 10/7/2006 5:06:05 PM
I am working on an application in Windows Mobile that requires use of a calendar to record schedules. I would like this new application to be able to call the standard PPC calendar so user can validate if an appointment can be booked on certain days and then to allow the user to navigate back to...more >>

Minimize to Tray / Today Screen -> C# ???
Posted by Marcos Tito at 10/7/2006 2:37:27 PM
Dear sirs, Is it possible to, (using C#) , minimize an Windows Mobile 5.0 application to a system tray (in that area near battery icon ) ? Or, I would like to minimize my application and put an icon anywhere on Today Screen. Is it possible to do with C# ? And, I would like to do that u...more >>

Listbox wrapping
Posted by drumred at 10/7/2006 10:23:01 AM
How can you wrap the selected item with a listbox? For instance, if you go to the end of the listbox items and seletect 'Down' again, I'd like to wrap back to item '0'. Thanks...more >>

"Not a valid Win CE program" error on Win CE 2.1
Posted by DAG at 10/6/2006 1:11:02 PM
I wrote an application in .Net with CF 1.0.5. which runs perfectly fine on my Win CE 3.0 machines but not at all on the Win CE 2.1 machines. I know, I know; CE 2.1 is pretty old but I have 20 machines and I can't upgrade right now. I saw on a previous post that CF2.0 does not suppport CE 4.2 ...more >>

Access network file.
Posted by blue_nirvana at 10/6/2006 10:08:02 AM
I want to be able to access a network drive/file from my device. I've tried using the OpenNetCF's Network.MapDrive procedure, but it returns 53, which is an invalid network path error, eventhough I can access this path using the either Internet Explorer or the Run command. I'm using Windows ...more >>

Unmanaged code(dll) function: int myfunc (char* temp)
Posted by Murthy at 10/6/2006 6:06:01 AM
Hi, I want to do an unmanaged call to an DLL Unmanaged code(dll) function: int myfunc (char* temp) Here return int type determines the Success. After execution of the function temp will contain an value How to do the unmanaged call to this function from c# and later how to retrieve the val...more >>

Device Management CE.NET 4.2
Posted by Russ Du Preez at 10/6/2006 5:05:51 AM
Hi All, I was hoping if anyone has any idea how to use the Device Management application in ce.net 4.2. I searched MSDN and downloaded System Management Server 2003. But now I am dumbfounded (more like dumb). :) Where do I start? All I want to do for now is just place a file on the handhel...more >>



Pocket pc and Web Sevices
Posted by Sam at 10/6/2006 12:00:00 AM
Hi, I have created a mobile application(WM5) that uses Web Service. First of all: In my client I add web reference and I create an istance of my proxy in the constructor. Should it be the only one instance?Or, should I create an istance of proxy before each call to web service and then to dest...more >>

About mouse handling on Smartphone... Its urgent
Posted by Ansh at 10/5/2006 11:50:58 PM
Hi All, I want to create a virtual mouse and move it through arrow keys on Smartphone just as VNC remote viewer (RDP client) does. But when i try to load any mouse cursor using LoadCursor eg. Arrow cursor, it gives me handle on newly loaded cursor since its not NULL. But it doesn't shows me an...more >>

Uninstall CF 2 SP 1 from workstation, reinstall original CF 2?
Posted by Jarod at 10/5/2006 11:11:21 PM
Hello, I installed the VS CF 2 SP 1 developer patch from this article http://blogs.msdn.com/netcfteam/archive/2006/08/04/688766.aspx Unfortunately the service pack introduces a completely unacceptable bug. The keyboard icon disappears when a message box is displayed and remains gone even ...more >>

how to find my Device OS
Posted by Murthy at 10/5/2006 10:46:01 PM
Hi, We have Two devices. One is PPC2002 and the other is Win Ce.NET 4.2 I want to know the OS of the Device my application is running programatically. How can i do it?...more >>

Forcing outlook sync
Posted by Jas at 10/5/2006 8:26:02 PM
I recently developed an CF 2.0 app for WM5.0 device which sends out emails using Outlook Poom. I can succesfully get the emails placed into the Outlook outbox and have them ready for the next scheduled "send and recieve" but I'd like to actually have my custom application force a "send and ...more >>

Registry key lost after hard reset
Posted by GD at 10/5/2006 6:55:52 PM
Hi, I created a registry key from an application (CF 1.0). However, the key is lost every time after iPAQ 4700 pocket pc is hard-reset. What to do to keep the key? Thanks. GD ...more >>

Hide MainMenu Control
Posted by mobilemobile at 10/5/2006 3:35:02 PM
Is it possible to hide the MainMenu control on a form in .NETcf? I don't see any property such as Visible etc. Or do I need to use native code for this? Thanks for any help, Steve...more >>

Screen coords in .NET CF versus Win32
Posted by JB at 10/5/2006 1:01:10 PM
Hi, I was wondering how the .NET CF screen coords in say System.Drawing.Point(8,40) can be mapped to equivalent coords for use by the SetWindowPos(0,8,40,cx,cy, flags) function in C++ Using the same values doesn't work. Is there any way to do a translation even on paper. Reason being i'm doin...more >>

How to sense a printer's paused/off-line state ?
Posted by saytamaner at 10/5/2006 12:49:45 PM
Hello, I use dot-matrix printers (Epson LX-300) connected to Windows CE devices via serial port, for my application's printing needs. Using both OpenNETCF's serial comm classes and Windows CE API functions, I had no problem with printing or determining whether printer is turned on. But I coul...more >>

Windows Registry key C#
Posted by Giovanni De Angelis at 10/5/2006 12:30:31 AM
Hi all, I am trying to develop a program in C# and I need to change some registry keys with a dinamic entries. Let's explain better. I've to change automatically the "Briefcase Path" key of the partnership created by Microsoft Active Sync but the name is not fixed. I'd like to find in the regis...more >>

Q: Accessing MSMQ on WinXP Pro from a docked WM5 device
Posted by Adam Bradley at 10/5/2006 12:00:00 AM
Hi all, Not having amu success making a connection using C# from a WM5 device to a Windows XP Pro using ActiveSync inside of VS2005. AS is working fine, I can connect to a local Queue, but I'm simply unable to connect to a Queue on the host Windows XP Pro. I'm currently using Message...more >>

UI has highest thread priority, yet it is still slow when background threads work
Posted by rpatel4 NO[at]SPAM gmail.com at 10/4/2006 3:37:55 PM
I've got about 5 thread in my application. One of the threads downloads data from the internet I gave the UI the highest priority System.Threading.Thread.CurrentThread.Priority = System.Threading.ThreadPriority.Normal; I gave all other threads a lower priority _threadObject.Priority = System...more >>

Hiding column in Datagrid
Posted by Naresh Mirkhelkar at 10/4/2006 2:28:01 PM
Hi, I am workin on a Smart Device Application Project (VS.NET 2003) and needed to hide a column in a datagrid. I tried to use MappingType.Hidden, but it doesnt seem to work. The below code works fine in WinForm but not in Smart Device application. DataTable dt = new DataTable(...more >>

Why is user defined controls so slow?
Posted by GT at 10/4/2006 11:23:02 AM
Hello Due to the limitations of the Compact Framework, I've made an "image button" by making a modified PictureBox class and then defining a click event for it as shown below. This code seems however to execute much slower than when clicking a standard button. What could be the reason for t...more >>

Why reboot after NETCF 2.0 installation?
Posted by Scewbedew at 10/4/2006 10:49:02 AM
After installing the file NETCFv2.wm.armv4i.cab on a WM5 NETCF1.1 device, I am prompted to reboot in order to complete the installation. Why? If I ignore the reboot and starts a NETCF 2.0 application immediately, it works. Obviously the main part of NETCF 2.0 is operational without the ...more >>

Accessing GPIO
Posted by ackesa at 10/4/2006 4:28:11 AM
Hello, I'm not shure, if this is the right group for posting this question, but maybe there is someone who can help me. I'm progamming on Windows Ce with the compact framework on the "Wafer-LX-800"-Board (have a look at www.ieiworld.com; it has an "x86"-processor) and I need to read the GPI...more >>

CAB files
Posted by romain taillandier at 10/4/2006 1:30:06 AM
Hi group To create a CAB file for a device, on VS 2003 I was making the .inf file, and use the CABWIZ.exe with good arguments on VS 2005 I make a new Device Cab project, wich create the inf file, and (i supose) use the Cab Wiz to create the CAB. if i use winrar to open a CAB file I get a f...more >>

Can't load my app with an instance of a SQL Server CE object
Posted by spikedevmesa at 10/3/2006 11:35:57 PM
Does anyone have any idea what this exception is and how to solve it? I can reference sql server ce and have it as a using statment and my app will load fine but as soon as I create an instance of a sql object then this error comes up. I am using VS 2005 and a dell axim x51v as my depoyment de...more >>

Copy files from PC to PDA (in code!)
Posted by Factor at 10/3/2006 2:40:44 PM
Greetings fellow PDA developers, I am working on a PC side interface software for my Windows Mobile 5.0 device and I have some how-to questions regarding a few things. I fear I may be attempting the impossible. Let me know what you think. (1) Using PC software, I want to copy a file from ...more >>

Detecting GPS receiver
Posted by polly.dixon NO[at]SPAM gmail.com at 10/3/2006 6:31:10 AM
Hi, Is there any documentation for the OpenNETCF.IO.Serial.GPS.GPS class? Also is it possible to detect if there is a GPS unit present? ...more >>

Absolute Reference to Application Data Directory
Posted by Matthew Frederick at 10/3/2006 5:13:01 AM
I have an app that stores information in the Application Data directory and works fine when it's installed on the device. I just reference "\Application Data\MySpecialDir" and I'm set. However, if the application is installed on an SD card this reference fails. How do I address the Applica...more >>

Hebrew at Pocket PC Applications
Posted by אהרון ציון at 10/3/2006 2:11:02 AM
I have VS 2005 standard , and I want to develop Hebrew Appliction, but the Device Emulator do not support Hebrew. what I can do? ...more >>

Turn of the screen
Posted by Marco Minerva at 10/3/2006 12:49:58 AM
Hi all! Is there a way to programmatically turn on the screen of the PDA using ..NET Compact Framework 2.0? I have a long running task and I want the screen to turn on when this operation ends. Thanks in advance, Marco Minerva. marco.minerva@tiscali.it http://blogs.ugidotnet.org/marcom ...more >>

WinCE CF1 app with VS2005
Posted by Maxim at 10/3/2006 12:00:00 AM
Hello everybody. Is it possible to create a project targeted to WinCE device with CF1 in Visual Studio 2005? I know that it is possible to create projects for Pocket PC with CF1. But what about WinCE devices? I've tried to import VS2003 project for WinCE device into VS2005. But VS2005 has con...more >>

Threading issue
Posted by Chuck Hecht at 10/2/2006 10:32:20 AM
I am walking my thru the Microsoft hands on lab for "Developing Multithreaded Apps" all of the code is in c#2.0. I am using vb.net I am getting the following issue when I assign the method "BackGroundProcessing" to the workerthread below "Expression does not produce a value"??? There is...more >>

VGA size - bug in CF?
Posted by Hilton at 10/2/2006 10:30:17 AM
Hi, MessageBox.Show (new TextBox ().Height.ToString()); MessageBox.Show (new ComboBox().Height.ToString()); gives 20 and 20 in non-VGA mode and 20 and 40 in VGA mode. Seems like the CF does not set the height of textboxes correctly in VGA mode (using res2exe). This means that textboxes ...more >>

extending example 'mailrule' for cheching e-mails
Posted by info NO[at]SPAM walterdl.de at 10/2/2006 10:05:44 AM
Hello group, While I try to learn something about mobile development, I found the good working example 'mail rule', which can be found inside the 'Windows Mobile 5.0 SDK for Pocket PC'. This code filters all incoming sms having the text 'zzz' inside it's body. As I understand the descrip...more >>

Accessing System Information (OS, Device type, etc)
Posted by rpatel4 NO[at]SPAM gmail.com at 10/2/2006 8:15:34 AM
My application needs to know a few things about what its running on. If I can get the following at runtime that would be ideal (in order of importance): 1. Operating System (eg. Windows Mobile 5) 2. Screen Size (I think this will be enough Screen.PrimaryScreen.Bounds) 3. Device type (eg. Poc...more >>

Corrupt netcffiles.cab file
Posted by Ross at 10/2/2006 4:25:02 AM
Hi, A potential users of my PPC application, using Microsoft Pocket PC Version 3.0, was getting the error message "Cannot find [Application] (or one of its components). Make sure the path and filename are correct and all the required libraries are available." I did some research and figu...more >>

Controls aren't garbage collected
Posted by TPS at 10/2/2006 4:15:26 AM
I've searched high and low, but can't seem to come across a solution for garbage collection of my dynamically declared controls. For testing I've created a small example: I have two classes: public class Foo { public Foo() { Debug.WriteLine("Foo ctor"); } ~Foo() { ...more >>

Creation of a sample database in SQL Moblie - steps required
Posted by PHIJO MATHEW PHILIP at 10/2/2006 1:35:01 AM
Hello Friends, I have a question. Can any one tell me how to create a sample database in SQL Moblie and testing the sample application in window mobile emulator ?. I want to use SQL qeury analyser for the creation of sdf file i.e. database file. I want to following things which are giv...more >>

Self Updating Applications
Posted by savvaschr NO[at]SPAM nodalsoft.com.cy at 10/2/2006 1:34:00 AM
Hello I would like to ask how can I create a Self-Updating applications in VB.Net Cf 2.0 and .Net 2005 Thanks Savvas ...more >>

Treeview with a bold treenode
Posted by Tom at 10/2/2006 12:00:00 AM
Hi, I'm wondering if it is a way to make a treenode in a treeview bold. This property is not supported on compact framework, but in a regular framework it is. Could you help me please? ...more >>

XMLSerializer: How come some public properties aren't serialized?
Posted by Carmine Moleti at 10/2/2006 12:00:00 AM
Hi to everyone, I'm playing with XMLSerializer under Compact Framework 2.0 (latest SP applied). I have a hierarchy of classes I would like to serialize to XML. The code I've used follows: FileStream fs = new FileStream("prova.xml",FileMode.Create,FileAccess.Write); Type[] tipi =...more >>


DevelopmentNow Blog