| Thread | Last Post | Replies |
|
| Custom controls | 04 Mar 2005 20:45 GMT | 1 |
I am new in developing windows application, and I know nothing about custom controls. I started to play with VS2003 and .NET Compact Framework. Now I need to create a custom listBox or a custom tab control (say with the tabs in the upper area of the control), anyway, controls ...
|
| Drawing Graphs with .NET CF | 04 Mar 2005 20:44 GMT | 4 |
I need to be able to draw a graph...and it will be drawn on teh bottom half of my frame...the top half is covered by a panel... the only problem its that the hieght from the bottom of the frame to the bottom of the top panel is 200 (frame.Height = 345, panel.height =
|
| _matherr question | 04 Mar 2005 16:19 GMT | 3 |
Has anyone tried to replace the C run-time (CRT) function "_matherr" with a user defined version using Microsoft eMbedded C++4.0? If you did and were successfull, were there any compile or link options you needed to set in order for the user defined version to be called.
|
| Mute sound on Pocket PC using c# | 04 Mar 2005 15:22 GMT | 6 |
Does anyone know how i can go about setting the volume level of the pocket pc using c#? I want to create a button to mute all sounds on the pda. Thanks Ian
|
| Fullscreen and screen saver | 04 Mar 2005 14:38 GMT | 4 |
I'm working on a program that runs in fullscreen most of the time. The code for entering fullscreen mode looks like this: RECT rc; GetWindowRect(m_hwnd, &rc);
|
| Speeding Up XML Load Time | 04 Mar 2005 14:31 GMT | 2 |
I just finished my 1st Pocket PC application. It's not a large fancy app by any means. When I deployed it to some test Compaq IPaq's, the issue I ran into was the initail data load. This is a standalone application for the PocketPC using C#. There is 1 form
|
| newbee question about instances | 04 Mar 2005 14:04 GMT | 1 |
I know this forum is not about Java, but I have a Java application which allows users to run multiple instances. I am thinking to write another application to detect if my Java application is running. If yes, activate the instance, if not ,start the program.
|
| Can i use Microsoft COMM Control 6.0 in eVC 3.0 with PPC 2002 SDK?Thanks | 04 Mar 2005 13:32 GMT | 4 |
I have tried to add this active x to the project, but when i run the program in the pocket pc, it terminated.
|
| Custom controls | 04 Mar 2005 12:23 GMT | 2 |
I am new in developing windows application, and I know nothing about custom controls. I started to play with VS2003 and .NET Compact Framework. Now I need to create a custom listBox or a custom tab control (say with the tabs in the upper area of the control), anyway, controls ...
|
| Full screen | 04 Mar 2005 10:03 GMT | 3 |
I would like that my application opens full-screen, without menus, window-borders and so on. How is that possible ? I thank you in advance for any help on that subject!
|
| question about wave api... | 04 Mar 2005 00:32 GMT | 1 |
i'm tryng to develope a full duplex application on ppc, but i have found strange problem with wave api... in particulary... waveoutopen and waveinopen support many type of callback: could be
|
| Start Menu full -- screws up install/uninstall | 03 Mar 2005 22:59 GMT | 7 |
Apparently on the newer versions of PocketPC (not sure when this started) if a file is to be installed on the Start Menu, but the user already has the maximum of 7 items visible, then the installation file "automatically" gets put in the Start Menu\Programs
|
| Notify.runappattime event. | 03 Mar 2005 22:27 GMT | 2 |
Am I right in assuming that if I use: RunAppAtTime("application.exe", "08:00:00"); and my application never closes, that that application will be run at 08:00:00 after the application is first started, but never run again after
|
| Fileupload using MFC | 03 Mar 2005 21:56 GMT | 5 |
This is my first attempt at an MFC project in some time, and I've hit a block. I want to upload a file from the PDA to a server, and I'm trying to do something like this:
|
| newbie help please | 03 Mar 2005 20:56 GMT | 1 |
how would I go about creating an app that scans for files in the folder in which it resides, creates a text file that lists the filenames, loads another app and then quits? thanks
|