| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Using: Windows Mobile 5, .Net CF 2, C#
My Form contains 5 small PictureBoxes, each displaying a large photo
(1600x1200). Since I'm running into...
cyberco
|
01-12-2007 09:40 AM | 1 | 13 |
|  | Adnan,
Run ipconfig on your PC and see what other IP addresses are available when
Activesync is running. To the PocketPC localhost address of...
Ginny Caughey [MVP]
|
01-12-2007 06:59 AM
Ginny Caughey [MVP] | 1 | 9 |
|  | How do i write a MessageCondition for Mthe MessageInterceptor so that
only numbers in my contactlist are allowed or numbers that are not in
the...
oldsap
|
01-11-2007 07:16 PM
oldsap | 3 | 8 |
|  | Please help again....
Simon Hart napisal(a):
So how can I hide my application? I tried Form1.Hide() but when I want
to strat it again
it is...
Daniel
|
01-11-2007 12:02 PM
Arun | 3 | 15 |
|  | Hello,
This applies to WM5.0:
In my fullscreen application I am hiding the main menu:
this.Menu = null;
As soon as I do that, my device consumes...
Dexlex
|
01-11-2007 11:58 AM
Dexlex | 0 | 10 |
|  | VPN software sometimes can cause this sort of thing because it tries to
prevent non-secure network connections while the VPN is connected.
Paul...
Paul G. Tobey [eMVP]
|
01-11-2007 11:54 AM
Paul G. Tobey [eMVP] | 1 | 12 |
|  | Using: WM5 PPC, .NetCF 2, C#
Can an application restart itself? If so, how?
cyberco
|
01-11-2007 11:40 AM
cyberco | 2 | 11 |
|  | Hi,
How can I desactivate a key of PDA. Is a function key (F24) of WindowsCE. In
the KeyDown event of a control if e.keydata == keys.F24 I switch...
Catalin Lungu
|
01-11-2007 11:14 AM
Paul G. Tobey [eMVP] | 3 | 15 |
|  | Hi,
I have created a project in .NET Comapct Framework and I used as a target
platform Pocket PC 2003. I'm running this application on Windows...
Robert Janik
|
01-11-2007 11:12 AM
Paul G. Tobey [eMVP] | 5 | 11 |
|  | Since I'm doing all my web development in VS2005, I thought why not move the
PPC development into 2005 too. Course I want to use the latest...
Harry Simpson
|
01-11-2007 11:07 AM
Paul G. Tobey [eMVP] | 3 | 9 |
|  | Thanks.
Using OpenNet's TAPI I should be able to accomplish this. Thanks for
your parameters, but there is an enumeration for the equipment state....
cyberco
|
01-11-2007 09:55 AM
cyberco | 5 | 42 |
|  | Using: WM5 PPC, .NetCF 2, C#
Can an application restart itself? If so, how?
cyberco
|
01-11-2007 09:45 AM
cyberco | 0 | 8 |
|  | Is this CF 1.0 or 2.0? 1.0 doesn't allow the WndProc override, so the best
option is to use an IMessageFilter and look for all messages...
Fabien
|
01-11-2007 09:02 AM
Daniel Moth | 3 | 12 |
|  | Using: WM5 PPC, .NetCF2.0, OpenNetCF
Somehow I was cheering too early. After a while the snippet below
stopped working and I'm at a loss why. During...
cyberco
|
01-11-2007 03:39 AM
cyberco | 4 | 19 |
|  | Using:
Windows Mobile 5 PPC
..NetCF 2.0
I'm uploading files via the cellular connection (GPRS). This works with
files up to around 2Mb. With larger...
cyberco
|
01-11-2007 02:06 AM
sync | 5 | 16 |
|  | I'm writing a Smartphone app where I need to control the movement between
forms which means I need to know when the user clicks the "Back" key. I...
John T
|
01-10-2007 10:54 PM
John T | 1 | 9 |
|  | Just search in the Pocket PC SDK headers - all the constants are there.
--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded... |
01-10-2007 01:47 PM | 3 | 17 |
|  | Please look around before asking. OpenNETCF's Smart Device Framework
includes classes for many wireless operations (or wired operations, for...
Paul G. Tobey [eMVP]
|
01-10-2007 12:13 PM
Paul G. Tobey [eMVP] | 0 | 9 |
|  | Hello
I search a solution how can switch the Ringer to ON/OFF (like in the
CommManager)?
Is this with Compact Framework or API or Registry-Entry...
Roger Odermatt
|
01-10-2007 09:34 AM
Roger Odermatt | 0 | 10 |
|  | Then use SetWindowPos to change its z-order, size and visibility at one
time.
--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded... |
01-10-2007 09:07 AM | 1 | 9 |
|  | Hi,
"The default limit to the amount of text a user can enter in an edit
control is 30,000 characters.".
You can try to send EM_LIMITTEXT message to...
Fabien
|
01-10-2007 02:17 AM
Fabien | 0 | 13 |
|  | I got it, thanks!
Simon Hart wrote:
gl4com@gmail.com
|
01-10-2007 01:48 AM
gl4com@gmail.com | 1 | 9 |
|  | I'm P/Invoking SetWindowLong() to set a custom control inherited from Textbox
to uppercase mode. How can I tell when a control is in design-time...
mobilemobile
|
01-10-2007 12:52 AM
Mark Arteaga | 1 | 9 |
|  | Using: WM5 PPC, .NetCF2.0, OpenNetCF
Somehow I was cheering too early. After a while the snippet below
stopped working and I'm at a loss why. During...
cyberco
|
01-09-2007 06:13 PM
cyberco | 0 | 11 |
|  | Using: WM5 PPC, .NetCF2.0, OpenNetCF
Somehow I was cheering too early when using OpenNetCF's
ConnectionManager.Connect() to reconnect to the GPRS...
cyberco
|
01-09-2007 05:52 PM
cyberco | 0 | 8 |
|  | Assuming you are using PlaySound, you can pass null to stop the currently
playing sound, but you can't pause and resume in this way. If you are...
Peter Foot [MVP]
|
01-09-2007 04:42 PM
Peter Foot [MVP] | 0 | 11 |
|  | Using: .NetCF 2.0, WM5 PPC
I'm trying to upload a large binary file in chuncks over a socket (as a
multipart mime message). This is how I'm trying...
cyberco
|
01-09-2007 07:08 AM
cyberco | 0 | 8 |
|  | I'm trying to upload a large binary file in chuncks over a socket (as a
multipart mime message). This is how I'm trying to accomplish this, but
it...
cyberco
|
01-09-2007 07:05 AM
cyberco | 0 | 7 |
|  | I'm working on a .Net CF 2.0 app running on WM2003/WM5 devices. I have
a text box with a vertical scroll bar which I use to display progress
logs (1...
David Hearn
|
01-09-2007 04:08 AM
David Hearn | 4 | 8 |
|  | Hi, is there a way to mark unread sms as Read without going into the
inbox folder?
im using MessageInterception in an application and i can preview...
oldsap
|
01-09-2007 02:35 AM
Fabien | 4 | 11 |
|  | There's a good resource at pinvoke.net.
Steve
"Noble Bell" wrote:
Paul G. Tobey [eMVP]
|
01-08-2007 09:34 PM
mobilemobile | 2 | 27 |
|  | See this:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1058593&SiteID=1
--
Best regards,
Ilya
This posting is provided "AS IS" with no...
Ilya Tumanov [MS]
|
01-08-2007 06:34 PM
Ilya Tumanov [MS] | 0 | 5 |
|  | Hello,
I want my application to run at the back.
I use the opennetcf notifyIcon to let the user interuct with the
application.
I looking for a way...
Ofer B.
|
01-08-2007 04:19 PM | 1 | 7 |
|  | Hello,
what please is the difference between a incomming bluetooth serial port
and a outgoing bluetooth serial port?
How to get the port numbers of...
Markus.Humm
|
01-08-2007 01:05 PM
Paul G. Tobey [eMVP] | 5 | 6 |
|  | Hi,
Is there any way to copy files from PDA to desktop and vice versa using
a PDA application developed using vb.net. I got details of...
anujithsankar@gmail.com
|
01-08-2007 11:40 AM
Paul G. Tobey [eMVP] | 4 | 36 |
|  | You can detect sleep/wake instead. However I'm not certain it will work
anyway. If you're set up for DHCP, when the device wakes, he LAN...
conradj
|
01-08-2007 11:38 AM
Paul G. Tobey [eMVP] | 4 | 9 |
|  | Hi all,
I have converted my mobile project from CF1 to CF2 and OpenNETCF 1.4 to
OpenNETCF 2.0 and everything is fine but... the signature control....
Ubigg
|
01-08-2007 11:38 AM | 1 | 12 |
|  | I've developed an application i vs 2005 using vb.net. Everything is
fine when I delpoy from vs 2005, but I that doesn't work in the long
run. So in...
OleD
|
01-08-2007 11:31 AM
OleD | 0 | 10 |
|  | Hi all,
Is there any way to modify the ActiveSync Schedule progmatically?
I've Googled and searched MSDN (and hit hundreds of 404 errors in...
Andrew Neillans
|
01-08-2007 11:24 AM
Paul G. Tobey [eMVP] | 1 | 6 |
|  | Hello
After some weeks of developing with compact framework, I figured out
that i still do not unterstand whats going on when i press the X of...
Thomas
|
01-08-2007 11:06 AM
Thomas | 4 | 14 |
|  | Hello
I have a HTC P4350 and i want make a little application to switch between
RING and VIBRATE with a schedule.
So when i going into the...
Roger Odermatt
|
01-08-2007 10:22 AM | 4 | 5 |
|  | Again, it's not a bug in later versions of the CF - you're simply taking
advantage of a bug in an earlier version. That bug, while it...
Dexlex
|
01-08-2007 09:53 AM | 6 | 15 |
|  | Hi,
GetWindowLong and SetWindowLong work great on the Pocket PC, but not on the
Smartphone (characters are not forced to upper case)
Any idea why...
Hilton
|
01-08-2007 09:29 AM
Michael J. Salamone | 1 | 8 |
|  | I have a VB.NET 2003 application for a handheld device that has a WiFi
connection. At any time the device can be connected to a Windows LAN,...
Andy Baker
|
01-08-2007 06:36 AM
Andy Baker | 2 | 12 |
|  | Hi,
I'm developing a printing library for a printer, which supports only
raster image data. So, I need to work with a bitmap of A4 size in
300DPI...
Buthrakaur
|
01-08-2007 03:56 AM
Buthrakaur | 3 | 14 |
|  | I have a program that interacts with the user with voice recognition. Some
of the subroutines of interaction can take several minutes. I know about...
drumred
|
01-08-2007 01:21 AM
drumred | 0 | 4 |
|  | I'm writing a Smartphone app where I need to control the movement between
forms which means I need to know when the user clicks the "Back" key. I...
John T
|
01-07-2007 09:25 PM
John T | 0 | 11 |
|  | Is it possible to attach a Context Menu to the Notify Icon?
Thanks
Ofer B.
|
01-07-2007 02:55 PM
Ofer B. | 0 | 4 |
|  | I've created a couple controls (NETcf 2.0 SP1), which I put into a library.
When I include the library project in a simple test application...
mobilemobile
|
01-06-2007 03:43 PM
mobilemobile | 0 | 8 |
|  | In its simplest form, I'd like to pass a filename (*.wmv) to the WMPlayer
and have it play in its own process, something similar to shelling . ...
dave m
|
01-06-2007 06:48 AM
Peter Foot [MVP] | 1 | 11 |