all groups > dotnet compact framework > november 2005 > threads for sunday november 20
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
VGA or QVGA?
Posted by Michael Coelsch at 11/20/2005 9:11:10 PM
I am a little confused about what FormFactor to chose for my new
applications in VS 2005. This App should run on VGA and QVGA devices.
Would it be a mistake to chose VGA resolution generally and set AutoScale to
DPI and AutoScroll to false?
It seems to me that with these settings i would a... more >>
System.TypeLoadException
Posted by Nathan at 11/20/2005 7:14:01 PM
I try to run my application I get back this error when I get to use the
"system.data.dll.... more >>
How to send data between a handheld device and a PC?
Posted by Martin at 11/20/2005 11:11:04 AM
Hi
I'm new to mobile development so I'm looking for help on how to send
data between a handheld device (HP iPAQ RX 3715) and a PC. The
communication will be wireless. The development will be done using
Microsoft Visual Studio and C# as the language.
The server application running on a PC w... more >>
C# CF v.1.1 Monitors and the Wait()-method?
Posted by waggerdagger NO[at]SPAM hotmail.com at 11/20/2005 10:54:28 AM
Hey!
I have a question regarding C# CF v 1.1 which I'm developing in at the
moment. I hope that someone have time to read this and perhaps give a
some pointers =)
My problem is the abscence of the Monitor.Wait() and
Monitor.Pulse()/PulseAll().
I'm using threads in my application, and o... more >>
build error The type or namespace name 'OpenNETCF' could not be found
Posted by datamodel at 11/20/2005 6:36:32 AM
I have two smartdevice projects both make reference to :
using OpenNETCF;
using OpenNETCF.Drawing;
using OpenNETCF.Windows.Forms;
One builds fine the other gives me the error message in the subject of
this post.
Obviously i'm missing some build option or project property to set. I
was not p... more >>
Can't get Form Designer to work with .Net CF v1
Posted by Will Chapman at 11/20/2005 12:00:00 AM
I'm using VS 2005 Beta 2 with both .Net v1 and v2 installed.
When using v2 components everything works fine but if I
try to use v1 components the Form Designer doesn't display
properly in that is just shows a line of icons representing each
control.
Can anyone tell me how to fix this (using... more >>
CABWIZ error log.
Posted by Dave Brown at 11/20/2005 12:00:00 AM
Is there a way to set Cabwiz to a offer verbose error logging ?
I have a problem build cabs..
I have been developing and app that uses franson's GpsTools.. And have
been deploying via the IDE for testing.. then when I tested the "Build
Cab" in the IDE, it failed with sod all error reportin... more >>
|