| Thread | Last Post | Replies |
|
| Tapi3.dll problem | 24 Jan 2007 09:07 GMT | 1 |
I am trying to use the TAPILib for a pocketpc C# project. I add tapi3.dll to my references, and I add the following line to my code: TAPIClass tobj = new TAPIClass(); The pocket pc app compiles, and when the above line is run, it throws a COM
|
| creating msi files | 23 Jan 2007 18:45 GMT | 2 |
Is there any help about creating .msi installers for Pocket PC application? I watch help video on Microsoft Mobility Webcast, but there is a error in this tutorial?
|
| Disable File Save As dialog while downloading from the Internet. | 23 Jan 2007 08:44 GMT | 1 |
Is there anyway I can disable the file save as dialog when dowloading a content from the internet on Internet Explorer(IE). Thanks for any response. Regards,
|
| Windows Mobile 5.0 | 23 Jan 2007 08:02 GMT | 2 |
I am developing application on Windows mobile 5.0. I wanted to get to know the ON/off status of the communication device like Bluetooth, IrDa etc. I tried creating a socket using
|
| Operator++ overloading challenge | 23 Jan 2007 01:34 GMT | 4 |
I have defined a basic node class for a linked list. // Doubly linked list node class class CNode {
|
| Visual Studio 2005 ServicePack 1 destroys release builds for WinCE 5 PocketPC | 22 Jan 2007 22:42 GMT | 3 |
I have a project that I've been developing for many years and various CE platforms. It was running without any problems on WinCE 5 PocketPC devices as built by Visual Studio 2005 and Win Mobile 5 PocketPC SDK. It uses MFC and is native C++. When built properly the executable is
|
| Other PPC Development Ressources ? | 22 Jan 2007 21:45 GMT | 1 |
Hi there, did you know other good ppc development links ? these are a little bit old .. http://www.pocketpcdn.com/ http://www.devbuzz.com/content/challenges_pocket_pc_development_pg1.asp
|
| problem with creating .msi file | 22 Jan 2007 21:23 GMT | 1 |
Hi, i have problem with creating .MSI file on VS2005 - i just watch some help videos and read help files, but when the .msi file is done, MS ActiveSync just open, but there is no other Actions here - installation will not start automatically. Please help.
|
| How to get the Media Player Track Title??? | 22 Jan 2007 18:30 GMT | 1 |
hello, I want to recuperate the title of the song played by Media Player, but in native code, I know that with the compact framework I can use: MediaPlayerTrackTitle. But in native code I don't know. Can anybody help me???
|
| Displaying EULA in Setup DLL | 22 Jan 2007 15:40 GMT | 4 |
Hi, I am trying to display a Dialog box in my setup.dll so i can show EULA box. At top of codeINSTALL_INIT HINSTANCE hInst = GetModuleHandle(L"Setup.dll");
|
| D3DM Driver Providers for ARM based platforms! | 22 Jan 2007 14:25 GMT | 1 |
Are there any ISVs/Third Parties providing an ARM optimized D3DM driver? Best Regards
|
| SQL Server Compact | 22 Jan 2007 12:12 GMT | 1 |
Hi, how can i open a SQL Server Compact Database (.sdf) with the SQL Server Management Studio Express ?
|
| EVC3, EVC4 or VStudio 2005? | 21 Jan 2007 21:41 GMT | 14 |
I have to maintain 2 programs one is PocketPC 2003 app and the other is WinCE application. In the past the Pocket PC program was compiled using evc3 and the WinCE was created and compiled using evc4. I have just had to rebuild my development computer and I can't compile
|
| Splitter Control for PPC ? | 21 Jan 2007 21:16 GMT | 1 |
Hi there is there a Splitter Control for vertical splitting ? Or what is that what ewallet use ? http://www.iliumsoft.com/site/ew/ew_ssk.htm (see middle right) you can resize the botton screen with this.
|
| How to terminate the application | 21 Jan 2007 14:05 GMT | 1 |
There is an application programmed with VB.NET 2005, it starts from sub Main. After all the forms are closed, the application seems still running. I should release the class instance. Public Module mdlMain
|