| Thread | Last Post | Replies |
|
| List Control Grid Lines Bug | 23 Jun 2005 16:18 GMT | 4 |
Is there an easy workaround to get the grid lines to show up properly on a list control? The grid lines are drawn over the list items. It seems like if I could adjust the width of the header, the gridlines would move with it. Or maybe by moving the header. Is there a good ...
|
| How to create a .cab from an existing .exe | 23 Jun 2005 15:50 GMT | 2 |
I have a .exe alone that does what I need, but without sources or .cab's. I need to assign this program to a hardware button, but ipaq utilities allow me to assign only installed programs, not bare .exe. Is there anything that allows me to make a .cab of it and install it?
|
| SIP on and off | 23 Jun 2005 15:26 GMT | 9 |
in one modal dialog of my application I use SipShowIM(SIPF_ON); for showing the Soft Input Panel. This is done in case WM_INITDIALOG. In case of WM_COMMAND and IDOK I use SipShowIM(SIPF_OFF); but the SIP stays up. Does anyone know why? Do I have to use the SIP off command in the ...
|
| Good RAD tool for database dev | 23 Jun 2005 15:25 GMT | 1 |
what is the best RAD tools for developping Database applications of PPC? thanks John
|
| How to uninstall a program | 23 Jun 2005 15:15 GMT | 2 |
How do I uninstall a program that I created. It's nothing real complex or anything, just an executable, but when I install it from a cab file I notice that it shows up in add/remove programs. Is there anything special that I need to do other than deleting its directory and a ...
|
| Sql Server CE 2.0 and Visual Studio 2005 | 23 Jun 2005 15:11 GMT | 3 |
Hi Alls, I have problems with Sql CE API im my Pocket PC project (WTL project ) with Visula Studio 2005 Beta : error LNK2001: unresolved external symbol IID_IDBInitialize .
|
| VB.NET code for CeRegOpenKeyEx | 23 Jun 2005 13:52 GMT | 1 |
I have found plenty of examples of writing RAPI.Dll functions using C#, but none using VB.NET. Does anyone know a good site for examples? Functions of interest are: CeRegOpenKeyEx
|
| Browse Folder Dialog | 23 Jun 2005 11:56 GMT | 1 |
I am trying to open a Browse Folder dialog via SHBrowseForFolder() using Visual Studio 2005 Beta2 (I am NOT using C#/DotNet and trying to write in plain VC++). When I try to build the system, at linking time I am getting an error -
|
| get HMENU of a command bar | 23 Jun 2005 11:02 GMT | 5 |
sorry for another new thread of mine. My app has a command bar with two pop-up menu entries. The first is called IDM_APPLICATION and the second IDM_NAVIGATION. To enable or gray a menu entry within the pop-up menu I need
|
| Termin =?ISO-8859-15?Q?f=FCr_www=2Eholtsee=2Ede?= | 23 Jun 2005 08:57 GMT | 2 |
Am 13.08. findet im Feuerwehrgerätehaus von 9:00 bis 12:00 Uhr wieder eine Feuerlöscherprüfung zusammen mit der Fa. Ziegler statt. Claus
|
| Help!!! | 23 Jun 2005 08:35 GMT | 2 |
I want to connect to a server from my application using RDA. I am testing my application on the emulator. When I use pocketIE to connect to the virtual directory, it works, but when I run my application it gives me an error that i am unable to have an
|
| Best color depth for GFX | 23 Jun 2005 08:24 GMT | 2 |
I wrote an app that reads a 24 bit bitmap from a resource file and BitBlt's it to the display as fast as it can and only got 11 fps. The same bitmap save to the resource file as an 8 bit bitmap is drawn at 67 fps. Does anyone know what the best color depth is when working with the ...
|
| Connect to share and authenticate | 23 Jun 2005 05:51 GMT | 4 |
Im using file.copy() to send a file to a printer that have an unc. The file.copy requires me to be authenticated on the host and throws a network logon dialog in my face. I dont want that dialogue... (the fact that I can store user and password is not an option, since the app ...
|
| sample app? | 23 Jun 2005 05:13 GMT | 2 |
any sample applicaiton shows MFC Dialog with scroll bar when SIP is UP? -- -- Thanks,
|
| WMA encoding audio input | 22 Jun 2005 23:55 GMT | 1 |
I would like to record audio through the microphone and have it stored in WMA format. This could mean encode directly into WAM or record in WAV and convert later, either way is fine. Does the Windows Media Player SDK or something else allow me to do this?
|