all groups > dotnet compact framework > july 2007 > threads for july 15 - 21, 2007
Filter by week: 1 2 3 4 5
Trying to find .NET CF 2.0 equivalent for GetDiskFreeSpace
Posted by ve3wtj at 7/21/2007 8:34:01 AM
Hello.
I'm running Win Mobile 5.0 on an ARM XScale, and writing in VS2005 - Visual
Basic with Compact Framework 2.0.
I want to find out (programmaticaly) how much storage space is available on
the Pocket PC, both in main storage ("\") and on a storage card ("\Storage
Card\"), and show a ... more >>
bitmap conversion problem
Posted by raar at 7/21/2007 8:31:42 AM
Hello,
I am using .net cf version 2.0 and i have a strange problem with
converting bitmaps.
Loading of bitmaps in various formats (bmp, jpg, png) works perfectly
but when i try to save them in any format other than .Bmp (like jpg or
png), the program compiles but when i execute it i get an erro... more >>
The window open animation
Posted by at 7/20/2007 11:01:48 PM
Does anyone know what triggers the window open animation? It's that
expanding rectangle the you see right before a form is made visible.
It seems that if a form does not have a parent or owner specified, it
will appear. Otherwise, it doesn't. The same thing occurs for the
window closing anima... more >>
Upgraded DLL does not overwrite the original
Posted by rory.groves NO[at]SPAM gmail.com at 7/20/2007 2:37:55 PM
A DLL file included in a Deployment package in VS2005 does not
overwrite a previous version DLL on the device when installed.
I'm guessing because the older DLL may be still be "registered" when
the new DLL attempts to overwrite, and therefore does not.
No errors are thrown, i'm just not abl... more >>
Where to get dll for OpenNETCF.WindowsCE DeviceManagement class
Posted by Tango Tom at 7/20/2007 9:23:30 AM
I am working on a project that is using ApplicationEx.dll, which contains OpenNetCF.Windows.Forms classes and I don't know where the original designer got the dll from.
I, now, need access to the DeviceManagement logic from the OpenNETCF.WindowsCE namespace and don't understand how to get that ... more >>
Power off detection
Posted by Moshe Peleg at 7/19/2007 6:44:15 PM
Hi,
From what I've read in teh forum, there is no way to get a warning that the
power off was clicked (on most pda's).
Is there a "human" ;-) way to figure out that the system was turned on?
There is an event I must perform on system powerup.
Currently I'm running a special thread that che... more >>
access registry without .Net CF 2
Posted by cyberco at 7/19/2007 1:49:27 PM
WM5-SE, .Net CF1, VS2005
I want to access the registry on my WM5, .Net CF1 device. I know how
to access the registry using the Microsoft.Win32 namespace that comes
with .Net CF2 (or the OpenNetCF), but how about .NetCF1 devices?
... more >>
code signing problem
Posted by Buthrakaur at 7/19/2007 2:36:17 AM
Hello,
I just tried to sign my assemblies with my newly generated
certificate, but I get just error message when compiling the assembly.
I was following this article: http://www.codeproject.com/useritems/signcode.asp
, generated my certificate with blank password and afterwards used the
*.pfx f... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Does any body has a CeMapi C# wrapper or know how make such one?
Posted by ÀÇ at 7/19/2007 12:00:00 AM
I do not want to use Inthehand. Because in wm5 the phone will ask user to
confirm that let phone to run the Inthehand's three related dlls for three
times.
My customer does not want this happened. So I must directly invoke the
functions with cemapi.dll.
But I can not reference this dll in VS... more >>
.NET CF 2.0 not deployed with my application
Posted by Eve at 7/18/2007 1:16:04 PM
I'm trying to deploy my VS 2005 application to a PPC 2003 and it does not
deploy .NET CF to the device. I do have 'Deploy the latest version of the
..NET Compact Framework (including Service Packs)' checked. What could be the
reason?
Thank you for any help.... more >>
Deployment: Packaging .Net CF with installer
Posted by cyberco at 7/18/2007 11:20:51 AM
I want to distribute my application but although I've done quite some
Googling I'm a little lost how to solve the following issues:
- I want 1 installer for all all WM 5 PPC devices (all processor
architectures)
- I want to detect if the device has .Net CF 2 and if not, install it
automatical... more >>
Custom Software Development
Posted by VB at 7/18/2007 8:06:22 AM
iTechArt Group - Custom Software Development and Offshore outsourcing
Company
http://www.itechart.com/
Offshore custom software development company iTechArt - Web site and
Content Management Solutions development, CMS consulting: Ektron,
Drupal and DotNetNuke
iTechArt Group provides high... more >>
Assembly.LoadFrom(...) throw exception _HResult = -2146232800
Posted by gc at 7/17/2007 11:32:46 PM
Dear ALL,
upgrading from v1.3 to v2.2
on a pocket pc 2003 se
calling the Assembly.LoadFrom(...) throw an exception with _HResult =
-2146232800
Please advice
... more >>
Is. .NET compact crippled by carrier ala J2ME ?
Posted by Mike Klein at 7/17/2007 9:34:00 PM
Or can I expect to be able to call BT apis, gps service in control panel, etc.
Specifically interested in WM Professional. It can be very hard ferreting
out this kind of info.
Thanks
mike... more >>
Format Not Working
Posted by john pryor at 7/17/2007 11:12:00 AM
I was led to believe that the 'format' property on the
'datagridtextboxcolumn' class would be working starting in CF2 SP1. I read
this on a blog that appeared to be from the CF Team.
http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx
I am running CF2 SP2 on a windows mobile 5.0... more >>
Assembly.LoadFrom(...) throws exception _HResult = -2146232800
Posted by charalampos at 7/17/2007 7:13:06 AM
Dear ALL,
upgrading from cf v1sp3 to v2 sp2
on a pocket pc 2003 se
using the Assembly.LoadFrom(...)
throws an exception with _HResult = -2146232800
Please advice
Thanks
... more >>
sql mobile with sql server 2000 sp3a
Posted by yerra.hara NO[at]SPAM gmail.com at 7/17/2007 5:57:11 AM
hi all,
i am using SQL Mobile in Device emulator and i want to use sql server
2000 database in my application. But i dont know how to use this
trough RDA and Merge Replication. ofcource i have used sql server 2005
and it is working. but i want to use sql server 2000 using methods RDA
and Merg... more >>
Logging
Posted by Moshe Peleg at 7/17/2007 12:00:00 AM
Hi,
I'm developing a multiple threads application.
I need to log several events in the different threads into the same text
file.
The add_2_log function is very simle:
using (StreamWriter sw = new StreamWriter(log_file_name,true))
{
sw.Write (DateTime.Now.Date.Day.ToString().PadLeft(2,... more >>
DllImport and visual component problem
Posted by John Dinning at 7/17/2007 12:00:00 AM
I have created a simple visual component based on a Label, with no
properties or methods added so far (using VS2005, New Control Library
project for smart device Windows CE 5).
It builds ok, I can add it to the toolbox and use it no problem in my test
project..
However, it will also requir... more >>
Determining the type of expansion card currently in use
Posted by Chris at 7/16/2007 10:39:40 PM
Hello all,
I'm working on a mobile application that uses an RFID chip reader, and
now has to support multiple readers. I've found the pattern example at
MSDN for bar code scanners to be an excellent analog (http://
msdn2.microsoft.com/en-us/library/aa446489.aspx), and intend to model
my solut... more >>
Image Flicker
Posted by Rick at 7/16/2007 8:32:15 PM
I've created a simple control that loads an image, and allows a user
to "Pan" this image. If the image is too large for the screen, the
user is able to drag the image around the screen in order to see the
parts of the image otherwise off the screen. I'm getting an
incredible amount of flicker ... more >>
WM6 and the Compact Framework - compatibility issues
Posted by Hilton at 7/16/2007 3:26:03 PM
Hi,
We have had several folks upgrade to WM6. Our software was written for and
tested on pre-WM5 and WM5 Pocket PCs and Smartphones. None have reported
any compability issues. Should I expect any? What has been your experience
running applications (without modification) on WM6 (CF1 and ... more >>
WM 6 and NETCF 1
Posted by David at 7/16/2007 2:30:01 PM
I installed the WM6 SDK, but it doesn't show up as a possible target for my
NETCF 1 application. It does show up for NETCF 2 applications.
I assume this is because (according to cgacutil) WM6 doesn't include NETCF
1; however, my CF1 application will run on WM6, with a couple minor issues I
... more >>
migrate from .Net 2.0 to .Net 3.0
Posted by George at 7/16/2007 8:12:08 AM
Hello everyone,
I am using Visual Studio 2005 and have some code built by both .Net
Framework 2.0 and .Net Compact Framework 2.0 (two separate builds).
I want to build and test the code in both .Net Framework 3.0 and .Net
Compact Framework 3.0. I can not find any guide about how to setup... more >>
Advice on doing daily builds
Posted by Guus Davidson at 7/15/2007 10:28:00 PM
Hi
I would like to know what systems / tools people use to make there daily /
automated builds with Visual Studio and Compact Framework?
We currently have no build process in place, and I want to start doing daily
builds.
We currently develop for PPC2003, Mobile 5 Pocket PC and Mobile 5 S... more >>
Orcas , WCF & Store and Forward
Posted by CraigGRA at 7/15/2007 3:55:57 AM
I have been reading about the new features for CF comming in orcas,
and am particularly interested in the WCF features using mail as the
channel.
>From the couple of blog entries I have read It seems that there is a
requirement for Exchange 2007 on the backend, can anyone confirm if
this is t... more >>
|