all groups > dotnet compact framework > september 2006 > threads for september 29 - 30, 2006
Filter by week: 1 2 3 4 5
Determine .NET CF version?
Posted by Scewbedew at 9/30/2006 5:39:01 AM
I'm developing an application targeted at the WM5 Pocket PC platform. I want
to do some P/Invoke where I need to use MarshalAs. As far as I understand,
MarshalAs should be available in CF 2.0 but maybe I have misunderstood that?
I have installed CF 2.0 with the netcfsetupv2.msi file. Still I ... more >>
How to install Dotnet Compact Framework on my PDA ?
Posted by Ulysse from CH at 9/29/2006 10:12:55 PM
Hello NG,
I want to install ".net Compact Framework V 2.0" on my PDA
because an application that is already installed on it need this.
(It says that it needs an "newer version" of this, so there might
already be an older version of it installed, in which case I think
the new version should rep... more >>
Programmatically turn on/off flight mode.
Posted by Steve at 9/29/2006 2:54:20 PM
After lots of google searching I've found that I need to call extended tapi
lineSetEquipment & lineregister calls but not sure if this is possible with
PPC2003 VS2005.
Any pointers greatly received.
Thanks
Steve
... more >>
VS2005 Custom Design-time Textbox
Posted by Peter Hartlén at 9/29/2006 2:41:04 PM
Hi!
Why doesn't some properties update in Designer view of a TextBox derived
control?
If I add the default textbox the border disappears if I choose BorderStyle =
None. If I choose my custom control, which has no extra functionality only
inherits from TextBox, the border doesn't disappea... more >>
FTP
Posted by Peter Morris [Droopy eyes software] at 9/29/2006 2:37:10 PM
I'm after product recommendations for 3rd party FTP components.
Thanks
Pete
... more >>
PowerEventWaitQueue On Windows Mobile 5.0
Posted by bloodbrian NO[at]SPAM gmail.com at 9/29/2006 11:19:08 AM
I am working on an app originally written for PPC 2003. We have since
upgraded to WM 5.0, but have found that the code we use to detect a
resume from sleep no longer works.
The code is based on the sample code provided by Alex Feinman, found
here:
http://www.alexfeinman.com/download.asp?doc=... more >>
How do I deploy System_SR_enu.cab to a Pocket PC?
Posted by R. J. Dunnill at 9/29/2006 10:57:23 AM
I'd like my Pocket PC application to display meaningful error messages on
exception; how can I deploy System_SR_enu.cab to achieve such (and, for that
matter, deploy it to the Visual Studio Pocket PC emulator)?
Thanks, RD
... more >>
.Net CF 1.0 Application crashes on WM5.0
Posted by Santosh at 9/29/2006 10:13:01 AM
Hi,
I developed an application in .Net CF1.0 for WM 5.0 (Pocket PC). I
am calling some native APIs through P/Invoke and have a few our own '.dlls'.
The issues is that sometimes (two/three times a day)my application crashes
without giving any exception or it opens standard Mircosoft er... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Rewriting application from C# to MFC C++
Posted by LaSu at 9/29/2006 7:54:18 AM
Hi!
I'm working on application written in C# but unfortunately because of
Windows CE memory architecture which has a limit of memory usage 32Mb
per each process. The most confusing part is that mine application
consumes about 14 Mb of memory but other processes load to mine memory
slot other dl... more >>
Cancelling a WM_CLOSE using Application2 of the Smart Device Framework
Posted by wendelborg NO[at]SPAM gmail.com at 9/29/2006 7:01:12 AM
The application I'm working on stores all information in-memory due to
security restrictions. One of the problems we are having is other
programs calling SHCloseApps() to free up memory. This will in extreme
cases shut down our application, which effectively means that all
stored information is ... more >>
Back color on Label control
Posted by Manish at 9/29/2006 6:26:01 AM
Hi
I am working on pocket PC 2003 using VS2005 C# for the same .
I want to use label control with background color (defined under web or
custom tab of back color property).
It does not take any color ..why ...?
It only takes color which is defined under system tab.
i am surprised ..wh... more >>
Can not Construct Icon From stream.
Posted by steel at 9/29/2006 5:45:01 AM
I now get a 'NotSupportedException' when using the Icon constructor
that takes a Stream.
Here is the C# code that is used.
//Img = new Icon( System.IO.File.Open( "\\first.ico",
System.IO.FileMode.Open ) );
Stream stream =
System.Reflection.Assembly.GetExecutingAssembly().GetManifestResou... more >>
HOW TO LOAD *.SDF DURING THE TEST DATABASE APPLICATION IN WM 5.0
Posted by PHIJO MATHEW PHILIP at 9/29/2006 3:40:02 AM
Hello Friend
I have a problem with sql query analyser in WM 5.0
I have created a sample database using C# for Pocket Pc 2005
In the window mobile emulator , I have created the database file using the
sql query analyser. I was able to create the table and insert the values into
the table... more >>
MSI problem
Posted by Zeno Loco at 9/29/2006 1:49:35 AM
It's my first experience in create a MSI file for 2.0 CF.
Following the Microsoft example I reached the end of the long trip but
.....
1) testing the installation the final "Add/Remove Programs" page does
not appear, also if the application is properly installed on the
device/the emulator.
2... more >>
Compact framework 2.0 SP1 CAB
Posted by romain taillandier at 9/29/2006 1:20:54 AM
Hi group
I have about a hundred device WCE 4.2.
I need to upgrade from CF1.1 to CF2.0, for the moment the only way i
have to do that, is to repair my PC CF2.0SP1, wich deploy on the
device.
Where can i get the good CAB corresponding to this installation. ?
I can't found t on microsoft webs... more >>
CreateWatchDogTimer in CF
Posted by Enrico Pavesi at 9/29/2006 12:00:00 AM
I'm inetersted in using CreateWatchDogTimer from a CF application.
Do someone has the correct PInvoke or class.
Is it present on every WINCE 5.0 device?
Thanks
... more >>
|