| Thread | Last Post | Replies |
|
| call C function from a DLL | 30 Apr 2008 15:48 GMT | 2 |
I have a simple C DLL. This DLL have i compiled with VS2005 für Pocket/Arm. Now i will test some function from a VB sample. One C function is defined as BOOL LslOnline(const char *szComm, BYTE a, BYTE b);
|
| GetOpenFileName bug on WM 6.1 Standard (Smartphone) | 29 Apr 2008 11:29 GMT | 11 |
it's a good thing that now GetOpenFileName works on Smartphones (it was completely broken on Smartphone until WM 6.1). however there is an ennoying bug: when lpstrInitialDir is specified in the OPENFILENAME structure, GetOpenFileName should open the specified folder.
|
| Enable Word Completion | 28 Apr 2008 21:37 GMT | 1 |
I have a text box on a PocketPC (not a Smartphone) that I want to show word completion for. The issue is that I want to use the SIP word completion without having to use the SIP (the devices I am coding for have keys for entering text already).
|
| Can't not make call using TAPI on HTC touch | 28 Apr 2008 12:57 GMT | 1 |
I can use the example Cedealer to make a call on my blueangel (with windows mobile 6.0), but i can't make a call on the HTC touch. I always get LINEDISCONNECTMODE_NOANSWER: lpszDisconnected = TEXT("Disconnected: No Answer");
|
| Media Player freezing application on exit | 27 Apr 2008 18:04 GMT | 7 |
When I run media player as part of my Compact Framework application (2.0) it runs fine, but when I try to exit the application it hangs and freezes the application - requiring a reboot - I've read somewhere that some Marshal com object can solve this, but I've no idea how - have ...
|
| Embedded scripting language for Windows Mobile application | 26 Apr 2008 01:32 GMT | 1 |
I'm developing an application for Windows Mobile 5 devices, using .NET compact framework. I need to have some automation for some tasks in the application, and the perfect solution for this is an embedded script language. On the desktop I could choose various languages (VSA,
|
| Beginner VC++/Win Mobile problem | 25 Apr 2008 20:55 GMT | 1 |
I am trying to open C++ samples shiped with SDK Mobile and I can't!! The error sounds like this (I am translating from spanish!!) "The project is made of configurations that needs support for plattforms that are not installed in this computer. Can't load the project"
|
| RIL C# Again... | 24 Apr 2008 21:34 GMT | 8 |
Has anybody succesfully initialized RIL under C# using the ril.dll interface? I'm trying to use the following commands but never managed to receive a callback after invoking the proper methods. public delegate void RILRESULTCALLBACK(int dwCode, void* hrCmdID,
|
| Migrating from Evb to VS2008 | 24 Apr 2008 18:55 GMT | 2 |
I have to migrate application on a PDA from eVb to VS2008 someone knows if there are tools that allow me at least not having to redraw any form? Thanks in advance
|
| from Embedded Visual Basic to .net 2005 | 24 Apr 2008 18:54 GMT | 2 |
Is it possible/easy/quick to move a source code written in Embedded Visual Basic 3.0 to Studio .net 2005? I use buttons, listboxes, combos, grids, labels (standard components...) and a winsocket
|
| Email Notification in Pocket PC | 24 Apr 2008 18:19 GMT | 1 |
i am currently developing a windows based mobile application related to E-Mail. I have to track the incoming email and i have to change the subject, from and body content based on a condition. Is it possible for developing that kind of application using .NET, either
|
| Upnp .net control point problem | 24 Apr 2008 12:17 GMT | 2 |
i´m developing a Upnp control point in .net (VS2005 ) using upnplib dll. The final target is a pocket pc. My problem is that when I run the app in a Desktop PC and start to
|
| Sync Device Time with Server | 24 Apr 2008 03:14 GMT | 1 |
How would I set the System Time on a PPC device to match that time running on our Server? I can query the Server to get the time, but how do I set this on the device? Using: Visual Basic 2005 Professional
|
| OutOfMemoryException | 23 Apr 2008 15:52 GMT | 1 |
This is a long shot, but i was wondering if there was anything that i could do to avoid an OutofMemory Exception. I have written a program that runs on a pda which reads in a csv file and stores it into a datatable object (which can be searched through). At the
|
| winCE 5.0 show notification | 23 Apr 2008 15:50 GMT | 1 |
I am developing an win CE app. There is a backgroung thread that is synchonizing my app with a desktop comp every i.e 60 secs. I would like to show any notification to the user when data has been synchronized. Do you have any idea how to do that? I have tried to show a form (but ...
|