all groups > dotnet compact framework > august 2004 > threads for tuesday august 24
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
ConmanClient not installed correctly
Posted by troy anderson at 8/24/2004 4:18:43 PM
I have followed the documented procedure for setting up a debug session with
VS.NET2003 and .NET device by running SDAuthUtil on both PC and device.
However, I get an error on the PC which states that ConManClient could not
be started. I have a PC running XP with VS2003.NET and a X86 processor
... more >>
.NET Runtimes problem
Posted by Ctitanic at 8/24/2004 1:36:17 PM
Could any of the MVPs check this thread and tell us how to fix this problem?
http://discussion.brighthand.com/showthread.php?s=&threadid=109154
--
Frank J. (Ctitanic)
www.pc-counselor.com
Home of Tweaks2k2
... more >>
What database format is Pocket Outlook using?
Posted by PeterB at 8/24/2004 9:17:14 AM
What API should I use to read data from the database on a desktop PC?
/ Peter
... more >>
What does Compact Framework add...
Posted by PeterB at 8/24/2004 9:13:49 AM
Is there a comparison chart between a PocketPC without CF, with CF1,
CF1+SP1, CF1+SP2 and the upcoming CF2??
As a side note, would the use of RAPI (for example OpenNETCF.org's Desktop
Communication API) require any of the CF sets or would it be runnable
without CF (i.e. on a PocketPC 2002 mach... more >>
Microsoft.WindowsCE.Forms.Message to get Parent Control?
Posted by andrew_f_martin NO[at]SPAM hotmail.com at 8/24/2004 7:23:29 AM
I have implemented a custom DateTimePicker control with OpenNETCF
IMessageFilter:
public bool PreFilterMessage(ref Microsoft.WindowsCE.Forms.Message m)
{ // Add MsgWindowTest.PreFilterMessage implementation
if (m.Msg == (int)WinAPI.eWM.WM_LBUTTONDOWN)
{
// Get the low and high ord... more >>
GPRS truncates soap messages
Posted by info NO[at]SPAM vajani.com at 8/24/2004 1:32:25 AM
Hi,
I have a .net cf application that sends a dataset to an Xml web
service.
If I'm connected to the lan, it works properly, but if I try with
gprs, the webservice returns me a soapformatexception.
It seems that gprs connection truncates the dataset, so the webservice
can't recognize it.
I... more >>
Question on OpenNetCF Serial Port Demo
Posted by 50230065 NO[at]SPAM alumni.cityu.edu.hk at 8/24/2004 1:17:12 AM
To all,
I've written a demo program using OpenNETCF's Serial classes
but seems that it won't work (at least can't send out data and the
dataReceved delegate is never called)
the source are as below:
[code]
using System;
using System.Drawing;
using System.Collections;
using System.Windo... more >>
|