all groups > dotnet compact framework > april 2005 > threads for saturday april 23
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
replacement for C++ function 'modf'
Posted by mcruz at 4/23/2005 5:18:02 PM
hi, I was using the following function in a C++ program. I am now "porting"
it to C# and I can not find an equivalent to: modf function. As described
below.
double modf ( double x , double * ipart );
Split floating-point value into fractional and integer parts.
Breaks x in two parts:... more >>
ScreenShot on VGA device?
Posted by Boris Nienke at 4/23/2005 3:57:46 PM
hi,
i'm using some functions to get a screenshot in C# (something i've found
on opennetcf). This is working fine on a QVGA-device
But on a VGA-Device i only get a QVGA-ScreenShot (very poor quality of
the screen). Why is that?
Is there a chance to get a VGA screenshot on such devices withou... more >>
Get computer name
Posted by Peter Schmitz at 4/23/2005 5:05:01 AM
Hi,
how can I get the pocket pc's computer name in .net code?
Thanks
Peter... more >>
ActiveSync question
Posted by Peter Schmitz at 4/23/2005 4:47:20 AM
HI,
I just wrote my first .net compact application that in the end creates a
file with information int the \My Document\ folder of the pocket pc and is
synchronized with ActiveSync.
Unfortunately, ActiveSync does not give me the opportunity to change the
synchronized folder on the deskto... more >>
Can I use multiple handles all tied to one click event routine?
Posted by JamesL at 4/23/2005 2:25:23 AM
I created one button and programmed it to a simple form change. I then
copied that button and pasted it several times. After this, I noticed that
in the code, VisualStudio had tied all of the buttons to the same click
event routine with each button listed sequentially in the handles.
The co... more >>
|