| Thread | Last Post | Replies |
|
| Turn off the 'Found new WLAN baloon" | 19 Oct 2004 20:00 GMT | 1 |
i'm currently writing a tool to check the WLAN Signal in our offices. It's based on the OpenNETCF.org Framework. So far every thing works fine. There's just one little thing, how can i disable the ballon that apears when a new WLAN is in range ?
|
| Scrollen in PictureBoxes | 19 Oct 2004 19:43 GMT | 2 |
I want to load bigger images in a PictureBox than the PictureBox is. So it would be good when I can sroll in the PictureBox. Is there any possibility? mat
|
| Pocket Access v SQL CE | 19 Oct 2004 19:10 GMT | 2 |
I'm using Access 2000. If I am not using SQL server, how can I populate and use SQL CE on the device instead of a CDB file? I have too many records and the CDB is just too slow. What is an *.sdf file on a hand held?
|
| Scroll Bar | 19 Oct 2004 17:19 GMT | 1 |
I'm using VB and have a form which shows up on my pocket pc, however the form goes byond the bottom of the screen, how do I create a scroll bar so I can see the whole form. Thanks,
|
| How to create non full screen modeless dialog? | 19 Oct 2004 17:11 GMT | 2 |
I want to display a NON full screen modeless dialog box, so I use the following code CDialog pDialog; pDialog.Create(IDD_PROGRESSDLG,this);
|
| To avoid multiple items being displayed in Windows task list bar for the same application | 19 Oct 2004 17:08 GMT | 2 |
I am writing a Win32 GUI dialog-based application with Visual C++ 6.0. The application is composed of a few tens of dialogs. To speed the switch between different dialogs, I keep the dialogs in the memory but deleting them when they are not active, and only the active
|
| Cannot find Msxml2.DOMDocument.3.0 | 19 Oct 2004 14:31 GMT | 4 |
I am trying to use the XML-parser provided by MSXML2. I want to instanciate the object, but first I want to find the CLSID using this call: HRESULT hr = CLSIDFromProgID(TEXT("Msxml2.DOMDocument.3.0"), &ClsID); This fails, returning 800401F3, which should be Invalid class string. Is
|
| download a file from website | 19 Oct 2004 11:47 GMT | 1 |
Hy all, i'm writing a web page where i've a link for dowloading a file from my website, but my Pocket PC 2000 directly open
|
| Add a POP up Password Screen | 19 Oct 2004 11:36 GMT | 1 |
I am writing a new diagnostics applcation for the new iPAQ4700 PPC. I am having a little trouble initializing the first form, then after pasword validation, closing the password window and opening the application or Form_1.
|
| Password Screen and File launch | 19 Oct 2004 11:35 GMT | 1 |
All: I am having a little issue with upon initialization of the main form, I want a password screen to pop up first. Then after validation, let the main app form open and the password app close.
|
| XML in PIE? | 19 Oct 2004 11:34 GMT | 2 |
how to XML in PIE???(Pocket pc 2002 and 2003) i want to make a User Interface through this.. is there any sameple app for this? i tried with the Desktop XML file in pocket pc but it is not working.
|
| popup-window | 19 Oct 2004 11:32 GMT | 2 |
Does there exist any possibility to display a little popup-window with some text when a new form is opened. I want that as a little explanation for the user when he enters a new Form. thx
|
| Developing a web appl. for Pocket PC | 19 Oct 2004 10:22 GMT | 1 |
We are in the process of developing a web page specifically for Pocket PC. We already have a web application in ASP and want to make it compatible to Pocket PC also. I want to know the constraints that
|
| How to display jpeg image from file in PocketPC using EVC++? | 19 Oct 2004 10:17 GMT | 10 |
I know how to load a bitmap from file using function 'SHLoadBitmap' and display it. However, I don't know how to load a jpeg from file and display it. Is there anyone can tell me what class or function should I use in EVC++?
|
| about the right top button | 19 Oct 2004 10:09 GMT | 2 |
I write a dialog program based Smartphone 2003. And I port it to platform PPC 2003 easily, however, i found the dialog has a 'X' button in right-top corner. The program will hide rather than exit if user click it.
|