Transparent controls
(5 messages)
Date: Tue, 24 Jul 2007 05:26:29 -0700
hi All,
I am developing using C#, .net CF2.0, WinCE5.0.
Does anyone know a C# .NetCF2.0 equivalent I can use for the
Graphics.CopyFromScreen method?
I need to capture an area of my window in order to manilpulate the pixels..
thanks. ...
|
Can't find PInvoke DLL - BUG?
(10 messages)
Date: Tue, 24 Jul 2007 04:46:02 -0700
Hi,
i have strange problem using PIvoke.
When i call function from native library i get "Can't find PInvoke DLL"
error sometimes.
The .dll is located in the same directory as app.
When i restart system, then it works ...
|
Exceptions after upgrade to WM6
(2 messages)
Date: Tue, 24 Jul 2007 13:45:01 +0200
I got a mail of a client that has upgraded his "O2 Trion"-Device from WM5
to WM6. The .NetCF-1 Application was running fine on WM5 but now gives
exceptions when started.
Exception is:
MissingMethodException
Der Typ ...
|
WtchDog
(3 messages)
Date: Tue, 24 Jul 2007 06:54:52 +0300
What is the best way to add a watchdog that will detect software hangup and
restart it?
Thanks.
...
|
coredll.dll ReadFile
(4 messages)
Date: Tue, 24 Jul 2007 06:15:55 +0300
Hi,
is [DllImport("coredll.dll", EntryPoint="ReadFile")] managed or not ?
If not, how come I find no sample that relate to the byte[] array
with marshal unmanaged to avoid memory buffer mismatch (none sequential
memory ...
|
how to display SVG graphics on the PDA?
(1 messages)
Date: Tue, 24 Jul 2007 00:41:59 +0200
Could anyone point me to a nice, easy to use library?
I'd prefer managed code but haven't found anything yet.
I just want to display some animated SVG graphics... it should be as
simple as possible...
Thanks,
Dominik ...
|
Send beeps/tones to CE 4.2 scanner device
(2 messages)
Date: Mon, 23 Jul 2007 16:03:37 -0400
How can I tell the windows mobile CE 4.2 device to raise a certain beep
tone. Is this possible? When the user is scanning bar codes, they may not
be looking at the screen for errors. I'd like to raise an "Error" tone ...
|
~ character does not invoke KeyPress event
(2 messages)
Date: Mon, 23 Jul 2007 15:39:55 -0400
We use ~ as a post amble character for our mobile device scanners. I am
trying to trap this event in the KeyPress event but pressing this key does
not invoke this event on our CE emulator or on our CE 4.2 device itself ...
|
Date/Time format question
(3 messages)
Date: Mon, 23 Jul 2007 12:34:06 -0700
Hi, All
I need to convert short time to long time and display it w/o seconds
I don't want to use this -> FormatDateTime(dt, DateFormat.LongTime)
it return seconds
here is example:
dt.ToString("MM/dd/yyyy HH:mm") it displays ...
|
WinCE6.0 COM+ & WebServiceHost support
(5 messages)
Date: Mon, 23 Jul 2007 18:38:31 +0530
Hello every body,
We have an application runing on XP which consists of following......
1) Web browser accessing the ASP application running on remote XP machine.
2) Web Service host developed using System.Web.Services ...
|
|
Control.Invoke in CF 1.0
(7 messages)
Date: Mon, 23 Jul 2007 06:03:44 -0700
hi
i m using VS 2003 (C#) CF 1.0. i have a problem while accessing any
control from any other thread. i see alot of examples from web but it
rather always gives exceptions Argument exception. now my code didn't
give any ...
|
autorun from SD card - how to determine the original autorun directory
(2 messages)
Date: Mon, 23 Jul 2007 06:02:44 -0700
Hello, I'm trying to develop an autorun application, which will
perform some actions (copy files, install cabs, setup registry etc)
described in XML file located in the same directory as the autorun.exe
file. The problem ...
|
Notification Control Confusion
(5 messages)
Date: Sun, 22 Jul 2007 18:22:08 -0700
Hi,
I was able to add a notification control to my .net compact 2.0 pocket
pc application. But i'm confused as to how to remove it. There is only
a "hide" soft key button, but that still leaves the notification icon
on ...
|
Trying to find .NET CF 2.0 equivalent for GetDiskFreeSpace
(5 messages)
Date: Sat, 21 Jul 2007 08:34:01 -0700
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 ...
|
UserNotification in OpenNETCF 2.1
(1 messages)
Date: Sat, 21 Jul 2007 04:36:00 -0700
Hi there,
Been using the notification class in previous versions which simply popped
up a "baloon" type box which was perfect, with code like this:
not.Caption = "Registration";
not.InitialDuration = 4;
not.Text = ...
|
The window open animation
(6 messages)
Date: Fri, 20 Jul 2007 23:01:48 -0000
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. ...
|
Upgraded DLL does not overwrite the original
(3 messages)
Date: Fri, 20 Jul 2007 14:37:55 -0700
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 ...
|
Checking Keypad type at runtime? Qwerty or Numeric (C#, VS2005)
(1 messages)
Date: Fri, 20 Jul 2007 21:20:50 -0000
Any apis or p/invoke methods I can use to find out if the smartphone
has a
qwerty keypad or numeric?
Thanks!
...
|
ISupportInitialize in CF 2
(1 messages)
Date: Fri, 20 Jul 2007 19:24:23 +0200
Hello,
I have implemented ISupportInitialize interface in a UserControl, but when I
drag and drop my UserControl in a form, the desiger serializer is not
serializing calls to BeginInit and EndInit.
Has anyone succeeded ...
|
Datagrid refresh problem with new entries
(1 messages)
Date: Fri, 20 Jul 2007 17:11:11 -0000
In the application I am writing I open a dialog window for entry of
value pairs via combobox selections that are added to a grid on that
form. The items in the grid can be removed as well. The problem I am
having is when ...
|