| Thread | Last Post | Replies |
|
| Menus Freeze After Creating Thread | 04 May 2005 00:25 GMT | 3 |
OK, gang, here's a weird one. It seems that creating a thread from my main application causes the menus in my menu bar to freeze. The thread procedure of the thread in question is like a polling thread, so it spends a lot of time sleeping. It is not blocking the UI, becase if ...
|
| MSXML support pocket pc 2003 | 03 May 2005 22:34 GMT | 1 |
i am looking for SAX onto pocket pc 2003 using msxml 3. However, I am not being able to locate msxml3.dll anywhere. Also, on pocket pc 2003 msxml3. dll has not been shipped by microsoft. So, how to go about using SAX on pocket pc 2003.
|
| Registerwindow, sendmessage, interprocess communication | 03 May 2005 21:38 GMT | 2 |
Hello, I am trying to communicate with a different process with a hidden window. I am using Registerwindowmessage("key") and using WM_copydata to send the message
|
| Refresh running apps on registry change | 03 May 2005 21:31 GMT | 1 |
Is there a way to signal a core OS process to refresh its settings from the registry? We have a process that loads default registry settings on cold-reset for power,
|
| CAST int to LPTSTR | 03 May 2005 12:21 GMT | 1 |
I don't know which method I can use to convert integer variable on LPTSTR variable on Pocket PC 2002. For example, I'm using the following code : ----------------------------------------------------
|
| Strabge behavior in exception handling | 03 May 2005 10:01 GMT | 2 |
I am developing an application in 3-tier architecture, and in certain cases I want to throw my own exceptions from the data layer. These Exceptions should be catched in the UI-tier to show the errors/messages to the user.
|
| PEM_read_DHparams function of Openssl library returns NULL | 03 May 2005 02:01 GMT | 1 |
I am trying to port the TLS application on Windows CE. I have built the Openssl libraries and DLL's successfully and linked with the application. While running the application, i find that the PEM_read_DHparams is always returning NULL while reading the dhparam
|
| basic newbie question | 02 May 2005 19:19 GMT | 2 |
I'm very unknowledgeable about Windows network programming. I have a basic understanding of networking principals in general and I've done a couple of ppc applications, but I'm not sure where to start relative to doing a project using something like WiFi.
|
| How to delete a shortcut | 02 May 2005 17:20 GMT | 2 |
On Pocket PC 2002, I'm trying to delete a shortcut with an eVB 3.0 application. I can delete a simple text file, but not a shortcut, especially a game shortcut located on the following folder (cf the following code) :
|
| WaitCursor Problem | 02 May 2005 16:00 GMT | 2 |
I'm working on a context menu extension (using IContextMenu). I would like to show the wait cursor to users when the process that my menu item does takes a long time. I tried using CWaitCursor wc, but it would crash when I declared that. I
|
| Activesync and Emulator | 02 May 2005 15:25 GMT | 3 |
Can someone help? I have suddenly lost my ability to connect to the emulator via activesync. I get the error "Critical communications services failed to start..." There is no firewall.
|
| visual form designer | 02 May 2005 12:27 GMT | 1 |
I would to write a visual form designer for pocket pc to use in my application, but I have no idea from where to start. I like the form designer in "sprint db". I not know how to implement the following functionalities in design mode:
|
| Dime? | 02 May 2005 11:19 GMT | 1 |
How can I use 'Dime' to upload photos from a PocketPC? (to a webservice) What do I need to install in Viisual Studio 2003 to support that? I need to program both client and server.
|
| ZIP library needed !!! | 02 May 2005 11:03 GMT | 2 |
I need a zip library running on PPC, more clearly a packer which I can call from within my application to compress already existent files. I'm using embedded Microsoft eMbedded Visual C++ as development platform, not a .net environment.
|
| Cannot step through ATL DLL project? | 02 May 2005 05:53 GMT | 2 |
I am using Visual Studio .NET 2005 Beta2 but maybe this question also relates to previous VS versions. I have an MFC dialog-based application using a few components implemented in an ATL project. I have declared a reference to the ATL project in the MFC
|