| Thread | Last Post | Replies |
|
| How to remove items from context menu? | 31 Dec 2005 19:19 GMT | 3 |
I would like to remove/hide some of the context menu items based on some conditions before the context menu is displayed, so the users will not picked an invalid entry. Can someone please help? Thanks.
|
| Custom Windows CE and SDK | 31 Dec 2005 15:01 GMT | 13 |
As I understand, in general, Windows CE (leave away Pocket PC version for now***) is an operating system which is customized and provided by many mobile devices manufacturers. These manufacturers adapt Windows CE for their devices.
|
| Editing a dataset | 31 Dec 2005 13:18 GMT | 1 |
Visual studio 2005 C#. I have the following code DataTable table; table = dataSet1.Tables["Park1"];
|
| Calling ShellExecute from eVB | 31 Dec 2005 13:14 GMT | 4 |
I am trying to call/load/execute a .cab file from an eVB project. it is located in the root folder, when I click the button, nothing happens and it doesn't load the cab file. I have tried with and without the /noaskdest and /noi options. any help would be great, thanks.
|
| wceload - Silently overwrite system file and keep progress bar visible | 31 Dec 2005 08:23 GMT | 6 |
I'm creating setup package and want to overwrite dll silently if one from setup is newer. In CopyFiles section I set flag 0x80000000 (Do not copy files if the target file is newer + Create a reference when a shared DLL is counted)
|
| Change the button background and foreground color | 31 Dec 2005 03:19 GMT | 4 |
Is there a way to change the background and foreground color (text) of a button? I set these 2 fields and they are ignored when running on my Viewsonic V37 pocket PC. I am running Pocket PC 2002. Thanks
|
| SQL mobile question | 31 Dec 2005 02:29 GMT | 4 |
I have installed vs2005 w/SQL express. Is there a component similar to Enterprise Manager (SQL), that will let me view/import/modify both SQL databases & SQL mobile databases?
|
| How to display the busy cursor in PPC? | 31 Dec 2005 02:14 GMT | 4 |
I would like to display a busy/wait cursor while the program is busy in computation, how do I do it? Thanks SKL
|
| why can not using /compress option when cabwiz? | 31 Dec 2005 01:36 GMT | 3 |
Once I using /compress option when cabwiz, the geneated package can not be recognized in pocket pc. if not using /compress, all thing is ok. Any one encountered that?
|
| Porting C# desktop App to Pocket PC | 31 Dec 2005 00:32 GMT | 4 |
I am porting a desktop App written in C# over to Pocket PC. I am having the most trouble with the User Interface and porting the UserControl classes that I created (those that inherit the System.Windows.Forms.UserControl Class). They classes appear in various
|
| Installing Multiple Cab Files from a Single Container Cab File | 30 Dec 2005 22:17 GMT | 1 |
I want more information about the container cab files. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/w msecurity.asp , the article is not yet published.... can any1 help me finding the info?
|
| unattended launch of cab file | 30 Dec 2005 20:48 GMT | 11 |
I would like my app to download a cab file then initialize (open) it. so instead of the user clicking on it, to just have it start. I can use the shell command to start other exe's, but I don't know which exe - cab files are associated with. Any help? Tony
|
| Studio 2005 C# and MS access | 30 Dec 2005 16:56 GMT | 1 |
How do I make a connection to a Pocket Access Table on a connected device? Table name is 1234.cdb
|
| where can I find WZCQueryInterface? | 30 Dec 2005 16:07 GMT | 1 |
I'm developing a pocket pc 2003 application that requires information about the wireless adapter (ssid list, wep status, etc). I found the function WZCQueryInterface which would be perfect, but neither the header (wzcsapi.h) or the lib (wzcsapi.lib) are on my system. It seems ...
|
| MAPI usage for outlook access! | 30 Dec 2005 13:50 GMT | 2 |
is that OpenIMsgOnIStg is implemented somewhere for pocket PC? It converts the IStorage to an IMessage. I need IMessage to work with MAPI, and IStorage to work with the msg file. Thanks!
|