Groups | Blog | Home


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 2007 > threads for october 29 - 31, 2007

Filter by week: 1 2 3 4 5

ANN: New Article: Using GDI+ on Windows Mobile
Posted by ctacke/ at 10/31/2007 8:46:45 PM
We've published a new article on the OpenNETCF Community Site. Alex Feinman covers how to use GDI+ in your Windows Mobile managed applications. In case you missed them, our other recently published articles include: - Sharing Windows Mobile Ink with the Desktop - OpenNETCF Mobile Ink Lib...more >>


how to bold / underline pocket outlook appointment note text
Posted by None at 10/31/2007 4:14:19 PM
hi there, i'm developing a pocket pc application in c#.net to save appointments and i have to bold and underline some text in the note field. as the note field is of type string and it does not store any information about text formatting, how can i store the information indicating some charac...more >>

Disabling Start Menu in Windows CE 5.0 App
Posted by Anand Kale at 10/31/2007 4:07:55 PM
Hi, I need to disable the start menu on WinCE 5.0 pocketpc device app screens. IS there way to programmatically do that ? Thx, Anand ...more >>

Query on developing background application in .NET
Posted by at 10/31/2007 1:21:36 PM
I am an experienced .NET developer but new to the Compact framework and the windows mobile platform. I have a requirement to develop a windows mobile application (or service) in .NET compact framework 2.0 with the following requirements: =B7 Application runs in the background with no UI =B7 ...more >>

GPRS networking and Push Messages (AUTD)
Posted by Scott Gifford at 10/31/2007 2:53:24 AM
Hello, I'm working on an app that uses my mobile phone's GPRS network to implement a simple Push Notification system. My implementation is based on Microsoft's implementation of always-up-to-date synchronizatoin (AUTD) for Exchange, which they've written about here: http://msdn2.micros...more >>

Restarting (relaunching) application
Posted by Jin Chang at 10/30/2007 3:24:19 AM
Hi all, I have a need to restart or relaunch the application from itself. The first thing I tried is to modify the program.cs source so that the Application.Run() is within a loop as so: // ExitApplication is a static public variable while (!ExitApplication) { Application.Run(new Main...more >>

Better multiple forms or.....?
Posted by carnivore at 10/30/2007 12:00:00 AM
Hello I have to write an application to MC1000 terminal http://www.symbol.com/mc1000 Microsoft Windows CE 4.2 Core 32MB RAM/32MB ROM and I think that small memory size could become a problem. Should I use multiple forms (5-6) or one form with multiple panels? What is a general rule?...more >>

DLLImport question
Posted by JC at 10/29/2007 10:31:00 PM
HI, I am trying to use LoadIcon function offered by API on managed code. But I can not find out which dll this function belongs to, I need to find this out in order to make this function available by DLLImport. How do I figure this out? Thank you....more >>



ANN: OpenNETCF introduces ASP.NET Web Server for Windows CE
Posted by ctacke/ at 10/29/2007 6:37:16 PM
We're at it again! OpenNETCF Consulting is pleased to announce the release of a new product named "Padarn". Padarn is a very small footprint (less than 300k for all files) ASP.NET web server designed to run under the limited resource environments of Windows CE 5.0 and 6.0. Padarn lets y...more >>

System.IO.FileNotFoundException on TcpClient.Connect ??????? (CF2)
Posted by Sagaert Johan at 10/29/2007 1:00:08 PM
Hi ; Why do i get an System.IO.FileNotFoundException on this : TcpClient cl=new TcpClient(); cl.Connect("192.168.1.80", 7777); The Connect generates an exception visible in the output window. Encapsulating the Connect in a try catch does not yield me the exception in the catch. I t...more >>

MC70 Hardware Enter Key
Posted by Harry Simpson at 10/29/2007 10:38:39 AM
Help, Boss is leaving to demo my app tomorrow and we just got the MC70 with qwerty keyboard. The text enters just fine into the textbox with focus. I've got my out Enter pic button but now with the hardware keypad, he wants to enter numbers and then hit the hardware/or SIP enter keys and ...more >>

What is best SQLCeConnection strategy?
Posted by Adam at 10/29/2007 12:00:00 AM
hi I would like to know whats better To declare a SQLCeConnection variable as a Static member of a Class containing functions to MakeConnection and CloseConnection, or should I just declare it as a Public member of the above mentioned class containing Connection code. And, if better is use ...more >>


DevelopmentNow Blog