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 wednesday november 9

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

Running the same executable on both windows CE and "normal" windows platforms
Posted by oen99001 NO[at]SPAM student.mdh.se at 11/9/2005 10:57:31 PM
Hi, I going to develop a GUI application that will run on windows CE primarily but it should also be executed on "normal" windows platforms. My question is therefore if it is possible to delevop a GUI application with Compact Framework (using a Smart Device project) and then run that executab...more >>


Control not releasing focus on SmartPhone
Posted by HolySamosa at 11/9/2005 8:49:28 PM
I've written a custom control in C# for the SmartPhone. After the control receives focus, it will not release focus when I press the UP or DOWN arrows, thus focus is stuck on my control. This happens even on the most basic control possible (a control that just draws a rectangle when focused). ...more >>

Init SQL Server Reconciler has failed
Posted by Bill at 11/9/2005 4:30:52 PM
I am moving an app that uses merge replication from the development environment to production. During synchronization I am getting the error "Initializing SQL Server Reconciler has failed." I tried re-registering the replication provider dlls (sscerp20.dll, and sscesa20.dll) as per instruct...more >>

CreateProcess to invoke Media Player
Posted by Robert at 11/9/2005 12:51:31 PM
I am trying to use the API function to invoke the Player and play a .wmv file. The player runs but shows a message saying 'can not play the file, the file either corrupt or wrong format' or something similar. However, if I browse to the folder and click the .wmv file, it plays it with no error...more >>

SqlCeCommand.ExecuteNonquery() for update hangs application
Posted by Lonifasiko at 11/9/2005 11:26:46 AM
I must update my SQL Mobile 2005 database from my Smart Device CF 2.0 application. Coded with C# and VS.NET 2005 Beta2. It's a very simple update statement: UPDATE APPOINTMENT SET appointmentReason = '1' WHERE appointmentId = 'bf8c3c39-a34f-da11-8e73-0004e2b45615' Note that appointmnetId is a...more >>

Being DateTime Formats aware when accessing database
Posted by Lonifasiko at 11/9/2005 8:32:53 AM
Maybe has been answered many times but here I go: I pick up a date from MonthCalendar control in my device running Spanish OS version. The format can be this: 23/11/2005 00:00:00. The server side SQL Server 2005 April CTP is in English and I'm using Merge Replication to fill a SQL Mobile 200...more >>

WinCE.Net 4.1 EMULATOR / C# / Webservice client / SoapException
Posted by Ital1 at 11/9/2005 8:11:47 AM
Hello all I have coded a C# client that runs on .Net Compact Framework 1 SP3 The C# code runs perfectly on a basic desktop .Net Framework 1.x : The webservice's methods reply to my Windows CE.Net 4.1 client without matter... The same C# code runs on a WinCE.Net *emulator* but I have a "S...more >>

Drawing a text on a picturebox using API
Posted by fantavir NO[at]SPAM gmail.com at 11/9/2005 7:59:43 AM
Hi. I'm developing an application for pocket PC using VB .NET. I can draw polygons using this API: Private Declare Function Polygon Lib "Coredll" (ByVal hdc As Integer, ByVal lpPoint() As POINTAPI, ByVal nCount As Integer) As Integer and calling Polygon(hdc, Points, UBound(Points)+1) No...more >>



Decoding audio/32KADPCM
Posted by giesnl1970 NO[at]SPAM yahoo.com at 11/9/2005 7:48:31 AM
Hello, For an application I need to decode a 32KADPCM audiostream. I'am developing the application for the WM2003 platform in C# with the VS2003. Does anybody have suggestions how to decode such a stream? Do assemblies or codecs exist wich I can integrate in my application? Any suggesti...more >>

Problems with .net compact framework v2.0 with Acer n35
Posted by jmayoralas at 11/9/2005 7:12:07 AM
I have problems installing .netcfv2.0 over an acer n35 PocketPC (WM2003 not SE). I always get a message saying the CAB file I try to install is not for my processor. I have tried with the downloadable .msi from microsoft page with pda conected via ActiveSync (v4.0) and with the NETCFv2.ppc.ARM...more >>

Identifying application by file extension...
Posted by Paola at 11/9/2005 3:20:04 AM
Hi to everybody, how can I get the application to open a file with a given extension? I mean, I've a compact framework device and I would like to know the executable that opens a file given its extension. E.g. given the extension .html I would like to get the full path of the browser back...more >>

SQL ce Sites
Posted by Tamer Hesham at 11/9/2005 2:17:03 AM
Where i could find good sites explaine SQL server ce ? Thanks in advance ...more >>

Remote debugging
Posted by Aaron Smith at 11/9/2005 12:00:00 AM
I am very new to developing applications for PocketPC. This was the first app that I had created and it's just a really simple one at that. I have it installed at my customer's site and we were having some strange issues with it the other day, and I really could have used some type of debugg...more >>

how to install .Net CF, OpenNetCF, SQLCE, and my application CAB with a single installer file ?
Posted by AAA at 11/9/2005 12:00:00 AM
how to install .Net CF, OpenNetCF, SQLCE, and my application CAB with a single installer file ? below is the code that i wrote under AfterInsall, but having problem to detect the correct file and deploy them... maybe I dun know where the ini files are stored. any one could guide me which d...more >>

VS2005 and OpenNetCF 1.4
Posted by Thore Berntsen at 11/9/2005 12:00:00 AM
I know that someome migth have asked this question before, but I could not find the answer on Google. I'm trying to install OpenNetCF 1.4 on a machine that is running VS 2005. It's a new machine so I haven't had any earlier versions of VS on it (2003 or the 2005 beta's) When I install Op...more >>

wce300 or wce400
Posted by AAA at 11/9/2005 12:00:00 AM
hi, some simple question, and hope someone can guide me !!! how can I know that if my handheld platform is run on WCE300 or WCE400 ? I knew this is the directory that stored all the necessary files for different platform of handhelds ...\Microsoft Visual Studio .NET 2003\CompactFramework...more >>

Checking whether SQL Server CE is installed
Posted by Shannon Lloyd at 11/9/2005 12:00:00 AM
Hi, I vaguely remember having a solution to this quite a while ago, but have been away from PPC development for a while and now am again confronted with this issue. Our users need to have this installed to use our app, and I need to check to see if it is installed (and if not, install it au...more >>


DevelopmentNow Blog