| Thread | Last Post | Replies |
|
| About Dialogs | 22 Nov 2004 10:15 GMT | 2 |
Hi, I'm Javier. I'm developing a dialog-based application in windows mobile 2003 SE with embedded Visual C++ 4. It's a full screen app. When I put the screen in landscape mode, appears a vertical scroll bar in my main dialog app, although
|
| Waiting on process handle created by CeCreateProcess | 22 Nov 2004 01:45 GMT | 2 |
Can you use a Waitxx function on a handle returned by CeCreateProcess, i.e: rc = CeCreateProcess(0&, sCmdLine, 0&, 0&, 0&, NORMAL_PRIORITY_CLASS, 0&, 0&, 0&, ProcessInfo) rc = WaitForSingleObject(ProcessInfo.hProcess, 90000)
|
| Regular Expressions | 21 Nov 2004 21:54 GMT | 3 |
I develop with C# and I am looking for a Regular Expression for these expressions: 1)an email adress like: name@yahoo.com 2)a date with time like: 01.01.2004 05:00
|
| Fail to Deploy to Pocket PC Device from Visual Studio .NET 2003 | 21 Nov 2004 14:29 GMT | 3 |
I am able to deploy test-app to "PPC 2003 emulator" from Visual Studio .NET 2003, but I am NOT able to deploy the same app to "PPC device". The following info shown in the output window =====================================================
|
| reenter cf application | 21 Nov 2004 10:49 GMT | 2 |
I have a CF application. My problem is that when I run my application and then from inside my application I click the "start" in the task bar and then "programs", I can press my appication icon again. This causes a strange behavior for my application when only a certain form is ...
|
| how to feed online calendar data into PocketPC Calendar without de | 21 Nov 2004 06:47 GMT | 4 |
Question : how to synchronize online calendar data into PocketPC Calendar without personal desktop use? My objective is to transfer simple calendar data e.g. in an xml/vcalendar file format from a website directly to PocketPc outlook. Need some
|
| Changing Fonts | 21 Nov 2004 05:46 GMT | 5 |
I have written a program in Embedded vb, and I am not able to change fonts at runtime, could there be a reason for this?? Thank you very much
|
| Emulator does not work | 20 Nov 2004 16:48 GMT | 1 |
I have a question regarding the emulator: it only works for me, if my computer is connected to any network connection (my company, internet, etc). Otherwise, it starts to establish the connection, copy the files, but unable to start my application. This way I
|
| What is Backlight Interface | 20 Nov 2004 15:06 GMT | 2 |
I am developping a PocketPC backlight driver. For adjusting backlight, I guess I need to implement some IOCTL codes in XXX_IOControl( ) but I don't know the exact IOCTLs that are defined for PPC by Microsoft. Can someone kindly teach me or tell me where I can find this ...
|
| Dealing with absence of DateTime input control | 20 Nov 2004 14:53 GMT | 1 |
L.s., I am developing for OS PocketPC 2003, using VS.NET C#. What is the best UI (or GUI) way to enable users to input DateTime values in a handy way? For standard Windows applications there exists
|
| URGENT : Creating Pocket Internet Explorer | 20 Nov 2004 08:23 GMT | 2 |
If someone knows how to do this please help me. Im programming in VB.Net. I want to create a pocket IE object in my form so I can load html on it. I want to know how to create to create the pocket IE object . SET loIE = CREATEOBJECT(??????) **Note that I know createobject command ...
|
| Pocket IE Scripting Question | 20 Nov 2004 08:20 GMT | 1 |
Resources for scripting for pocket IE are lacking so I am posting my quesion here. Im trying to script psudo pages by controling layer display or visibility. Can i dymanically adjust display or visibility with pocket IE 2003? If so, how do i access the object?
|
| help:speech application in pocket pc | 20 Nov 2004 04:43 GMT | 3 |
i am trying to develop a text to speech application in a handheld device. for that i use evc4 along with pocket pc 2003 sdk and sapi 5.1. the program is compiling, and executing and the executable is
|
| Problems with COM Port | 20 Nov 2004 00:37 GMT | 1 |
I download the CF and now I'm trying to use it. I have some strange troouble... I make a little program that begin connection with a GSM modem on COM1: and have a button that send text to GSM and a window to read the GSM
|
| Replication - DataGrid | 19 Nov 2004 23:55 GMT | 1 |
I have a Form with a DataGrid and I have realized the Replication Mechanism. I created a button - when this button is pressed the data are synchronized between a Sql Server CE Database on the PocketPc and the Sql Server Database on my Desktop. The DataGrid is filled with Data ...
|