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 >>
|