Windows Messages
Fri, 19 Mar 2010 15:06:04 -0000
We are using a windows CE5 / CF2 device that has a single button to change
the input mode from numeric - alpha - capitals and I need to be able to
control the input mode from my application. There are 3 problems that I need
to solve:
1) Change the input mode from my application
2) Get the current input mode
...
|
System.Environment.OSVersion
Thu, 18 Mar 2010 15:39:26 +0200
Hi,
On my application, i would display the operating system name, but, when i
display "System.Environment.OSVersion.ToString()", the result is ...
"Microsoft Windows CE 4.21.1088" but i would "Mobile 2003 Second Edition "
and
"Microsoft Windows CE 5.2.1620" but i would "Windows Mobile 6 Professional -
CE ...
|
Memory leak
Thu, 18 Mar 2010 02:06:01 -0700
Hello,
I am working on an Application for a WINCE device. I have written my
application in C# (Compact framework)which runs on a WINCE device. In my C#
code i will call the C/C++ functions also. Now I am facing the problem of
memory leak.
Anybody please tell me how to find the memory leaks in C# device a ...
|
How to protect my app
Wed, 17 Mar 2010 13:30:43 -0300
I´m developing a mobile app WM6 + CF 3.5 + C#.
My idea is that when the customers install the app, it´s ask for a serial
key.... anybody has any link or paper or sample about how to do it ?
Thanks a lot.
...
|
Language message
Wed, 17 Mar 2010 13:28:35 -0300
Hi to everybody.
I 've a device WM5 PPC with english SO. I need that the error messages that
CF triggers in spanish. I installed into the device
NETCFv35.Messages.ES.wm.cab
but the messages are still in english...
It´s possible to change the error message from english to spanish ?
Thnaks in advaced.
P ...
|
Data entry Work available!!!!!
Wed, 17 Mar 2010 08:32:11 -0700 (PDT)
Data entry works Available At
No need to pay DEposite
http://trading7000.blogspot.com/
Adposting Jobs Availble
http://trading7000.blogspot.com/
No need to work Hard
Earn Money From Home
7000 in Minutes
http://trading7000.blogspot.com/
...
|
Error while launching Cab in Windows CE
Tue, 16 Mar 2010 21:35:43 -0700 (PDT)
Dear Experts,
I am, trying to build a smart application updater for my Windows CE
5.0 device running on LXE MX7.
I manage to implement if there's a new update the application will
download the update to the device with the webservice.
Once the download have been completed I am having this problem when
tr ...
|
|
|
Grid Columns
Tue, 16 Mar 2010 19:06:41 -0000
Given the code below, what changes are needed to show only the current and
name fields on the grid, also to show the Boolean field as a checkbox.
TIA
David McCallum
class Person{
public int ID { get; set; }
public string Name { get; set; }
public DateTime DateOfBirth { get; set; ...
|
force the form to be made visible in the Load event handler
Tue, 16 Mar 2010 02:31:46 -0700
How do you do that?
Neil Cowburn wrote:
You can force the form to be made visible in the Load event handler and set
22-Aug-07
You can force the form to be made visible in the Load event handler and set
the wait cursor there too.
--
Neil Cowburn
Principal Partner
OpenNETCF Consulting
Previous Posts ...
|
Notifications and a running app
Mon, 15 Mar 2010 16:42:07 +0100
Hello NG,
I want to program an application (VB .NET), which starts in specific
intervals and display notifications. Then the program should be ended.
The app starts with CeRunAppAtTime and shows a notification with a
Microsoft.WindowsCE.Forms.Notification. So far so good.
The problem is, when the user doe ...
|