all groups > dotnet compact framework > march 2005 > threads for tuesday march 8
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
ApplicationEx and ShowDialog
Posted by Keven Corazza at 3/8/2005 11:39:03 PM
Hi, I've read all topics about ApplicationEx and in most of them is written
that if the form is opened with ShowDialog is not possible to receive all
windows messages (I need to know if Escape character is pressed).
All my forms are opened with ShowDialog method. How can I do to workaround
... more >>
how do I send a post string
Posted by Don Andrez at 3/8/2005 10:37:01 PM
How do i send a post string in c# .net cf
i need to send a multipart/form-data to a web server and get its response
... more >>
Problems with ArrayLists
Posted by Chris at 3/8/2005 5:40:32 PM
Hi There,
I encountered Problems using ArrayList objects.
My question is:
How can I search members of objects (i.e. object.Member) in my ArrayList???
Purpose: I want to see if I have objects of a certain address in my list,
and if not,
i want to create some accordingly and append them to the... more >>
ListView Exception
Posted by Aaron at 3/8/2005 5:17:32 PM
This will probably be the first of many postings for me on this
subject since to matter what I do with a listbox it throws multiple
exceptions, even after using sample code from the help and other
archive postings...
I have a listview on my form and I'm created three columns. I'm using
InThe... more >>
calculate the column total
Posted by victor at 3/8/2005 5:14:01 PM
hi guys
i want to calculate the total amount for the a column in the datatable. i
wonder if there is a easy to achieve this instead of using a loop to go
through the whole datatable.
cheers
victor
... more >>
Large Images and Memory Usage
Posted by n_none at 3/8/2005 5:13:41 PM
It seems many people are having problems with the 32meg process limit
the compact framework has, especially when dealing with images. Modern
digital cameras are in the 6 to 8 megapixel range. Using Jpeg
compression keeps the images under 2 megs, but to use the images in the
compact framework I ... more >>
Bad DoEvents, Bad
Posted by Tim Johnson at 3/8/2005 4:58:13 PM
I wanted a "progress form" to monitor uploading a big batch of records via a
web service a few records at a time. In between batches I update a label
count field and issue Application.DoEvents(). In pseudo code it looks like
this:
lbl.Text = "0";
batchsize = 0;
for i=0 to bignum
{
... more >>
Input MessageBox
Posted by Aaron at 3/8/2005 3:06:47 PM
Is there any way to create an input box with VS .NET 2003. I don't
want a full screen for one textbox and can't seem to find a way to do
this. If I missed the archive on this subject, please post a link.
Thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CF ComboBox databinding bug?
Posted by Darren at 3/8/2005 2:57:09 PM
I have a combobox databound to a foreign key in a lookup table. I want to
manually add a row to the lookup table that has a DBNull value as the key so
I can select a null foreign key. This works well in the full framework but
on the compact framework when I select the null value from the dropdo... more >>
How to install file to storage card
Posted by Brad Wood at 3/8/2005 2:53:35 PM
I need to install my application's database to a storage card.
Questions:
- I couldn't find any way to do this with a cabwiz create .cab file. Am
I wrong?
- Consequently, I would have to use a 3rd party tool to create my
install, correct?
- The current deployment model is for Internet conne... more >>
Merge Replication and Stored Procedures
Posted by Bill at 3/8/2005 1:53:02 PM
Im using CF and SQL CE to create an application that records to SQL 2000
database server. I would like to use merge replication for its support for
SSL & disconnected CE. (Encrypted communication over the wlan is a strict
requirement and it is my understanding that SqlClient in the CF will thr... more >>
Webservice only works with IP address since CF SP3
Posted by j.edwards at 3/8/2005 1:40:50 PM
Hi,
I have been developing an app that communicates through webservices and it's
worked perfectly up until installing CF SP3. Now I can only connect if I
specify an IP address.
Previously I had been using e.g.:
http://servername/AppFolder/WS.asmx
The "servername" was not "localhost" ... more >>
Read Database size, memory and use memory
Posted by A_PK at 3/8/2005 1:26:14 PM
Hi, few question regarding database and memory question.
1-How can I read my database size ? my database is xxx.sdf, how can I read
the size using vb.net in pocket pc 2003
2-how can I detect fee memory and used memory size ?
3-if a SD card or CF card is inserted, how could I detect the card s... more >>
Device with built-in barcode scanner, printer and GPRS?
Posted by nzpcmad at 3/8/2005 11:48:23 AM
Can anyone help with this?
We are looking for a mobile device with built-in barcode scanner,
printer and GPRS connectivity.
The printer must be able to print bar codes.
The GPRS is for web services connectivity.
Can be either Win CE or PPC.
Must be robust e.g. the scanner can't be a ... more >>
how to download "OpenNETCF.Data.CSV"
Posted by A_PK at 3/8/2005 11:08:59 AM
i need this "OpenNETCF.Data.CSV" dll.....I would like to import this to my
application.
i went to the site http://www.opennetcf.org/CategoryView.aspx?category=Home,
but i dun know where to download the dll. please guide how to get the file.
thank you very much
... more >>
WinCE, .NET and IWebBrowse2 Objects
Posted by Peter Tewkesbury at 3/8/2005 9:44:38 AM
Hi
Does any one know how I can create a IWebBrowser2 object using eVC4 and host
it in a C# .NET application??
Thanks
Peter Tewkesbury
... more >>
Could you tell me which port is SERIAL IRDA PORT?
Posted by Daimy at 3/8/2005 9:03:19 AM
Could you tell me which port is SERIAL IRDA PORT?
IRDA?
IRCOMM?
... more >>
Diffrent Resource Name in DesignTime and RunTime !
Posted by Parham at 3/8/2005 8:40:41 AM
Hello All,
I have a solution with two projects: one MyProjectControls in C# and
another MyProject in VB.net.
I have some bitmaps that are Embeded in MyProjectControls project and
using them for my custom controls in MyProjectControls. The bitmaps are
in the "Image" folder of MyProjectControls.
... more >>
DataGridTableStyle not being applied
Posted by Rich at 3/8/2005 8:05:12 AM
I have working sample code demonstrating the use of DataGridTableStyle,
but for some reason it's not working for me. The column headings just
assume the field names instead of the "HeaderText" I specify and any
other properties I set are ignored. Any ideas?
Code:
SqlCeConnection cn = new ... more >>
INVOKE
Posted by Mike Sullivan at 3/8/2005 7:21:03 AM
Is there anyway to use the invoke without having it attached to a specific
form or control. As an example I have data that comes from an event on a
working thread and it is directed to a status textbox on whichever form is
active. It is more involved than this but it shows what I am trying ... more >>
Error: Cannot establish a connection. Be sure device is physically
Posted by Arif at 3/8/2005 6:39:05 AM
Hi,
While deploying using Active Sync 3.7.1, I am receiving the follwing error:
------ Deploy started: Project: Interfaces, Configuration: Debug Pocket PC
------
Deploying to Pocket PC Device using TCP Connect Transport
Error: Cannot establish a connection. Be sure the device is ph... more >>
Problem with CreateProcess
Posted by Hari Seldon at 3/8/2005 5:57:07 AM
Hi,
When I start up my device, instead of explorer.exe I am starting a VB.Net
program. The VB.Net program checks to see if I have ever aligned my ELO touch
screen (I create a file to indicate this) I call ELO's alignment program
using CreateProcess. My problem is that even though I think th... more >>
Escape character ?
Posted by Keven Corazza at 3/8/2005 12:33:02 AM
Hi, I post again a topic for which I never had an answer.
I'm developing an application that will run on PPC and on WinCE devices.
For this last situation I would like to close the current dialog box if the
user press the ESC button, but the KeyPress, KeyDown, KeyUp events are not
called whe... more >>
|