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 > november 2005 > threads for thursday november 10

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 30

Change project type in Visual Studio ?
Posted by Axel Stallknecht at 11/10/2005 10:09:40 PM
Hello, I have a PocketPC application. Now I have added a new project which contains a new class. If I start the application on the PPC I got a lot of trouble using Threads in this new class. I get a MethodeMissingException. The reason was, that the new added project is project type ".NET" an...more >>

Unable to create Device Application, Studio Beta 2
Posted by Steve Howard at 11/10/2005 6:39:23 PM
Warning 2 The "GetDeviceFrameworkPath" task failed unexpectedly. System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.CompactFramework.Build.Tasks.GetDeviceFrameworkPath.Execute() at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(Executio...more >>

detecting power on
Posted by a NO[at]SPAM b.com at 11/10/2005 6:07:06 PM
ok, i know how to run an app on power on with cerunappatevent. But, i would like to know if i have an app already running, how do i call a function if they power on. So for example, the program is running, they turn the pda off, then they turn the pda on again. I need to do something when the...more >>

Get the Handle of the current Form
Posted by Chris Botha at 11/10/2005 5:00:47 PM
I want the Handle of the current form using the Compact Framework. Using the WinApi calls GetActiveWindow or GetForegroundWindow sort of work, except when the SIP is visible, then I get the Handle of the SIP instead. Thanks. ...more >>

Anyone used SDF AnimateCtl ?
Posted by anbeyon NO[at]SPAM btinternet.com at 11/10/2005 1:59:48 PM
Hi all, has anyone out there used the OpenNETCF SF AnimateCtl ? If so did it work ok ? I can make an animation run but is does not fill the area of the control. It only fills about 85% of the control vertically.# any one have any ideas ? Thanks Anbeyon ...more >>

call a web service
Posted by amy chen at 11/10/2005 11:45:05 AM
I am building a wireless application that runs in a window CE environment. The wireless application will pass the barcode information to a web service. It take a while for the wireless client to get back the result from the web service. I also create a window application that has the same l...more >>

CompactFramework SP2 for PocketPC2002 device
Posted by mb at 11/10/2005 10:38:30 AM
Is .NET Compact Framework 1.0 SP2 available for PocketPC 2002/Win Ce 3.0 device? I have search but the only available download is NET Compact Framework 1.0 SP2 Update to Platform Builder 4.1. thanks mb ...more >>

Problem visual control in vs2005
Posted by wavemill NO[at]SPAM hotmail.com at 11/10/2005 10:30:26 AM
Hello, I would like herited of my button control and change my background. I have try it, but my background is always grey. Have you got an idea? This is my code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; usi...more >>



NETCFSetupv2.msi & ActiveSync 3.8
Posted by Mats H - Volvo at 11/10/2005 10:29:06 AM
PI Got a QTEK S100 with Pocket pC 2003 Phone edition that is said to be supported for .NET CF 2.0. But the NETCFSetupv2.msi requires Activesync 4.0 that is only supported for Windows Mobile 5!!! Where can i find the cab file so I can install without Acticesync?...more >>

pda->usb->RS232
Posted by Rainer Queck at 11/10/2005 9:03:17 AM
Hi NG, I have a little project to do. I need to "talk" to a microcontroller device (RS232) from a pda (wich only has USB) . This program is to be developed with C# using VS2005 professional (as soon as I get it delivered). Since I have no idea on how to approach this project (yet), I v...more >>

Selecting an Enterprise installation app for PocketPC
Posted by MoonLiver at 11/10/2005 8:44:06 AM
I need a product that can install software on to devices. I have 400 devices, and I would like to be able to specify an installation for all the devices, so the next time they connect to the software update server, it gives them the newest version. Thanks. b ...more >>

Problem to Show and Hidden app.
Posted by consInn at 11/10/2005 2:43:10 AM
Hi All, in a simple SmarthPhone App: this.Hide() event is called on menu click event but when I click again on the application start icon none of the events is called and i'm not able to show again the idden application. I have also tryed to put this.Show() in the Activate event Hnd b...more >>

CF install fails
Posted by Jon Perkins at 11/10/2005 12:52:11 AM
I'm new at CF, but having just attended a session about it at the UK VS2005 launch event I thought I would give it a go. In the talk the speaker said that the current Compact Framework 2.0 install might fail, and indeed that is the case. I get the message "Application Manager cannot install th...more >>

Get latest ActiveSync 4.0?
Posted by Chris Botha at 11/10/2005 12:00:00 AM
Hi, I've looked on the MS Web site and I can find the Developer Preview of ActiveSync 4.0 for download but not the release. Has it been released, or is the Developer Preview the latest? Thanks. ...more >>

Pocket PC connection to SQL Server
Posted by adds21 at 11/10/2005 12:00:00 AM
Hello, I'm writing a PPC application which needs to connect to an instance of SQL Server if the connection is available. I can check that the PPC has network access by using the CFNET IPAddress class, and I could even check the PPC can see a web server by using HttpWebRequest or somethin...more >>

Camera Emulator?
Posted by Andreas V via DotNetMonster.com at 11/10/2005 12:00:00 AM
Hi! In Mobile 5.0 there is a Camera API. Great! Finally it is possible to control the camera on a Pocket PC. But is it possible to test the application and the functionallity of the camera api on some of the emulators in the Mobile 5.0 SDK or VS 2005? -- Message posted via DotNetMonster...more >>


DevelopmentNow Blog