I am using C# and developed a program. When I load it into my PC2003 iPAQ, it says the company is "My Company." How can this be changed to meaningful data? Thank you camasmartin hobby programmer
camasmartin
Posts
-
Company Attribute -
Program to run on PC and PPCIs there a way, using Visual Studio, to write a program that can be compiled for both the host and the PPC? It's not like using VC++ where you can set appropriate flags, or is it? thank you camasmartin hobby programmer
-
Dockable main ProgramI Want to write a program that acts like Office Tool Bar. I need to be able set the main Form to be dockable and make sure it always stays on top (adjust the main screens client area) Possible? Any suggestions on a starting point for camasmartin hobby programmer
-
Button with ImageIs it possible to create a button with an image? Or to simualate one? How? Any suggestions appreciated. camasmartin hobby programmer
-
URL ValidatorThank you.:) With some tuning, it will come close enough. I didn't know about the Uri class. camasmartin hobby programmer Learning every day
-
URL Validator:confused:Does anyone have a textbox based control that will only accept valid URLs? camasmartin hobby programmer
-
Dialog Boxes:)I added a menu to the dialog box with no entries. This seems to protect the bottom of the screen so you can use the data entry methods. camasmartin hobby programmer
-
Dialog Boxes:confused:When I call (custom form).ShowDialog, the dialog pops up and takes up the entire screen, blocking the data entry area. When using the emulator, I was typing all the information and didn't notice the problem. The first time I loaded onto my PocketPC, the problem became obvious. Other than that, the form works properly. What am I doing wrong? thanks camasmartin hobby programmer
-
Debugging only works if connected to NetworkTHANK YOU. IT WORKED. I'd still like to figure out what is really happening, but it did work. It took me a while to (1) read your suggestion, (2) unsuccessfully find a loopback adapter, (3) find instructions on the web for making one (Simple!!), and testing it. Thanks again. I just went on a trip and was able to work detached. camasmartin hobby programmer
-
Can't debug using emulatorIgnore. Cockpit error (the loose nut was the pilot). When I reinstalled visual studio, it was the old version that didnt support the pocket PC SDK. A lesson for all. Try reading. camasmartin hobby programmer
-
email accountsPocket PC 2003. You can have multiple email accounts. ONLY ONE SYNCHRONIZES (the one named ActiveSync). Two questions. 1. Does anyone have an idea how to sync a second account? 2. When using CEMAPI, how do you identify/open the messages by account? Should it be possible to write a program to move messages between accounts? Thanks in advance. This is a very helpful and supportive group. camasmartin hobby programmer
-
Can't debug using emulatorVisual Studio 2003 PocketPC 2003 SDK When I try to debug, emulator starts, everything loads into it, and the program is downloaded. I can go to the emulator and run the program. But Visual Studio does not go into debug mode so I can set breakpoints, look at things, etc. Any suggestions? Thank you camasmartin hobby programmer
-
Debugging only works if connected to NetworkThis is really strange. I am using Vis. Studio, compact framework, and C#. When I am connected to my network, the emulator comes up, the program starts and Vis studio goes into debug mode, stopping at appropriate break points. If I disconnect my network (Home LAN), the emulator pops up, the program is loaded, and Vis Studio does not go into debug mode. I can go to the emulator and start the program (by opening file explorer and working my way to the appropriate program file).:confused::confused: I have no idea where to begin looking. Any suggestions??? Thank you Martin. camasmartin hobby programmer
-
Any C# VS2003 Code for Pocket PCThank you Thank you Thank you Thank you camasmartin hobby programmer
-
Any C# VS2003 Code for Pocket PCI can't find any samples (beyond Hello World). I have been able to do a few very basic things, but cannot get to the registry, messaging, etc. Does anyone have any working code that would give me a basic starting point? thanks :confused: camasmartin hobby programmer
-
CEMAPI use in C# :confused:I am trying to develop a program for the PocketPC in C#. It requires the use of cdmapi which only is available in the SDK as cemapi.h and cemapi.lib for C++. I really don't want to do this in C++. How can I use/access/import/convert/??? the available library for use in C#. Thank in advance for the advice camasmartin hobby programmer