| Thread | Last Post | Replies |
|
| new development | 19 Jul 2005 16:13 GMT | 2 |
I am new to pocket pc development. I have been looking into the options for the database used on the pocket pc. I intend to use pocket access but it is not installed on the pocket pc. Can someone guide from where to download? Also, is SQL CE the best option after access?
|
| Today Menu | 19 Jul 2005 15:33 GMT | 3 |
Hi, Can I add my application to the Today Menu? or some shortcut or something? thanks jevr.-
|
| Problem out of memory | 19 Jul 2005 14:39 GMT | 3 |
I'm working on Pocket PC 2002 and have an application which is displaying a message : "Out of memory". That's the os which is displaying this message. I want just to know if someone has an idea of that problem ?
|
| error parsing query in pocket pc using two tables with inner join | 19 Jul 2005 12:44 GMT | 1 |
Hi All, I'm implementing merge replication between a SQLCE 2.0 database on a PocketPC device (PPC) and a SQL 2K database on a desktop (WinXP Pro). I'm a ble to get synchronize and
|
| How to add a number to contacts programatically? | 19 Jul 2005 10:15 GMT | 2 |
I need to save a number into contacts programatically? Please suggest me how to do the same as early as possible? I am using Visual Studio .Net 2003, C# for Pocket PCs.
|
| How to download Windows CE in PXA255 | 19 Jul 2005 05:31 GMT | 1 |
I am very new in Embedded world. I need to download Windows CE in PXA255 through USB . PLease anybody tell how will i do that ? Regards Dev
|
| Program in C# that talks to COM port ? | 19 Jul 2005 00:31 GMT | 4 |
Does anyone know where I can download a basic but complete program in C# ( with code & GUI so I can modify) that just sends text throught the COM port. I'm using visual studio.Net at the moment and the lack of Serial classes is more than annoying.
|
| CeRunAppAtEvent on TimeZone Change | 18 Jul 2005 22:41 GMT | 1 |
Is there some kind of hidden secret to get this working? I'm using a Pocket PC 2003 (where this notification type *should* be supported). I'm calling: BOOL bRet = CeRunAppAtEvent(L\\Windows\\calc.exe, NOTIFICATION_EVENT_TZ_CHANGE), and the call fails every time! Why is this?
|
| Service | 18 Jul 2005 19:12 GMT | 4 |
I created a checker SW in C# in using .NET CF. I would like to run this SW on the background without GUI like a service. I read the articles in the msdn and in the pocketpcdn how to create a service as a DLL with eVC++, but I don't know how to run my managed C# code as a service. ...
|
| Sending keys using button click | 18 Jul 2005 17:24 GMT | 3 |
I have 11 buttons on my form. Buttons 0 through 9, backspace and period (Looks like a calculator). When I click these buttons, I want to send that key like you were pressing it on the keyboard. I was going to use sendkeys.send but that isn't supported in the compact framework. ...
|
| HowTo: Assign Global Variable Over 2 Forms | 18 Jul 2005 15:24 GMT | 4 |
Well I've been having a blast design a thin PPC client for my web application using mixture xml and webservices. Pardon my newbie quesiton but should be a easy one. My questions is I have two forms, one for "Login.cs" and "Main.cs". Because
|
| Difference among Smart phone, Pocket PC and Handheld Devices | 18 Jul 2005 14:06 GMT | 1 |
Please explain Difference among Smart phone, Pocket PC and Handheld Devices in brief regarding functionality, operating system and design.
 Signature Software Engineer
|
| finding executable directory | 18 Jul 2005 13:03 GMT | 2 |
i am using the following to return the path to my executable: Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetModules()[0].FullyQualifiedName); the problem is, this is always return //Program Files/<AppFolder> It doesn't appear to be driven off where the ...
|
| Mobile Device Application for inventory tracking | 18 Jul 2005 06:05 GMT | 13 |
I'm working on a project at work that deals with a handheld scanner for inventory tracking. Currently, we use VisualCE 9.0 to build our form. Its very simple, but that's the downside. We'd like to implement some advanced features, which VCE doesn't support.
|
| Help! | 18 Jul 2005 05:50 GMT | 2 |
i have my evc++ application and GUI is HTML based. when i exit from the HTML button(link) im able to exit peacefully but i haev few dialogs on the app for volume control etc. but when i try to exit from that dialof buttons i have problems such as
|