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 > may 2004 > threads for sunday may 30

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 31

.NET CF does not work after a restore?
Posted by Gavin at 5/30/2004 9:56:03 PM
H I recently noticed a bug that if a user had to restore their Pocket PC, .NET CF breaks/stops working. I had a customer kind enough to manually install all his files instead of restoring his Pocket PC from a backup and my application worked again Has anyone experience similar problems? Is there...more >>


resizing picture box based on string length
Posted by microsoft at 5/30/2004 9:39:37 PM
I want to resize the width of a picture box based on the length of a string. I have a string "s". I do this in the paint event of a picturebox: Dim font As New Font("Arial", 12, FontStyle.Regular) Dim sSize as SizeF = e.graphics.measurestring(s, font) 'Here's what i want to do that does...more >>

Unable to show a form
Posted by sbryan NO[at]SPAM nsw.counterpoint.com.au at 5/30/2004 8:05:53 PM
Hi all. I am fairly new to VB.NET development in the compact framework, but I think I'm starting to get the hang of it. Anyway, I have a program in development that has multiple forms. One form shows a whole lot of products in a treeview. When the user selects the product, a detailed product ...more >>

best way to replicate Rich Text Box
Posted by microsoft at 5/30/2004 1:42:39 PM
We have several rows of text we want to display but want to be able to change at least the forecolor of the text by row. We are currently putting this info in multiline text box, but no way there of course to discrimanetly change the color of just one row. How are people accomplishing this? We...more >>

Printing Barcodes
Posted by Bert at 5/30/2004 12:36:03 PM
Hi I'm trying to print to a barcode printer attached to the Pocket Pc. How do I do this? I'm using VB.NET for CF. Anybody has a sample code for this? Thanks Bert ...more >>

Pull multiple values from Column to Combobox
Posted by Keith at 5/30/2004 7:09:13 AM
This is 1/2 a SQL Server CE question - 1/2 a CompactFramework question. I'm developing in VB.NET Compact Framework. I want to be able to pull data out of a SQLCE database on the mobile device. I've created the .SDF database file - the application can connect to it. My question comes f...more >>

Custom Control
Posted by Keith at 5/30/2004 7:06:46 AM
Someone was kind enough to send me a control that he developed that does precisely what I need it to do. However - the code was originally written in VB.NET for windows apps. I'm developing for the Compact Framework (CF). When I attempt to add the control under CF - the control is gra...more >>



DevelopmentNow Blog