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 > february 2004 > threads for thursday february 5

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

CF Service Pack 2
Posted by Martin Robins at 2/5/2004 9:44:03 PM
I recently downloaded CF SP2, sometime after xmas I think, but the file date for the netcf.all.wce4.armv4.cab file seems to be 12th November 2003; have I somehow downloaded the incorrect version? I thought the November release was recalled and a new release let out in December? ...more >>

Best way to access my SQLce Database?q
Posted by Atley at 2/5/2004 7:40:50 PM
I have written an application in VB.NET 2003 and I occasionally get one form not showing any data, because it is trying to open a connection to the database before the last form has completely released it's hold on the db. What is the best way to connect to the database? Is it better to connec...more >>

XML DataSet with Schema
Posted by Mark at 2/5/2004 6:50:57 PM
Wow, what an unexpected hassle. I am having a really wierd and nasty problem with an XML DataSet and the behaviour is variable according to which version of the .NET CF you run it under, and unfortunately the bad behaviour is under the latest version, not the oldest. Here's the scenario: I ha...more >>

Problem with Invalid Cast Exception
Posted by Atley at 2/5/2004 6:48:42 PM
I occasionally get an Invalid Cast Exception error when closing one form after opening another. It only seems to happen when I try to use the application quickly, clicking on one menu item before everything is redrawn to the screen. Is there any wy around this, to ensure that it never happens...more >>

HELP!! - How to add a simple custum control to the VS.NET toolbox?
Posted by Mobile Boy 36 at 2/5/2004 3:50:05 PM
I read the articles http://www.intelliprog.com/articles/index.html and the Microsoft Simple chart demo... But without success...By the way, I'm using VB.net... Does someone have a complete document describing how to add a control (written in Vb.NET or eventually in C#) to the controlbox of Visua...more >>

Label Doesnt Support mouse Events???
Posted by Felipe T. at 2/5/2004 3:48:53 PM
Hey, this is new for me... I was developing calmly in my desk... ....Then i tried to capture the mouse events of the Label to implement some funcionality....And then...The magic! Nothing works! Labels in PocketPc Doesnot Support the Mouse events? Or iv made a mistake somewhere ? I thin...more >>

Symbol's first MAJOR headache
Posted by jez at 2/5/2004 3:19:55 PM
I knew it wouldn't last.. I just knew it. Ok, so I released my app to the Symbol PPC. I can use it whilst it's in "release mode". When I click on the blue "stop" button the application naturally stops. All good till here. But then.. when I want to run the application again (straight away fro...more >>

Numeric hash code for a file
Posted by blackcloud NO[at]SPAM ukonline.co.uk at 2/5/2004 11:35:12 AM
Hi all, I was wondering if anyone could suggest a quick and elegant method for generating a numeric value dependant on the contents of a file (ie 2 identical files will create the same value, and 2 differing files will generate different values)? I really need the generation of the value t...more >>



Registry class question
Posted by P at 2/5/2004 11:27:52 AM
Is it possible to use the Registry classes from OpenNetCF if im using the emulator? Or do I need a real device in order to read and write registry values? <P> ...more >>

Copy CDB (Unconverted) From Device To Desktop
Posted by John T at 2/5/2004 10:54:20 AM
I used to be able to do this using PPC2002. I upgraded my device (iPAQ 3955) to PPC2003 and now cannot move a file from the device to the desktop using the Network Share option in File Explorer. Here's what I used to do successfully: 1. Dock the iPAQ. 2. Run File Explorer on device. 3. Clic...more >>

create folder remotely
Posted by Zen at 2/5/2004 10:06:37 AM
I need to create folders on a synced PocketPC remotely from desktop in a batch file. Any recommandations? Thanks! ...more >>

URGENT - VB.Net app and Wireless...
Posted by Zahid at 2/5/2004 9:36:09 AM
Hi, Please recommend a course of action.... Im working on my first .NET CF project and writing an app using VB.NET. It is a critical requirement that my app detects the wireless connection every 'second' as it 'could' receive datagrams from the host network. Ive read a number of discussions ...more >>

Passing an XML document to a web service
Posted by STom at 2/5/2004 9:34:52 AM
My Pocket PC device will have a wireless connection to the internet and there are some web services that I need to call to pass an XML document to. I will, within the Pocket PC app be reading the XML file and putting the data into a dataset to use within the device with a SQL CE database. When ...more >>

Pocket PC Form ZOrder SetTime
Posted by Chuck at 2/5/2004 8:00:51 AM
I syncronize the time on a pocketpc using SetSystemTime. I don't use Activesync. When this happens the Calendar automatically pops up and gets in the face of my application. Is there a way to put my application back on top or not have the calendar insert itself? I am using vb.net, the appl...more >>

Use .NET assemblies in compact framework ?
Posted by JLD at 2/5/2004 7:50:18 AM
Hi, I have a list of assemblies which are used in my desktop application. Can i use them in a smart device application ? .... And can i use assemblies created for a smart device application in a windows desktop application ? JLD...more >>

Choose between wifi or gprs connection ?
Posted by JL at 2/5/2004 7:44:06 AM
Hi, What are advantages and drawbacks about these protocols ? How to choose between them ? JLD...more >>

Difference between GetCapture() and GetFocus()
Posted by Krzysztof Kazmierczak at 2/5/2004 5:06:07 AM
Hi All I wonder what is the diferrence between those two API functions [DllImport("coredll.dll") private static extern IntPtr GetCapture() [DllImport("coredll.dll") private static extern IntPtr GetFocus() Thanks for any help ; Best regard Chris...more >>

Updating platform
Posted by a.lagreca NO[at]SPAM prosoftitalia.com at 2/5/2004 3:52:22 AM
Hi, can somebody explain me ho to update the platform builder in .net 2003 with the CF sp2?, i mean the system.data.dll, System.Windows.Forms.dll etc. thanks...more >>

Login to domain
Posted by Kelly at 2/5/2004 2:46:06 AM
Can I add a Pocket PC as a member of a Windows 2003 Enterprise Edition domain in order to log in to the network?...more >>

Windows CE and remote objects
Posted by Accessing Remote Objects at 2/5/2004 2:41:05 AM
Hello everybody, I've developed Remoting components running on a desktop (with .NET *regular* framework) I have a couple of industrial PDAs running Win CE .NET 4.1 that need to connect and use these 'desktop' components over a WLAN (wifi LAN). Obviously the compact framework does not support R...more >>

Copy a complete Folder via RAPI
Posted by Andre at 2/5/2004 2:06:06 AM
Hi, I want to copy a complete folder from the Pocket PC to PC. The connection between the Pocket PC and the stand-alone Pc is via RAS. Up to now, I use to try the system.io.file.copy(x,y) function. For a only FILE is this alright, but if i want the complete Files of the folder. For example...more >>

Internet Explorer control
Posted by Aris at 2/5/2004 1:16:04 AM
Is there an Internet Explorer ActiveX control for Pocket PC?...more >>


DevelopmentNow Blog