| Thread | Last Post | Replies |
|
| Owner data? | 14 Oct 2004 13:21 GMT | 2 |
Where is the data from the Owner field on the PPC stored? Registry or some other database and how to access it and modify? Thanks, Dule
|
| Pinvoke MissingMethodException | 14 Oct 2004 12:49 GMT | 2 |
I'm trying to get a very simple usage of pInvoke to work on .Net Compact framework. I have an unmanaged C++ dll using embedded vc++ 4.0, and a C# app using Visual Studio for a PocketPC 2003 target device. The C++ dll shows my simple function exported in dumpbin. I declared it as
|
| Using inf file to register a dll | 14 Oct 2004 12:37 GMT | 3 |
I've got a third party DLL that I normally install and register via CeAppMgr. How would I include such a dll an inf file before using the "Build Cab File" tool in VS.NET? I want to make sure that it gets registered in exactly the same way as it does through CeAppMgr.
|
| Books and devices Getting Started | 14 Oct 2004 12:17 GMT | 4 |
What is a recommeded model of pocket PC or phone to get started with software developmenet for mobile devices? Do I need to care about MIPS v. ARM processors? What is the minimum memory and processor speed (frequency)? Are there any prefered models of pocket PCs or phones?
|
| pocket pc implementation problem | 14 Oct 2004 12:07 GMT | 2 |
When i try to implement a solution in Pocket Pc emulator (in the pocket pc real it works), it says that cant implement by an error (violation share access), but in the error list theres is no error, in compilation it says that cant copy the .exe to the temporal directory to ...
|
| How to make a non full screen dialog? | 14 Oct 2004 11:00 GMT | 1 |
I would like to know how to make a dialog which will not occupy full screen, so that I can move the new dialog position and view the main dialog at the same time. Could anyone tell me how to do this?
|
| PPC hardware programming | 14 Oct 2004 09:18 GMT | 1 |
I'm looking into getting a PDA, specifically a Pocket PC, partly to program for. Searching around I've found that development on both Palm and PPC seems to be free, with Embedded VC++ 3 and 4 for PPC and various tool
|
| How can I add Toolbar? | 14 Oct 2004 06:07 GMT | 8 |
I can add a menu bar using the following code. However, I want to have picutre button like toolbar, so I create a toolbar in resourse, and replace mbi.nToolBarId = IDR_MYMENUBAR with mbi.nToolBarId = IDR_MYTOOLBAR. When I run the program, I can't see my toolbar but just
|
| Menu Bar Problem | 14 Oct 2004 02:58 GMT | 8 |
I have tried using SHCreateMenuBar, I put the following code in the initdialog method. SHMENUBARINFO info; info.cbSize = sizeof(info);
|
| How to create and add menu bar in EVC++ 3.0? | 14 Oct 2004 02:57 GMT | 5 |
I have another problem. I would like to add a menu bar to my application like the 'Notes' application in Pocket PC. However, I don't know how to add a menu bar. I have tried add a menubar resources to my project, but I don't know how to add it to my dialog. Also, how to create a ...
|
| One Single Setup Package for PocketPC | 13 Oct 2004 22:55 GMT | 1 |
Hitendra, I developed one application for pocketPC(diff.. Processor, diff cab files) using VB.Net + .Net Compact FrameWork , also created one Setup application which includes all diff.. cab files. Setup Package installs
|
| programatic access to registry | 13 Oct 2004 22:55 GMT | 2 |
is there any sample code out there that shows how to access the PPC 2003 registry ? Thanks, Carlos
|
| Loading Wi-FI driver on Pocket PC 2002 | 13 Oct 2004 20:21 GMT | 2 |
I'm working with eVB 3.0 and Pocket PC 2002 and I don't know how I can load the WI-FI driver on this PDA. I can load it manually like that : In the taskbar, I have an icon on the right on which I have the following choice :
|
| turn built in wifi on programatically | 13 Oct 2004 20:07 GMT | 1 |
Hi, I'd like to be able to swtich on a PDA's wifi card programatically. In the past I've used the ipaqwlanutil library but I'd like a portable solution. Ive looked at device.exe to load the driver and fire a power on comand,
|
| Can't see PPC 2003 Emulator in VS 2003 | 13 Oct 2004 19:59 GMT | 1 |
I'm moving some apps from eVC++ to .NET and I'm trying to setup the PocketPC 2003 SDK with Visual Studio .NET 2003. But it won't show in the Deployment Device list. If I start it manually it works fine, and I can start it from eVC4.0 as well
|