all groups > dotnet compact framework > january 2005 > threads for wednesday january 5
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
ANN: .NETCF v1.0 Service Pack 3 Now Available
Posted by Peter Foot [MVP] at 1/5/2005 11:05:14 PM
The .NETCF v1.0 SP3 Redistributable package can be downloaded from here:-
http://www.microsoft.com/downloads/details.aspx?amp;displaylang=en&familyid=a5a02311-194b-4c00-b445-f92bec03032f&displaylang=en
List of fixes grabbed from the above page:-
Fixed Issues:
- Transitions between managed ... more >>
how to create resx - Files for the CF
Posted by Carsten Marx at 1/5/2005 5:42:09 PM
Hello,
i have some small pictures and some xml-Files which i need in my
application.
I want to include the as embeeded resource, so that they are not visible
for the user.
How can i do this without the designer? And how can i access this resx -
resources.
thanks for any help
Carst... more >>
Symbol Printing API
Posted by Harry Simpson at 1/5/2005 4:14:34 PM
I was previously using Dick Grier's Serial port control to stream CPCL
printer code via COM1 to a connected Zebra printer. I then got a device
with Bluetooth. I've tried COM8 with both Dick's code and the ZebraPrint
which is suppose to support Bluetooth. Neither worked.
Then tested the S... more >>
DataGrid / Binding
Posted by David FĂșnez at 1/5/2005 3:32:36 PM
Hello;
I'm facing a new problem, i have a form with a Datagrid that shows a XML
file, i can Add/Delete/Edit records in the grid, but i cant Save any
changes.
i think the problem is binding data.
So any help is welcome. If you want the project to check it out, i can send
a Zip file 456... more >>
some questions about layout
Posted by Carsten Marx at 1/5/2005 2:56:40 PM
hello,
today i've some questions about layout in the compact framwork.
i'm developing a visual seeking system with the CF and pocket pc 2003
sdk with screenresolution 480x640.
by the way i'm developing with Visual Studio .NET and a Fujitsu Siemens
Pocket Loox 720 and i'm NOT using the Designe... more >>
Maximising a form with a menu.
Posted by Mark Bath at 1/5/2005 2:41:45 PM
Programming in C# using Microsoft Visual Studio .NET 2003.
Application:
2 forms. Both are maximised with no minimise and no maximise buttons on
them.
The first form has no menu on it but the scond form does.
Problem:
The first form (the one without a menu on it) appears full screen. Grea... more >>
Events on Form
Posted by Lars Black at 1/5/2005 1:21:22 PM
I'm a bit puzzled about the way events are triggered on a form. Given the
code below, there seems to be a difference between using Show and
ShowDialog.
Form2 frm;
// Test ShowDialog
frm = new Form2();
frm.ShowDialog();
frm.Visible = false;
frm.ShowDialog();
f... more >>
URGENT: "Cannot establish a connection. Be sure the device is physically connected to the development computer."
Posted by Sami at 1/5/2005 11:05:16 AM
Hello,
I just started out with VS.NET 2003 to develop for PPC2003.
I have been developing for PPC2002, HPC2000 and PPC2003 using eVC++3.0 &
eVC++4.0.
I have now decided to move upto "better" things like VS.NET2003.
I can connect to PPC2002 emulator, PPC2003 SE Emulator but unfortunately the... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Clever Timing Question
Posted by marcmc at 1/5/2005 8:01:03 AM
I want to Compact a Database once a week on a friday at 12pm. Any ideas on
how to achieve this very welcome.... more >>
key combination creates problems
Posted by Hari at 1/5/2005 7:29:05 AM
hi,
my alphanumeric only text box reports error, when the combination of TAB,
CAPS LOCK, SHIFT, CONTROL, ENTER keys( any COMBINATION of these keys) are
pressed.
could you please tell me how to avoid the keystrokes(combination of any) and
thus avoid the message?
Regards,
Hari... more >>
Compact .sdf Database
Posted by marcmc at 1/5/2005 6:55:06 AM
My code falls over between line Message 1 & 2 with a SQLCEException.
OrdersDB.sdf exists, OrdersDBTmp.sdf does not.
What seems to be the problem?
Any ideas very welcome.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Di... more >>
Sending data over GPRS
Posted by TheKopite at 1/5/2005 5:13:01 AM
Hello everyone
I'm just starting a project in C# sending data back and forth from a Pocket
PC to a desktop machine.
I'm using sockets at the minute and it seems pretty straight forward to do
this over WIFI or in a cradle via activesync but I'm struggling to find much
to help me move thi... more >>
Signature Capture
Posted by bing at 1/5/2005 5:12:29 AM
All,
I'm developing an application for 2D barcode and signature scanning.
I've seen a few CE devices with this feature built in. Specifically,
the Casio DX-10 (DX-1), Psion Workabout Pro, and Intermec KC-30.
Does anyone have experience with this sort of application? Any advice
on what to lo... more >>
OnKeyPress(KeyPressEventArgs e)
Posted by oubouchil NO[at]SPAM hotmail.com at 1/5/2005 4:35:23 AM
Hi All,
Thanks Daniel for your help.
Now i'm facing one problem in my control application ASP.NET with C#
i'm using the code below:
using System.Web.UI;
using System.Web.UI.WebControls;
using System.ComponentModel;
public class MyText : System.Web.UI.WebControls.TextBox
{
private const ... more >>
How to display a line, over a control?
Posted by Hari at 1/5/2005 3:59:02 AM
hi,
how to draw a line above a ListBox in a form. Currently I can draw the
line(onPain event), but the Listbox hides it and only some part of the line
gets displayed.
i have used the 'send to back' property to push the listbox to the back and
then draw the line. but it failed and most pa... more >>
Web Service in WinCE
Posted by TusharM at 1/5/2005 3:51:06 AM
Hi,
I want to host the existing Web Service (on PC) to Windows CE device.How can
i host the same Web service there.
According to the article i read ,i need to write new ATL Component and from
that COM dll i need to generate WSDL and WSML files using tool called
"wstlstb_ce.exe"
articl... more >>
|