all groups > dotnet compact framework > april 2004 > threads for tuesday april 27
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
Dataset to Sql Server Ce
Posted by cox at 4/27/2004 11:15:51 PM
How can I take a erived dataset and populate a sql server ce database table
that matches the dataset.
I understand the concept of taking a table (ex. via sql) from sql server ce
and using a data adapter to fill a dataset...now how can I reverse the
process.
... more >>
XML/user data...
Posted by Brian H at 4/27/2004 9:33:04 PM
Hi all,
I'd appreciate some feedback on persisting user-settings.
In my app, I have 3 different XML files that are used to persist data. I'm
going nuts to try and lower the load time in my app. Reading the XML files
are not TOO bad, but I've done a few very simple benchmarks to get an idea... more >>
Checkbox Word Wrap
Posted by darren at 4/27/2004 9:33:02 PM
I am using code to build a Checklist in a Panel and I would like a way
to wrap the text of the checkbox if it is wider than the panel.
Since I am building the checklist dynamically I can use a Label for the
text, which will wrap the text. But I would still need to figure out
the correct he... more >>
Symbol Pocket PC Barcode reader Sample App (VB.NET)
Posted by google NO[at]SPAM winbasic.com.au at 4/27/2004 8:45:40 PM
Hi,
Does anyone have a sample piece of code that enables the scanner? I
have downloaded the Symbol Mobility Kit but all of the samples throw
exceptions. All I want to do is just to scan something in - the rest
I'll work out myself. However, it doesn't matter how many different
instantiations ... more >>
Stored Procedure Via Sql.Data.SqlCilent in .NETCF
Posted by SVGeek at 4/27/2004 8:31:23 PM
Hi!
I was reading the book by Larry Roof "The Definitive Guide to the .NET
Compact Framework" and one more book "Sql Server CE Database Development in
..NET Framework" (duno about the author).
The thing is I try to search the example of using the SqlParameter and
calling the StoredProcedure... more >>
Debug from Visual Studio
Posted by Praveen at 4/27/2004 6:58:24 PM
Hi All,
Can anyone please tell me how can I build an OS image in platform builder
that will work with Visual Studio 2003? So I can debug from Visual Studio?
I'm creating SmartDevice .NET Compact Framework applications that I would
like to debug from Visual Studio. Is it possible to do line-... more >>
ColumnHeaderCollection - Listview with CF ?
Posted by HomeAutomation Freak at 4/27/2004 6:32:33 PM
Hi Folks,
I'm trying to access all columnheaders of a listview on a form.
I can't access the listview.ColumnHeaderCollection.Item(x).text ;-(
Any ideas/suggestions/help on this topic ?
I'm using VB .NET with CF
I need to get/set every columnheader text.
(actually, I need to retrieve it... more >>
Garbage Collection bug?
Posted by Anderas Broman at 4/27/2004 5:32:52 PM
Hi,
I am developing a C# application for Windows CE. I have about 88 MB free
memory on my device, but I got some strange out of memory exceptions so I
decided to write a simple memory testing app that allocates memory until
this is no longer possible. This application can however only allocate... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Formating the columns in a datagrid
Posted by Borras at 4/27/2004 5:06:04 PM
Is there an easy way to format the columns of a datagrid progaammaticly? I can change the font using the font methed but can you set column size and color in a compact framework environment?... more >>
CF Service Packs impacting registry auto start functionality?
Posted by trisco2001 NO[at]SPAM hotmail.com at 4/27/2004 3:49:49 PM
This is a question I posed to Jon Box, someone some of you might
recognize. He then suggested I post my question on this group (which
he refers to as "The Newsgroup") which I had been previously unaware
of!
My problem, in a nutshell, is this: After installing CF SP2 to fix one
problem another... more >>
newline character in a multiline textbox?
Posted by stevebju at 4/27/2004 3:11:02 PM
I have a multiline textbox where I want to insert a message on multiple lines. In the full .Net framework, I can do this by using the Environment.NewLine property like so:
txtMyTextBox.Text = "How are you?" + Environment.NewLine + "Good";
Does anyone know of a work-around, since both Environme... more >>
What are the steps to making an MSI?
Posted by Richard Lewis Haggard at 4/27/2004 2:47:15 PM
I know that this has been asked before, but I don't seem to be able to make
heads or tails of the response, so I'd be grateful if someone could be so
good as to go through the steps necessary in order to make a deployable
project.
I'm in C# and have a solution that makes an application. I want... more >>
Open port USB with vb.net in PDA | Abrir el puerto USB con vb.net en PDA
Posted by Edgar Hdz at 4/27/2004 2:40:00 PM
Hi everybody |<es>| Hola a todos
I have a problem with a USB; I can´t open USB port with VB.net for PDA
|<es>| Tengo un problema con el USB; no he logrado abrir el puerto USB con
VB.net
I need send text to a printer RS232 but i can´t;
|<es>| Necesito enviar texto a una impresora RS232 pe... more >>
URLEncoding, WebClient, Access->SQLCe, SpecialFolders
Posted by Steve Podradchik at 4/27/2004 12:42:20 PM
Hi,
In porting a desktop app to the CompactFramework, we're doing OK on
compatibility but we do wonder if folks have solutions for some of the
missing things we need:
1. We need to post data to a Web site in a URLEncoded fashion.
web.HTTPUtility seems missing. How do we do a URLEncode? T... more >>
Oracle connectivity for CF
Posted by dys at 4/27/2004 7:36:02 AM
Hello,
Like a lot of person, I need to access a Oracle DB 9.i from my Windows CE device, but I have no connectivity solution with Compact framework (such as System.data.oracleclient with classic .NET framework)
I really need this, my IDE is visual C#, and I have only found out how to connect to a... more >>
backcolor listview
Posted by jbpb at 4/27/2004 7:16:06 AM
I am trying to change the backcolor property on a listview control subitem. I believe I installed SP2 correctly. Help!
... more >>
Datasets and XML/XSD
Posted by Amit Patankar at 4/27/2004 5:41:03 AM
Hi
I am using XML to store my datasets.
I am using 2 files: "MyXMlFilename.xml" to store the data values (all the rows) and "MyXMlFilename.xsd" to store the schema. I use DataSet.ReadXml(Full path of MyXMlFilename.xml) to read the data and DataSet.ReadXmlSchema(full path of MyXMlFilename.xsd) to r... more >>
Image Click
Posted by kamal at 4/27/2004 4:41:04 AM
I am using a image(.jpg file) which contains the skin of a remote control.
The idea is to develop an remote control application in my Pocket PC.
Now I want the buttons in the image has to handle the click events. The remote control image contains the ellipse and circle shaped buttons.
Kindly h... more >>
Put icon or image in system tray(Pocket PC )
Posted by joby_cg NO[at]SPAM yahoo.com at 4/27/2004 3:55:52 AM
Dear All,
How can we put icon or image in system tray of the pocket PC (Where
we can see the NEW menu).
My requirement is, if synking is hapening i want to show one image.
By this user can understand synking is happening.
Thanking you all. Waiting for the replay.
Regards
Joby M.Chacko... more >>
|