all groups > dotnet compact framework > march 2008 > threads for march 8 - 14, 2008
Filter by week: 1 2 3 4 5
how to switch backlight off
Posted by Michael Meyer at 3/14/2008 6:32:03 PM
hi,
I configured my PocketPC to switch off the backlight after 30 seconds.
Now I would like to switch on the backlight, when a special event
appears in my program.
I am using .Net Compact Framework 2.0 and C#
Regards
Michael
--
http://www.mchme.com... more >>
PocketPC System DLL problem
Posted by bob at 3/14/2008 2:56:52 PM
Hi,
I am new to PocketPC development.
Using VS2008 targeting the 3.5 FrameWork.
I have a third party DLL that I have referenced successfully in a
Windows app project
When I declare an object from the DLL in my PocketPC project I get the
following when building.
Error 1 The type 'Syst... more >>
Dns.GetHostEntry functionality
Posted by David at 3/14/2008 9:28:15 AM
I have this code:
try
{
IPAddress[] addresses =
Dns.GetHostEntry("david-1").AddressList;
foreach (IPAddress address in addresses)
{
if (address.AddressFamily == AddressFamily.InterNetwork)
... more >>
NumericUpDown ValueChanged
Posted by davebythesea at 3/14/2008 7:07:02 AM
Hi,
I'm using a numericupdown in my app. The event ValueChanged fires when the
value is changed via the up down arrows. However, if I change the value by
editing the text directly, this event does not fire until I change focus to
another control.
Is it possible to disable the user from e... more >>
Location of Pocket Outlook Log file on Windows Mobile 6 device...
Posted by Vipul Pathak at 3/13/2008 7:43:39 PM
Hi Everyone,
Do any one knows that on Windows Mobile 6, Where does Pocket Outlook logs
information ? In a File or is there some thing similar to "Event Log" on the
device ?
I need to trouble shoot ...
Thanks in advance.
*(Vipul)() ;
... more >>
NotSupportedException on Windows Mobile Device ...
Posted by Vipul Pathak at 3/13/2008 1:48:58 PM
Hi Everyone,
I am writing a simple application to start with Windows Mobile 6. Though, I
have developed many applications on .NET Framework 1.1, but this is the
first time I am working on Compact Framework.
I have tried to write an application, that creates a simple form with 2
buttons o... more >>
Hardware Keys in Windows Mobile 6
Posted by Caroline at 3/13/2008 11:20:12 AM
With previous versions of Windows Pocket PC I have been using the code
below, but now I switched to a iPAQ 114 using Windows Mobile 6 and it
doesn't work any more.
Anyone has an idea what could be wrong ??? Why isn't it possible to
override hardware keys in Windows Mobile 6 with "RegisterHotKe... more >>
Can .Net CF do real time I/O and comm?
Posted by David at 3/13/2008 10:34:04 AM
Our company is evaluating new technologies for a new product. I am a big fan
of using widely supported, easy to use, off the shelf technology as much as
possible. The application involved uses industrial I/O. I, personally,
would prefer to program in C# with an integrated debugger, but some... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Compact framework 2.0 on wondoes ce 4.2
Posted by Felix González at 3/13/2008 10:18:23 AM
there are any version of compact framework 2.0 dor windoes ce 4.2?
thanks
... more >>
Suspend and Resume notification
Posted by David at 3/13/2008 9:55:30 AM
How do I get notifications in CF .NET 3.5 that the device has gone to
Suspend mode (powered off) and then how to get notification that it has
resumed (powered on)?
... more >>
Map Control
Posted by Scott Gifford at 3/12/2008 1:41:05 PM
Hello,
Can anybody recommend a .NET Compact Framework control to display a
roadmap in a mobile app, similar to Google Maps? Free or commercial
is OK. I have looked quite a bit, but have only found a few options,
and they all have some issues. I was surprised; it seems like this
would be a ... more >>
compact framework 2.0 on wondows ce 4.2
Posted by Felix at 3/12/2008 11:47:02 AM
I´ve develop an application using Visual Studio 2005 and compact framewotk 2.0.
Could be ruun on windows ce 4.2 system?
thanks... more >>
Message constant values or magic numbers? (C#)
Posted by LPeter at 3/12/2008 7:23:00 AM
I didn't find any namespace for some Windows constants when I working in .NET
CF and C# (e.g. WM_PAINT or any other message constants).
I can use direct values of these message-constants but I don't like use any
"magic number" in my source codes.
It would be better if I used a namespace-consta... more >>
Memory stick dismount from software
Posted by LPeter at 3/12/2008 7:19:05 AM
How can I dismount a memory stick (from software) to save some
unwritten/cached data and any mailfunction after using?
... more >>
[Semi OT] client telnet
Posted by merco at 3/12/2008 12:07:22 AM
Hi.
I'm wondering where i can find a free telnet client (VT100/VT220) for
pocketPC /Windows Mobile 5/6 ?
Thanks a lot.... more >>
Panel
Posted by juan@msdnCompany.com at 3/11/2008 2:53:04 PM
I am having issues with SelectNextControl when there is a panel that contains
multiple controls that have tab stops. I played with the tabindex in the
editors and things still do not work. So in my constructor of my form I
forced tabindex of my panels, but then I get a warning VSD101 saying ... more >>
book on CF 2.0 or 3.5
Posted by dario at 3/11/2008 10:16:07 AM
Can someone suggests me a good book about compact framework 2.0 or 3.5?
Thanks
Dar... more >>
Making Video Capture library using Direct Show for windows mobile
Posted by winceeeee at 3/11/2008 6:42:03 AM
Hi all,
I am developing an application in C# to record video. For that i am making a
WINCE Dynamic Link Library in Embedded Visual C++ 4.0 which I can call from
my C# application.
I am developing this application for ARMV4I.
In eVCPP 4.0 following is my directory setting:
C:\Program ... more >>
How to create PocketPC/Smartdevice/Mobile Web Project in VS 2008 or CF 3.5
Posted by hassanmushtaq at 3/11/2008 12:34:15 AM
hi to all fellows.
i m very sorry if i m posting this in wrong forum. but please intsruct
me where to post if it is wrong.
i have an question as all know in VS 2003 we can create Mobile web
application. it has a seperate project. but i can't able to find how
can i do that in VS 2008. can anyone... more >>
Voice Command Managed Wrapper
Posted by Joel at 3/10/2008 11:42:47 PM
Does any one remember the demonstration of the Voice Command API
(http://channel9.msdn.com/showpost.aspx?postid=303900 , skip 15 minutes into
the video)?
That was demoed about a year ago, but I've not seen the API made public yet.
has any one else seen it?
Joel Johnson
... more >>
Auto-detecting SD card insertion
Posted by Noble Bell at 3/10/2008 3:17:01 PM
Hello all,
Can someone point me in the direction to some c# code for auto-detecting
when a user inserts an sd card into a device?
--
Noble D. Bell
www.noblesoftware.com
... more >>
Screen size on different device
Posted by romain taillandier at 3/10/2008 7:56:50 AM
Hi group,
Usually, i work on different device, and have to make my programs work
on all, with (if possible) the same look, and the same code.
i bored about write code to know where is the main menu (in top or
bottm), if it is counted or not in the client size, if the start menu
if to or botto... more >>
MissingMethodException when i load 1.1 dll from 2.0 application
Posted by abelli at 3/10/2008 4:04:54 AM
Hi all,
I have an application running on CF 1.1. I want to upgrade this
application to 2.0 but one of the referenceses is outsourced and
written in delphi 2005 so I can't get 2.0 version of that. I tried to
load this dll from 2.0 application but I get
System.MissingMethodException. Is it possib... more >>
Start process remotely and wait for execution
Posted by Fatih_Iþýkhan at 3/10/2008 2:26:50 AM
Hi All,
Is it possible to get return code from remotely started process? Wait
until process stops execution?
Thanks,... more >>
Connection to GPRS with P/Invoke
Posted by hassanmushtaq at 3/8/2008 3:24:33 AM
hello
i m using VS 2003 with C# in CF 1.0.
i have made application of chatting client. my requirement is when
user bind to any socket it first made connection of GPRS. so can some
one give me code of how to connect to GPRS in CF 1.0/
i have following code. but it is not working.
public class... more >>
Vibrate Windows Mobile 5.0 with P/Invoke
Posted by hassanmushtaq at 3/8/2008 1:51:40 AM
hello to all fellows
i am using VS 2003 with CF 1.0 and C#. i have pocket PC (Windows
Mobile 5.0). my task is to vibrate a pocket pc with p/invoke. i have
found a solution but it is not working in my favour. it gives me
exception Missing Method Exception
my code is
[DllImport("aygshell.dll")]
... more >>
|