Hiding / minimising Appications to PDA Task list and then restoring them.
Tue, 30 Sep 2008 07:01:34 GMT
Hi,
I need to write an application to control a GPS and some other devices so
that I can enable and disable them as needed, that much I have done without
too many issues, but I need to minimise (hide) the application and put its
icon in the PDA tasklist, and then at a later time, click on that tasklist
and re ...
|
controls inside panel removed after hiding it
Mon, 29 Sep 2008 06:37:20 -0700 (PDT)
I don't understand if this behaviuor is by design or I'm missing
something.
I have a form with 2 panels.
Inside panel1 there's a button which, when clicked, hides panel1 and
shows panel2.
Inside panel2 there's another button which, when clicked, hides panel2
and shows panel1.
The code is something like ...
|
Query: Working on .NET Compact Framework (Windows Mobile 6) Conversion from MP3 to PCM
Mon, 29 Sep 2008 16:03:47 +0530
Hello experts,
I need your help.
We are working on an application with the following environment (application
tobe developed in .net compact framework with windows mobile 6 platform):
Operating System: Microsoft Smartphone
User Interface: Microsoft Windows Mobile
Software Platform: Microsoft WM6.1
Ty ...
|
How to disable 'Ok' button on the form.
Sun, 28 Sep 2008 23:53:01 -0700
Hi,
I am developing an windows mobile application. In a form I want to disable
'Ok' button on the top of the form. Please let me know how can I do this ?
Thanks in advance.
Harsha. ...
|
Downloading HTTP response from website using Windows CE 5.0 Compact framework
Fri, 26 Sep 2008 19:35:44 +0530
Hi,
Dim objWebStream As Stream = Nothing
Dim objWebResponse As HttpWebResponse
Dim objFileStream As FileStream = Nothing
Dim buffer(4095) As Byte
objWebResponse = CType(objUploadRequest.GetResponse,
HttpWebResponse)
objWebStream = objWebResponse.GetResponseStream
objFileStream ...
|
ShowInTaskbar
Thu, 25 Sep 2008 17:53:00 -0700
Does anyone know if there is a version of the Compact Framework that supports
the form property ShowInTaskbar. The docs say it is supported in 2.0 but all
I get is a compiler error when trying to use it... And it does not show up in
the property page for a Form in Visual Studio. ...
|
Combobox editable portion CF 2.0
Thu, 25 Sep 2008 13:14:40 -0700
Hi, All
I need search for specific item in combobox by entering 3 letters into
editable portion, it works but i can enter only one letter.
Does it work the same as combobox in CF 1.0?
To make search in CF 1.0 i have textbox over the editable portion of
combobox and the search works fine.
Looks like i should ...
|
|
|
Reboot windows ce 5.0
Thu, 25 Sep 2008 08:34:19 +0200
Hi,
I have an application on a windows ce 5.0. I need to reboot the system
by code. Is it possible ?
Thanks
--
Newsreader : http://www.mesnews.net
Antispam : http://www.messpams.net
...
|
launching Default Browser
Wed, 24 Sep 2008 11:07:03 -0700
Can some one give me pointer on Launching default browser from an application
rather the IEBrowser. ...
|
uninstalling CF 2.0 beta 2
Wed, 24 Sep 2008 11:47:38 -0400
Hello,
Does anyone know where I can find the install package for the .Net Compact
Framework 2.0 beta 2? I can't upgrade to the latest service pack until I
can get this package out of the way....
TIA for any pointers.
...
|