| Thread | Last Post | Replies |
|
| Help... first SQL Mobile project | 26 Apr 2006 12:42 GMT | 5 |
Hey there friends, I am starting to learn .net (worked in Java / MainFrame systems until now), and I have a project that I need to finish ASAP The project is on PPC2003SE, and the forms and all I can manage (I'm
|
| TypeLoadException | 26 Apr 2006 10:38 GMT | 4 |
I checked previous posts for this error, but it seems nothing works for me. When I reference external class library from my application and use their classes, I get TypeLoad exception when I launch my application (compiler doesn't complain). If I copy the code to my application,
|
| Embedding Media Player 10 into Mobile 5.0 | 26 Apr 2006 10:31 GMT | 1 |
Dear Alex, I looked into your code sample of embedding WMP 10 mobile into WM 5 apps using NetCF 2.0. I have a question about your lib, if i want to hide the UI and put my own UI when i am playing files, who can i do
|
| Cannot get audio resource | 26 Apr 2006 08:40 GMT | 1 |
I am developing PocketPC application in VS2005. I defined audio resource BeepSound using project properties. When I want to get resource using MyApp.Properties.Resources.BeepSound in C#, the byte array is returned, it has the correct length, but contains only binary zeros
|
| How to create the special font? | 26 Apr 2006 07:45 GMT | 5 |
Hi,All: I want to create a special korean font in my CE OS. What should I do in Win CE?Is the font in CE the same as in Windows XP? Thanks.
|
| How can capture photo in .net compact framework | 26 Apr 2006 06:19 GMT | 3 |
I m using HP iPAQ 6515 PDA (a camera is inbuilt) and developing a program to capture some data from the field. The data may contains pictures of fields. My program is in .net compact framework and database is in sql ce.
|
| Handling Remote Control Event in C# | 26 Apr 2006 05:32 GMT | 3 |
I am using a carnavigator Device. the Device have a remote control and Hardware buttons. when ever a key pressed on remote control or Hardware buttons is pressed, the driver sends a Message to the application.
|
| Application.exit | 26 Apr 2006 03:02 GMT | 11 |
I have a command button on a form that serves as a exit for the application. The only code in the button is Application.exit. At run time the button when tapped locks the device and the form freezes. Any ideas?? Thank you
|
| single instance of app | 25 Apr 2006 20:41 GMT | 7 |
I posted this over a week ago and got no response, so here it goes again. I have an app written for Smartphone using VS 2003. I was under the impression that "out of the box" a .NETCF app on Smartphone had single instance enforcement - meaning if your application is running, and ...
|
| GC does not release unused memory to the system in WinCE 4.2 | 25 Apr 2006 16:38 GMT | 7 |
I've read in several sources that during garbage collection, the GC will release unused pages from the GC heap back to the OS. Well this is not the case with my app. Here is the code to reproduce the behaviour:
|
| What is to gain by using the OpenNetCF Notification control over the MS version? | 25 Apr 2006 15:39 GMT | 3 |
I am so frustrated with Microsoft's notification control that I am ready to explode. I can make it function perfectly within a single form, but moving between forms and from a message stream (i.e., like a viable app might actually have to do) has created some issues that make it ...
|
| i am having trouble in creating new database using SQL CE | 25 Apr 2006 14:36 GMT | 3 |
i am new to SQL CE. i am trying to create a new database n i doesn't seem to work. this is my code which i copy from msdn.com for testing purposes n it dun work as well. Dim SQLEngine As SqlCeEngine
|
| Deploying Pocket PC Applications in VS2005 | 25 Apr 2006 12:17 GMT | 4 |
I need help Packaging and Deploying Pocket PC Applications with VS2005. I have read over a few articles that are focused on old versions of VS. Like the following:
|
| Saving Relation Data on Pocket PC | 25 Apr 2006 10:20 GMT | 8 |
I am working on a Pocket PC application where I am supposed to store data from a server on to the device. The data is collected via ActiveSync in a xml-file and consists of between 5-10 relation tables, requested from a SQL Server DB.
|
| Starting TomTom with TargetCoordinates | 25 Apr 2006 08:31 GMT | 3 |
Is it possible, if yes how, to start TomTom with given target coordinates? I want to user to assign GPS data to some database related records, and I want to let him click somewhere to start an action like "Take me there" and then tomtom could start with an Route to this point.
|