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 16

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

Application priority
Posted by KNC at 11/16/2005 11:08:26 PM
Hi all, Our application is usually facing the problem of quitting unexpectedly. At first the application is allocated in pda machine. Then because of memory and compact problem, we suggest our customer to move out application and big database to SD card. Even that the quitting problem is st...more >>


Connections CE and Active Sync
Posted by Maxus at 11/16/2005 10:41:38 PM
Hi People, I have written my first CE application that uses SQL CE to store its data when the user chooses syncronise the data is shifted from the unit to the main server and removed off the unit. All of this works brilliantly (i actually thought that would be the hard bit). Now I need a wa...more >>

Unable to locate SqlServerCe on CF 2.0
Posted by Renji Panicker at 11/16/2005 10:09:26 PM
Hello all, I just installed the CF 2.0 but am unable to find the System.Data.SqlServerCe.dll, and therefore unable add any references to it. If I try using it nonetheless, I get the error: "The type or namespace name 'SqlServerCe' does not exist in the namespace 'System.Data' (are yo...more >>

tool to show memory usage of a program
Posted by Markus Humm at 11/16/2005 7:12:17 PM
Hello, is there any free tool which can show how much memory my app uses? The tool should run under WM2003 or higher and be able to cope with .NET CF software. Greetings Markus...more >>

More OutOfMemoryException Problems
Posted by Tom Robson at 11/16/2005 7:10:05 PM
I am getting another OutOfMemory problem which seams a little strange. I have only tested in debug as yet, so this may be significant, but basically I have a big app, which uses one form and adds and remove controls on the form to make up to about 50 different forms according to configurati...more >>

PDA Graphics - Flicker Free.
Posted by JamesD at 11/16/2005 4:06:04 PM
Hi, I have recently begun developing an application for PDA's running PocketPC 2003. To break it down, in essance it is a drawing package using vector graphics. However I have had a real problem trying to get flicker free drawing to the screen of a PDA (it seems to work fine on the emulator...more >>

questions about a specific pda
Posted by climax! at 11/16/2005 3:58:55 PM
Hi! We have to write an aplication specifically for a TAKARA DIGITAL NAVIGATION SYSTEM(it's a pda of course). I doubt anyone heard anything about this piece. First of all, instead of the standard graphical interface which you see on all window ce systems you get a custom shell. Here the prob...more >>

SLOW debugging of CF application with VS 2005
Posted by Michael at 11/16/2005 3:34:13 PM
I am working with a CF project that I developed with VS 2003 and recently ported to 2005. When I set a breakpoint in the code and step to the next line, it takes between 10 to 20 seconds to step to each line. This only happens about 25% of the time, but for hours at a time. ...more >>



list view sub item problem
Posted by chamal kalamulla at 11/16/2005 2:49:45 PM
hi all this is very strange. i add list view sub item to list view item and then list view item to list view. when i add sub item to list view item once there seems to be 2 subitem on the list viewitem. 1st itts the listview item text 2 the list view sub item text. wheni add the list view...more >>

ÍÙ ÓÕÐÅÒ ÇÅÒÏÉ
Posted by ÍÙ at 11/16/2005 10:26:01 AM
÷ Ó×ÑÚÉ Ó ÐÏÌÉÔÉÞÅÓËÏÊ ÏÂÓÔÁÎÏ×ËÏÊ ! ÷ õËÒÁÉÎÕ ÐÒÉÅÚÖÁÀÔ ÓÕÐÅÒ ÇÅÒÏÉ- âÅÔ íÅÎ É óÐÁÊÄÅÒ íÅÎ! äÌÑ ÌÉË×ÉÄÁÃÉÉ ËÒÉÚÉÓÁ ÎÅÄÏÏÂÅÓÐÅÞÅÎÉÑ! ïÎÉ ÒÁÂÏÔÁÀÔ ÐÏÄ ËÏÍÐÁÎÉÅÊ ôÉÍÏÛÅÎËÏ! ó ÌÏÚÕÎÇÏÍ "àÝÅÎËÏ -Ñ ÞÅÌÏ×ÅË ÏÂÉÄÞÅ×ÙÊ" ÷ÁÛÉ ËÏÍÅÎÔÁÒÉÉ! ...more >>

ActiveSync_Remote_Display from Power Toys
Posted by ma... NO[at]SPAM gmail.com at 11/16/2005 10:12:16 AM
Has anyone been able to use the 'ActiveSync_Remote_Display' (ASRDisp.exe) from Windows Mobile Developer Power Toys (http://www.microsoft.com/downloads/details.aspx?familyid=74473fd6-1dcc-47aa-ab28-6a2b006edfe9&displaylang=en) with the new version of ActiveSync 4.0 and A PPC with MS Mobile 5.0? ...more >>

Hiding command bar (or menu bar)
Posted by Norbert at 11/16/2005 8:01:27 AM
Hi I'd like to hide the command bar from a form Problem: its visibile because i use the SIP I managed to hide the SIP button, but the command bar is still here.. (myform.menu is set to null ) The only way I can hide it is setting my form to be the TopMost (but I don't want to do it thi...more >>

Text property in usercontrol
Posted by Mark at 11/16/2005 3:46:02 AM
I created a usercontrol with a picturebox and a label. Now I want to make a Text propery on the usercontrol which updates the label text. If I create a propery 'public override string Text' I can use the property in code but not in the designer. Am I doing something wrong ? I'm using VS2005 ...more >>

MissingManifest Error in VB
Posted by Gizmo at 11/16/2005 3:23:02 AM
Hi everyboby, I'm trying to make an appz with multilanguage and I've foud an example in C# (WorldClock). I've revritten in VB but I get a MissingManifestError. Could someone help me? Thanks in advance.. Gizmo Here the code: Imports System.Globalization Public Class Form1 Inher...more >>

Panel Control in CF, can it do auto scroll
Posted by chamal kalamulla at 11/16/2005 1:05:07 AM
hello all Can control "Panel" in CF do auto scrol to view controls within which are out of view thanks...more >>

Odd IOException using StreamWriter
Posted by Michael Lofgren at 11/16/2005 12:00:00 AM
Hi, (Apologies for the resend, but I forgot to add the subject previously) Below is an excerpt from my code. When I run it, the I sometimes (one every three times?) get a System.IO.IOException, with no error description. The exception seems to occur when the flush occurs... With autoflushing o...more >>


DevelopmentNow Blog