microsoft.public.dotnet.framework.compactframework
  Home FAQ Contact Sign in
microsoft.public.dotnet.framework.compactframework only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
... framework.compactframework Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  CreateProcess         


Author: Harry Simpson
Date: Jul 21, 2008 11:22

I've found references to the OpennetCF CreateProcess but it is off a
namespce that I don't have in my version (latest) of OpenNETCF.

Where is
OpenNETCF .WinAPI .Core .CreateProcess

And can this be used on Mobile device apps?

TIA

Harry
2 Comments
  Obex Chat?         


Author: Co Co Net
Date: Jul 21, 2008 09:59

I would like to make a bluetooth cat application in C# for the Compact
Framework. Very simple text capability. Something that will let the
PDA listen for other 2-4 other bluetooth devices and send/receive just
text (with Obex?). Any direction on this, as well as minimal (anything
old I can pull from eBay would be find for a pilot project) hardware
requirements.

Thanks.
1 Comment
  ExitWindowsEx         


Author: Xavier PACOTTE
Date: Jul 20, 2008 23:23

Hello,

The ExitWindowsEx(EWX_REBOOT, 0); function is the same than reset back in
the PDA?
With this function, the all components are restarted?
Is it an electric impulse for this function sent on the communication bus?
With an external port ( Bluetooth..), is the initialization ok?

Best regards.
1 Comment
  see for dotnet interview questions         


Author: ramu
Date: Jul 19, 2008 21:50

Show full article (0.91Kb)
2 Comments
  Waking up a Pocket PC from a complete shutdown         


Author: Jim
Date: Jul 18, 2008 22:04

I have a HP iPAQ which shut itself down if the battery temperature exceeds
certain level. Is there any way (Programmatic or manual) to start it up
again?

I have already tried setting up Alarm and CeAppRunAtTime API and they
doesn't seem to work as it is a complete shutdown.

Is there are any other alternatives?
4 Comments
  Wi-Fi Bootstrapper app         


Author: Harry Simpson
Date: Jul 18, 2008 12:32

I'm trying to separate my regular install from my CPF or Profile config
file. Exported on the Symbol it is a reg file. When run it auto calls up
RegMerge and installs itself always needing a soft reset for the Profile to
actually show up in the list of Profiles on the device.

I've been trying my darndest to get my install app to beable to "install" a
CPF file in a remote folder before it finishes - but it's like it only
installs what's in its build....

I'm about to the point where I create a simple little PPC app which
basically all it does is execute the config file for the profile whether reg
or cpf and then does a soft reset upon closing to cause the settings to
display changed.

Do I use a Shell regmerge against the reg file?
CPFs are the future, so why does Symbol/Motorola export to REG files? and
not CPFs?
Any idea how to programmatically take a reg file and convert it to a CPF
(including the one _setup.exe file)? Right now I'm using the Symbol
Configuration Manager's convert REG utility option.
Show full article (1.26Kb)
1 Comment
  transparent label i CF 3.5         


Author: Chris
Date: Jul 18, 2008 06:27

I want to put a label control above 2 different pictureboxes ( both with
gradient images). Is it possible to create a transparent label? The
background of the label should show images in pictureboxes, or even form color
8 Comments
  Refresh-Problem on scrolling form with own control         


Author: Manfred Denzer
Date: Jul 18, 2008 05:57

Hello!

I've written an own control: a picture button with a text below.
My class extends "Control" and overwrite the methode
"OnPaint(PaintEventArgs e)".
Here, a draw the image with "e.Graphics.DrawImage" and write the text
with "e.Graphics.DrawString".

Now, I used my control on many forms and it works very good.
But if my form is higher than my display and I scroll the form, my
control doesn't looks fine. It seems the display does not refresh fast
enought and the text becomes blurred. You can see the same text and
image directly over/below the original several times:
http://img370.imageshack.us/img370/1827/textrp2.jpg

The .NET standard-controls (Label, PictureBox, ComboBox, ...) are
working fine, so I think, I have an error in my Control.

Thank you very much for your help!
Manfred
Show full article (0.91Kb)
2 Comments
  Speed executing a delegate         


Author: brambilla
Date: Jul 18, 2008 05:56

Hi to all !

I develop in VB.NET 2005 an application for Windows CE 6.0 embedded
that run on an x86 device.

My question is:
is more speed executing a delegate (that modify some attributes of
controls created into primary thread) invoked from a secondary thread
or is more speed executing the same modification directly into primary
thread ?

For example:

Is more speed this:

Main Thread:
....
....
SecondaryThreadStart
....
....
InvokeDelegate
....
SecondaryThreadEnd
Show full article (0.95Kb)
4 Comments
  graphics object of Button in CF 3.5         


Author: Chris
Date: Jul 18, 2008 04:01

I want to extend a standard Button class (VS 2008, Compact Framework 3.5) - I
need to change background, draw lines etc. Unfortunately it is impossible to
override OnPaint method (I mean, I can override it, but this method never
fires). I need graphics object which is available in OnPaint method. Anyway -
how to create graphics object related to Button? There is no CreateGraphics
method in Button class. When I cast Button to Control and call
CreateGraphics() (it is available in Cotnrol class) UnSupportedException is
thrown.
Any ideas how to draw on a button? Or how to get Graphics object related to
the button?
2 Comments
 
1 2 3 4 5 6 7 8 9