all groups > dotnet compact framework > august 2004 > threads for monday august 2
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
Read data from SqlCeDataReader
Posted by David at 8/2/2004 8:09:22 PM
How can I read data of some field from SqlCeDataReader by field name ?
I want read data by field name when I write:
int x = sqlCeDataReader("ID");
it doesn't work.
... more >>
howto wait a thread to stop
Posted by Jely at 8/2/2004 7:43:02 PM
hello all:
I want to wait a thread to stop , but I can't use thread.join in CF ,
can I use other methods to make it ?
thanks,
jerry.
... more >>
SqlCeDataReader
Posted by David at 8/2/2004 5:22:38 PM
How can I see how many records are in SqlCeDataReader ?
... more >>
Run-Time Error
Posted by SiewSa at 8/2/2004 4:20:21 PM
Hey there!
I received a run-time error of "System.NotSupportedException" highlighted at
the code line of "InitializeComponent()" suddenly after I have added two
buttons and respective codes to my vb.net project under the compact
frameworks.
The program is working perfectly fine before my la... more >>
ProtocolError - WebServices
Posted by nzpcmad NO[at]SPAM yahoo.co.uk at 8/2/2004 4:16:34 PM
The device I am developing on uses CE 4.10. It's current Compact
Framework version is the SP2 upgrade.
I use Visual Studio 2003 and C# for development.
It connects via GPRS.
I wrote a simple app. to demonstrate this problem. It is a version of
the Microsoft MathsClient.
The first time ... more >>
Selecting one record from SQL CE table
Posted by David at 8/2/2004 3:06:29 PM
What is an optimal way for selecting one record from SQL CE table?
For example I want to get record which ID=7 and fill some textboxes with
data from this record.
Also how can I check if there is no records selected at all?
... more >>
I need send an Email
Posted by Victor S. at 8/2/2004 1:40:53 PM
Hi, I'm working with an app that makes a serie of changes on a data. When
the changes are made I need to send and E-Mail with a file attached with the
modifications.
I have a problem beacouse I don't Know how I send a simple Email from the
compact framework. :(
Thanks.
Victor
... more >>
Cannot Connect to device from VS.NET
Posted by Evan Camilleri at 8/2/2004 12:01:16 PM
I cannot connect to the device from VS.NET to deploy (or debug)
I tried to:
> reregistering ProxyPorts.reg
> install the "Windows CE .NET Utilities v1.1 for Visual Studio .NET
2003.EXE"
> softresets
All in vain!
Any help?
Evan Camilleri
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ShortCut icon in the startup group for my application
Posted by jayderk at 8/2/2004 10:58:38 AM
I have been fighting with this shortcut in the startup group. Does anyone
have any examples of putting a shortcut in the startup group on a CE 4.1
device.
I have looked at the MSDN site and still can not get it working.
I am trying to get the *.inf file correct so it sends a shortcut to the
... more >>
Form X icon
Posted by David at 8/2/2004 10:01:43 AM
I show my dialog form with ShowDialog() method, How can I make my dialog
form to show X icon on top right corner?
... more >>
How to install framework SP2 to Emulator? Thanks!
Posted by Daimy at 8/2/2004 9:54:49 AM
How to install framework SP2 to Emulator? Thanks!
And how to install other cab programs to it?
... more >>
Rolling back app installation if CF sp2 not installed
Posted by Raj Kumar at 8/2/2004 9:17:01 AM
Hi!
After trying to understand how to include processor-specific netcf cab files and not making much progress, we decided to include the redistributable from Microsoft to install the appropriate cab file. We plan to include that on the same CD as our app but not in the app installer.
Now, we wan... more >>
Can't view form design in IDE
Posted by jason NO[at]SPAM no-spam.dive-master.org at 8/2/2004 7:57:34 AM
Hi all,
can anyone offer me a reason why I am unable to view
my form designer in the VS.Net IDE when I reload my CF
application?
Thanks,
Jason... more >>
Program update via web service, possible?
Posted by Chris Podmore at 8/2/2004 1:41:01 AM
We currently have an application that runs on the Pocket PC that communicates with a web service written in VB.NET. Is it possible to send program updates from the web service to the Pocket PC?
Thanks in advance.
Chris.... more >>
|