| Thread | Last Post | Replies |
|
| MSDN_SplashScreen Sample | 07 Nov 2004 18:29 GMT | 1 |
I looked at this sample because I also want to use a Splash Screen in my Smart Device Application. I think the interesting method is this one: private void MainForm_Load(object sender, System.EventArgs e) {
|
| Pocket PC 2003 SE - switch to VGA | 07 Nov 2004 01:46 GMT | 18 |
I would like to take advantage of the new VGA screens. With wizard I have created Hello world! Pocket PC 2003 SE application. When I have checked the DPI the function reported 96 and the application is still running in QVGA mode.
|
| eVC4.0, SP3 and Pocket PC2003 SDK | 06 Nov 2004 14:13 GMT | 3 |
Help! After a hard disk failure, I am starting over on XP Pro and SP2. I installed the ActiveSync 3.7.1, eVC4.0, SP3 and Pocket PC2003 SDK, but like many others have found, the compiler won't start up. It just gives the error
|
| Calling a DLL from a smart device application? | 05 Nov 2004 23:05 GMT | 1 |
I created a DLL in embedded c++ 4.0 (project WCE Dynamic-Link Library) that exports a simple function that returns an int. I can call that function in a c# console application, using the [DllImport]. But when I try to do exactly the same in a smart device application, I
|
| Is there a product called VB.net professional? | 05 Nov 2004 22:23 GMT | 3 |
I'm wondering whether I can purchase just "VB.net professional" to do the code for PPC instead of VS.net. I never need to use other languages and why I have to pay for it. Thanks
|
| Changing IE Cursor color | 05 Nov 2004 20:47 GMT | 1 |
I am testing my Web Pages on the Emulator using WCE .NET Platform Builder 4.2. I use tab keys to navigate the button or links in my Web pages. When a particular button is on focus by the tab key a yellow rectangle surrounds the button indicating that it is currently in focus. I ...
|
| How to run the RTCCORELib SDK on PPC 2003?? | 05 Nov 2004 15:34 GMT | 1 |
It should be a runtime issue and context of PPC developed by VS.NET C#. I had also add "oClient = new RTCCORELib.RTCClientClass();" statement but the result is same alike previous mentions. attach my programming code as below:
|
| How to use a pocket pc lib in .NET C++ or C#? | 05 Nov 2004 15:30 GMT | 1 |
I have a header file (some.h) and a lib file (some.lib) that is compiled for pocket pc. In an eMbedded Visual C++ 4.0 application I can run the methods of that lib including the header file:
|
| SQL CE - PocketPC 2003 Emulator | 05 Nov 2004 13:31 GMT | 2 |
I would like to install SQL ce into the pocket pc emulator. Also is it possible to connect this emulator to active sync ? Thanks In advance.
|
| back/restore of registry of pocket pc | 05 Nov 2004 12:48 GMT | 1 |
I had installed one application on Pocket PC Compact Flash(CF)/Storage Card.This application stores lot of values in in registry.Problem is when battery goes down Pocket PC is cold reboot and registry get cleared so I am unable to run application again.
|
| [Help] error LNK2019: unresolved external symbol | 05 Nov 2004 09:50 GMT | 1 |
when I porting a win32 application to a PPC 2002 application, there are many link errors, but they are the same type, error LNK2019. .Exe project link options(Debug): <mydllname>.lib commctrl.lib coredll.lib /nologo /base:"0x00010000"
|
| Howto use eVC dll in .NetCF? | 05 Nov 2004 09:12 GMT | 1 |
Dll file created using eVC can it be possible to use it in .NetCF, i tried to add that dll using Addreference bu it says This is not a .Net assembly so how do i do that? Can i call All functions of all API in PocketPC, tru PInvoke in .NetCF.
|
| Shortcut Icon not Working - not ShowingUp | 05 Nov 2004 06:22 GMT | 7 |
ok i created all cab files fine, i use ezsetup to create installer file which is working fine but when i install the program on to my pocket pc ipaq or dell the application icon works fine in the programs install folder but it doesn't show up on the programs shortcut, i
|
| Programmatically Display Map on PPC | 05 Nov 2004 05:02 GMT | 2 |
I would like to display a map on a PPC that is undated regularly "over the air" from a server. The communication would probably use a cellular technology like GPRS. The PPC user would be something like a delivery truck driver or taxi driver that would recieve instructions (ie: ...
|
| How to run one .vb file using another .vb file. | 05 Nov 2004 05:00 GMT | 2 |
I had developed two programs in eVB suppose one.vb & two.vb . I want to call one.vb in two.vb .I had tried with **CreateProcess** , it is giving error something like cannot start process. Please if somebody can help how to call process one.vb in
|