| Thread | Last Post | Replies |
|
| Slow down the execution? | 05 Dec 2005 09:32 GMT | 3 |
Is there a way to slow down the execution of some commands... Example: I have a dialog and 5 CButton objects on it, and now I want to destroy them, but not all at the sime time - but one by one - so that the destroying operation looks like animation? How can I "pause" (e.g., for ...
|
| webvw.lib | 05 Dec 2005 09:29 GMT | 1 |
my first post... :) i'm trying to use the Pocket Internet Explorer Browser. the documantation talks about webvw.h and webvw.lib. i do have webvw.h , but i cant find webvw.lib ....
|
| Calling CLR managed component from a c++ service dll | 05 Dec 2005 09:26 GMT | 4 |
Is it possible to call a .NET CF managed component from a c++ service DLL? Thanks.
 Signature Tony Hudson
|
| How to convert Byte[] into String? | 05 Dec 2005 08:10 GMT | 4 |
I would like to ask on how to convert array of bytes, Byte[] into String? I tried StringIwant = System.Convert.ToString(byteData); but it actually return "System.Byte[]" rather than convert the data I wanted into string.
|
| How to use Datagrid control make mini Excel(spreadsheet ) ? | 05 Dec 2005 06:16 GMT | 1 |
n can make ? (yes or no ) ? where ' simple code ? can Datagrid control make mini Excel(spreadsheet same on pc ) ?
|
| Best way to build unmanaged C++ for WM5 | 05 Dec 2005 01:24 GMT | 26 |
I have to continue building a legacy unmanaged C++ dll for Windows Mobile 5 because it interacts with some other unmanaged C++ class libraries. My question is how best to do that - continue using evc4.0 (but I can't find a WM5 SDK for it), or use VS2005 (but I don't see how to ...
|
| System.Data.OleDb | 04 Dec 2005 16:20 GMT | 1 |
HI....where can i download ? thanks a lot Mochar
|
| InternetOpenURL doesn't work (error 120) | 04 Dec 2005 08:27 GMT | 1 |
I'm trying to download a page from the web. The code is basically (I stripped the error checks): HINTERNET web = NULL, file = NULL; web = InternetOpen( L"MyApp", INTERNET_OPEN_TYPE_PRECONFIG, NULL,
|
| UCHAR array to CString | 04 Dec 2005 08:11 GMT | 1 |
code in windows ce 4.2: UCHAR id [32]; CString text; text.Format(_T("%s"), id);
|
| How to do memcpy for Byte[]? | 04 Dec 2005 03:27 GMT | 2 |
I guess what I want to do is best explain via the codes here; Byte[] byteA = new Byte[100000]; Byte[] byteB = new Byte[4]; ...
|
| newbie - proper way to use ShowDialog ? | 03 Dec 2005 22:40 GMT | 2 |
WM5 / .Net CF2 sorry if this is a FAQ but if i want to display a simple "About" dialog, shouldn't i use ShowDialog or is there a better way ? Problem is, if i open my "About" dialog with ShowDialog, it does work,
|
| ActiveSync 4, Wireless Sync - MS SNAFU | 03 Dec 2005 17:06 GMT | 3 |
I work from my home office, and I have a wireless access point set up on the house LAN. When doing PPC development, I use my laptop and PDA, both wireless-enabled. It's extremely convenient - I can debug against the device without even having a wire between them.
|
| can't start an application again | 03 Dec 2005 17:06 GMT | 1 |
I developed an application using C# for PPC and the application connect to a jabber server. I update it to my ppc system. I can start it at first, but when I close it . I can't start it again. If I want start it ,I must reset my ppc system.
|
| Human Interface Device (HID) | 03 Dec 2005 17:04 GMT | 5 |
I have a question about HID - how can I connect PocketPC device to the PC like a HID device - I want to control PowerPoint with PocketPC. I am developing in Visual Studio,.
|
| ActiveSync notify VB6 | 03 Dec 2005 16:13 GMT | 1 |
I've written API routines to copy data to and from a hand-held. The VB6 user interface I have designed requires the user to click a button to trigger the data transfers after they have seated the hand-held in its cradle. Is there a way to get ActiveSync to notify a VB6 app that a ...
|