all groups > dotnet compact framework > may 2004 > threads for sunday may 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 31
How can I use the Compact Framework without Visual Studio 2003?
Posted by RedFish at 5/23/2004 11:18:37 PM
Hello All!
I wonder if anyone can tell me if it's possibly to develop software for
the PocketPC using the Compact Framework without having to purchase any
software.
I have started using C# and VB.Net with SharpDevelop. It's a fabulous
program. I wonder if there is anything similar for ... more >>
.NET compact framework
Posted by Gouri at 5/23/2004 10:41:03 PM
Hello all
How do you install .NET compact framework on a Pocket PC if the desktop machine is not having Visual Studio.NET installed?... more >>
power management
Posted by Kempton at 5/23/2004 7:21:02 PM
How can I get how many 100% of battery left? Besdies, How can I estimate how long the battery can last?... more >>
Over clocking with Compact framework
Posted by Ofer B. at 5/23/2004 6:30:26 PM
Hi all,
I know that there are some application that enable to do over clocking to
devices.
Is it possible and how, to do over clocking with comoact framwork, C#
thanks,
Ofer
... more >>
checking CPU and memory status
Posted by Ofer B. at 5/23/2004 5:17:12 PM
Hi all,
Is it possible to check the CPU and memory status of my application?
Is there any tool or some API that I can use to do that.
thanks,
Ofer
... more >>
DataGrid
Posted by Rn at 5/23/2004 4:01:04 PM
Hi,
Could anyone point me to a good datagrid with extended funcionality over the
existing one in the CF?
Thanks in advance,
Rn
... more >>
eVC++ create button
Posted by Ricardo Veloso at 5/23/2004 3:38:40 PM
Hi,
How Can I create a button using CreateWindow function, and then associate an
event?
I'm working on a Today Screen Item and I'm not using Visual Interface
development.
Thanx
Ricardo Veloso
... more >>
Playing multiple WAV files at once
Posted by PBS Productions at 5/23/2004 2:36:07 PM
Hi,
I'm trying to play multiple sounds at once (or to be correct, don't
disturb already playing sound from other application).
I've been searching the internet to get this working but with no luck.
One library I found was the Hekkus Sound sustem but unfortunately this
library has issues ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
473.22000000000025 instead of 473.22 ???
Posted by Ofer B. at 5/23/2004 2:32:26 PM
Hi all,
when I run this code:
string sNum1 = "5000"
string sNum2 = "4526.78";
double dNum = double.Parse(sNum1);
dNum = dNum - double.Parse(sNum2 );
===============================
dNum is equal 473.22000000000025 instead of 473.22.
Why does it hapened?
At the end of my calculatio... more >>
faq?
Posted by ski at 5/23/2004 5:31:01 AM
Is there a Frequently Asked Questions someone could post? Or links for
absolute beginners? I'm using Syware Visual CE now, but I'm interested in
..net.
Thanks!
... more >>
|