| Thread | Last Post | Replies |
|
| how to display app on top, including on top of notifications and a | 19 Dec 2004 15:09 GMT | 4 |
Please help. I would like to display my application on top of all applications, including those notifications and alarms. It seems like my app can be on top of all apps, except the alarms, notifications and volume control. I have tried to set windows position, set forground, ...
|
| font size | 19 Dec 2004 13:48 GMT | 1 |
I developed a Mobile Application for PocketPc and now I want that the size of the TextBoxes and the font size get bigger when the user clicks in the textBox. And when the user clicks anywhere on the form the textBox should get the origin size and also the origin font size. I have ...
|
| CBitmapButton - Speed | 19 Dec 2004 11:48 GMT | 2 |
I have a problem with speed with Bitmapbutton in my application: I make a simple test. I have in my application
|
| Changing Images in OpenNetCF's ButtonEx | 19 Dec 2004 01:39 GMT | 2 |
I'm using an OpenNetCF ButtonEx (actually a series of them). I have an image for the button, which I've been happily using for quite some time now and most of which have code-behind to change text, etc. I got updated images from a designer and i'm trying to integrate them into
|
| System Time | 18 Dec 2004 23:15 GMT | 2 |
I'm writing a PPC 2003 application that allows the user to view a UTC or local DateTime group, updated frequently by a timer. If the user changes the local time zone (Settings) while the program is running, the code still uses the old time zone as the system time (Today), ...
|
| Connect to wireless network | 18 Dec 2004 22:07 GMT | 5 |
I am building a c++ application for a PocketPC 2003 device. Once the application is started it should connect to a specific wireless network with a known SSID. This network is already configured. How can I connect to this network programmatically?
|
| Tab Control Problem | 18 Dec 2004 21:40 GMT | 1 |
I am making a PPC program to show details about inventory. I have a combo box with the list of items and a tab control to show details about the items. I would like top place the combo box above the tab control since the combo box will determine which data is shown in all ...
|
| Multiple shortcuts icons created on re-install | 18 Dec 2004 10:03 GMT | 2 |
I am cerating a shortcut to my application in the \Start Menu and \Start Menu\Programs locations through the installers inf. [DefaultInstall] CEShortcuts=Shortcuts
|
| editing *.ini files | 17 Dec 2004 21:07 GMT | 1 |
I am using PPC2003 and have an interesting situation. I have an application that uses a 'ini' file. It is a text file with the extension of '.ini'. I have not been able to open this file with File Explorer or Pocket Word for
|
| Increasing memory for emulator | 17 Dec 2004 19:53 GMT | 8 |
I have an app that I am testing that has a 7+Mb SQL CE database. The problem I am having is that the emulators do not have that much space available by default, and I can't figure out how to increase the memory available to the emulator.
|
| Converting a Visual Foxpro .DBF to a Pocket PC .SDF | 17 Dec 2004 19:28 GMT | 1 |
Is it possible to do this or does anyone know of a tool/method to do this. I am looking at sending data to a Pocket PC from an enterprise app we have that is built using Visual FoxPro. We currently have a Palm OS app which we convert the DBF to the PDB format
|
| Ftp Upload | 17 Dec 2004 18:51 GMT | 2 |
The Upload function FTPPUTFILE( ) creates the file in the sever but with 0Bytes what could be the problem here???? any help will be extremely usefull
|
| Pocket PC | 17 Dec 2004 18:10 GMT | 4 |
I just bought Streets and Maps, can I load the program into my pocket PC running Pocket PC Ver.4.2?
 Signature TTFN, Mike
|
| array variable | 17 Dec 2004 15:18 GMT | 2 |
Hi, I try to use a char array : char buffer[size], where size is an integer which is calculated before, but the compiler makes error in that: "must be constant value". So how can I define a variable array??
|
| VB.NET - How to display a non modal window | 17 Dec 2004 14:18 GMT | 3 |
While I make a treatment in my vb.net (display a graph) application, I want to display a message saying "Wait a moment.." or something like that. So I try to display a message in a "Label" component. So I make a "Label.Visible=True" to display the message and then a
|