-
- Force Control to Lose Focus
by kepster
- 1 Replies
- Last post
by AlexY
- Hi all,
I've got a program for a pocket pc that I'm wanting to use the "Enter" key to start & stop a timer.
However if I use the touchscreen to press a button on the form, I can't use the enter key to control the timer, as the focus has been put onto the button pressed & just repeats the operation - any ways around this
-
- Transparent color in custom controls
by byfron666
- 1 Replies
- Last post
by Peter Nowak (Germany)
- Hello everyone... I've been reading different opinions about the availability of transparent color for the controls under compact framework. Some people say that is not supported (version 2003), while others say so. I've been trying a couple of different methods and I'm not able to obtain the effect. I'm trying to use transparency to develop a rounded corner panel, and in fact, at design time, my
-
- Simultaneous GPRS & GSM on Class A device (part 2)
by Le Sage
- 4 Replies
- Last post
by Ilya Tumanov
- Hi all! Apparently, an admin locked my previous thread on the subject . I'm not a native English speaker, & I don't live in America either. I'm still wondering something that wasn't answered in the previous thread, & that is not off subject of the theme of this forum. As I said before, I haven't bought any device yet, & the software I'm planning to code is still in the state of proje
-
- How to find MAC address for a disable network adapter?
by jjay2007
- 3 Replies
- Last post
by Guang-Ming Bian - MSFT
- Our licensing scheme locks to the MAC address of one specific adaptor when you activate the license. From that point on, every time you start up the application, it checks the MAC address to see that it matches.
When you team adaptors in windows (sometime known as bonding), you are creating one larger virtual Ethernet port which has the combined bandwidth available of both ports.. the advan
-
- How to Find current path of my program?
by LoinHrat
- 3 Replies
- Last post
by LoinHrat
- Hi all,
How to Find current path of my program in C#
-
- MSDN's errors?!"Sysgen" in "How to develop a Boot loader"!
by Inter Milan
- 0 Replies
- Last post
by Inter Milan
- The followings are the steps to develop a Bootloader: You can get them on MSDN's "How to develop a Boot Loader" 1. Create a directory for your new boot loader code. For example: %_WINCEROOT%\Platform\MyPlatform\Src\Bootloader\Eboot.The boot loader code directory is typically in a hardware platform directory. You must include the directory in the hardware platform dirs file to build it as
-
- Exposing public methods and properties on user controls (usercontrols)
by flameater
- 2 Replies
- Last post
by flameater
- Hi,
I have developed a simple user control containing a textbox for a windows mobile 5.0 device application. The usercontrol exposes a public property that can be used to set the text in the textbox.
When I place the textbox onto a form, I am unable to see the public properties (and methods) that I have exposed for the user control in code view. However, I can shared methods for the
-
- GPRS Connection Setup in Code
by Paul Diston
- 14 Replies
- Last post
by J-Pixel
- Hi, I was wondering if there is a way to configure a connection for GPRS on a windows mobile 5 device in code. I am having a few problems doing it through setting the registry as I can get the connection to appear under the Connections > Manage existing connections dialog but if I try and connect to the connection I am prompted for the username and password however I do not want this prompt to
-
- Beta of Microsoft Certification Exam 70-540
by howard dierking - MSFT
- 14 Replies
- Last post
by howard dierking - MSFT
- Microsoft Certification Exam 70-540 is available in Beta form right now! This is a Technology Specialist exam for application developers in the mobility space. The Preparation Guide is available for the Exam at: http://www.microsoft.com/learning/exams/70-540.mspx . To register visit one of our independent testing providers: * Thomson Prometric: http://www.prometric.com/ContactUs/T...rs/defau
-
- Registry in WIndows Mobile 5.0
by hassanmushtaq
- 2 Replies
- Last post
by ChunSheng Tang - MSFT
- hi
i am using VS 2003 (C#) in CF 1.0. i have a problem in writing file. as i m developing in C# having CF 1.0. i have installed pocket pc 2003 emulator on microsoft site. now as my application write a file that works fine on the emulator. and all things r working well. when i installed it in Windows Mobile 5.0. it neither working correctly. also it is not writing a file. and it give me no excep
-
- GPS
by Nelson Rodrigues
- 4 Replies
- Last post
by Nelson Rodrigues
- Hey there,
i want to develop a app to retrieve a position from GPS.
Do i need to code in C++, or can i use C#
Tnks,
Nelson
-
- Unable to connect to the remote server.. first call only
by TanTan&&#3
- 6 Replies
- Last post
by TanTan®
- I hope anyone has any idea about this strange attitude.
When i attempt to call a webservice function the first time i get the following error. And then I try again and it succeed.
Seems like it fails only on the first attempt .
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connect
-
- Add Bitmaps to ImageList from local files at run time
by jbap01
- 4 Replies
- Last post
by jbap01
- Is there any way to populate an ImageList with bitmaps stored in a directory on the device at run time It seems like such a simple thing to do, but I'm finding it impossible. Any help gratefully received.
-
- Large Image Resize
by Craig Mellon
- 9 Replies
- Last post
by ChunSheng Tang - MSFT
- Hi All,
I am having real trouble resizing images taken with the built in camera on a eten glowfish x500+.
The image is taken using the etech camera software, then I am resizing/compressing the image using the OpenNetCF ImagingFactory.
I have no problem with small images, but as soon as try to do the same with larger images (960x1280) I get out of memory exceptions.
The
-
- Can't save gadget settings
by Strato
- 14 Replies
- Last post
by Strato
- Hello, My problem is next : when I click on "OK" in the settings window of the gadget I'm trying to create, it seems the settings (whatever those that have been chosen) are not saved. So the gadget itself is always showing the default settings. When I open the settings windows, it always shows the default settings (both checkboxes checked for example), that's why I believe it's never sav
-
- Waiting for a form to finish
by Quentin Mayberry
- 2 Replies
- Last post
by Quentin Mayberry
- Can someone tell me how to make the next line of this code (updatefigures) not execute until the form is finished with
In vb6 there used to be a feature to add 1 after the form call, i.e. Form14.show 1 and it would not execute any code until the form was finished with. Vb.NET must have something like this but I can't find out how to do it!
Code Snippet
Private Sub Men
-
- Microsoft Embedded Visual C++ 4
by Seapoppy
- 4 Replies
- Last post
by Michael Koster
- Does anyone know if I can use Microsoft Embedded Visual C++ 4 to develop apps that run on Windows Mobile 2005
I have enough of nightmare with Visual Studio 2005 and its service pack. So I thought of falling back to Embedded VC and using Windows Mobile 5.0 Pocket PC SDK to do my development work.
-
- Windows CE5.0 and USB
by MalcsBits
- 3 Replies
- Last post
by Ilya Tumanov
- I have an Arcom Viper board running CE5.0. I need to connect to a device via the USB port. Does anyone have a C# library to achieve this I have successfully written an Application in C# to achieve this running under XP.
The device to be connected is a 6 channel temperature monitor implimented with a PIC18F4550 microprocessor.
-
- Remote management for Pocket PCs
by LUca A.
- 0 Replies
- Last post
by LUca A.
- I'm working to a new project where we need remote access for support of Mobile users.
The market is full of packaged solutions but where do I have to start in order to develop a custom solution with few but focused features Any resource about it
Thanks,
Luca
-
- I need to run a third party exe from my own Windows Mobile 5 application written in VB.NET
by Ramakin
- 3 Replies
- Last post
by Zero Dai - MSFT
- Basically I would like to be able to run a third party application if needed from my VB.Net Mobile 5 application deployed on a device.
Anyone know how to do this I have tried using the shell command but I just get FileNotFoundException but the file does exist in exactly the place I have told shell to run and figured that maybe its just not setup for the Mobile 5 environment.
So doe
-
- Decode Control detected UNSUPPORTED DEVICE
by Kavitha Anbalagan
- 2 Replies
- Last post
by Ilya Tumanov
- Hi...
I installed the "Hand Held Products Dolphin SDK for Visual Studio 2005 Setup r113.exe". And loaded the decode control in the toolbox of my project(VS2005). If I drag the decode control and run the application it returns
"Decode Control detected UNSUPPORTED DEVICE" exception.
I dont know how to solve this.... Please guide me...
Thank you.
-
- Read and view a shapefile(Esri) on pocketpc2003(use C#)
by tung2505
- 1 Replies
- Last post
by Ilya Tumanov
- Can anybody tells me how to Read a shapefile(Esri) on pocketpc2003(use C#) I mean this is an apication stand alone . Please help me ! Thanks . Tung2505@gmail.com
-
- Problem on the Firewall API
by Netage_Keith
- 4 Replies
- Last post
by Netage_Keith
- Hi everyone,
This problem is kind of urgent, i hope some of the expert here can help me out. In the win ce4.2 document it said in order to use the firewall api call includeing FirewallEnable(), I need the "fwapi.h" and "fwapi.lib". There is "fwapi.h" in my computer but I cannot find any "fwapi.lib". I have search about this file from the web and my pc
-
- Can't debug deploy WM5.0 mobile app
by Mark Potts 123
- 7 Replies
- Last post
by Mark Potts 123
- I have a Windows Mobile 5.0 application that I can copy to and run on a target device, however when I try to start debug under VS2005 says "Deploy started ...." then after about a minute comes up with the error: "Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence." I am connected via ActiveSync 4.1.0 and can access the device as well as open
-
- How can I deploy my device app. with Win CE 5.0 Emulator?
by kahraman1285
- 4 Replies
- Last post
by kahraman1285
- Hi
I installed Visual studio 20005 on my computer.I will deploy Smart device Application .
when I press Deploy button,I see this dialog box
http://img168.imageshack.us/img168/4522/capturejx6.jpg
But There isn't Win CE 5.0 Emulator on list. I want deploy my project for Win CE 5.0 . My aim is I write a restaurante program for hp rx 1950 pocket pc . It use Win CE 5.0 s