| Thread | Last Post | Replies |
|
| Instance Compact Control Library within Mobile IE? | 31 Oct 2008 19:45 GMT | 1 |
I'm trying to do something on a Windows Mobile 5 device that I do often in XP and Vista. Rather than use an ActiveX control to provide integration between a web site and local device hardware, we began using .Net Windows Controls on PCs.
|
| How to browse through a list of files in windows mobile. | 31 Oct 2008 12:31 GMT | 3 |
I want to browse through the list of files in windows mobile. And I want the path of the selected folder. As there is no option for filebrowsedialog, how to do it windows mobile compact framework using c#. Please let me know if I am not clear.
|
| Phone number and IMEI in C# | 30 Oct 2008 17:12 GMT | 3 |
I am trying to get the phone number and imei number with C#. I am currently using WM6 and the target platform will be WM6 (or newer) I have found something called SystemState but I cannot see it in VS 2005. Checking MS site, it belongs to Microsoft.WindowsMobile, but I don't have
|
| Possible to show the SIP while hiding the SIP button? | 30 Oct 2008 17:00 GMT | - |
By using a full screen I can hide the lower menu bar and the SIP button and I have my own SIP button with no options. That all works well. However, when the SIP is activated, the Microsoft SIP button is displayed right under it hiding my button until the SIP is once again
|
| Directly Access To Filesystem? | 30 Oct 2008 16:02 GMT | 4 |
Hello NG, I am a hobby programmer and i am trying to send a file between a vb.net application on a pc and a vb.net application on windows mobile. The only way i know is to save the file form my pc app in the folder
|
| Datagrid tablestyle mapping name | 30 Oct 2008 15:15 GMT | 5 |
I'm using VS 2005 with CF2. The datasource of my datagrid is a List(of MyObject). All the properties of MyObject are visible as columns in the grid but i do not want all them to be visisble so I want to create a table style to do this. However, what should
|
| Event will not fire | 29 Oct 2008 21:20 GMT | 2 |
Can anyone explain to me why none of these fires when I switch the phone on and off: public MainForm() {
|
| Associated File Types | 29 Oct 2008 15:19 GMT | 4 |
Ok, I know this question has been asked, but the advice has just not been very specific. Problem: If you have a CF application associated to a file extension, it will open your CF app and pass in the paramaters associated with
|
| Display Grid with Image Column | 29 Oct 2008 13:21 GMT | - |
My application is using a DataGrid with a custom column to display Images. I have several problems with the datagrid and my custom column. 1 - I have to map one image to integer, not very beautifull but not problematic either (my custom column extends from DataGridTextBoxColumn).
|
| NUmericUpDown controls in .NET Compact Framework 3.5 | 29 Oct 2008 01:20 GMT | 3 |
I took a Visual Studio2005 solution I was working on that used .NET CF 2.0 and converted to a VS2K8 solution using .NET CF 3.5. On one form I had a NumericUpDown control that had a maximum value of 86400 and it ran just peachy keen.
|
| Print Screen | 28 Oct 2008 18:47 GMT | 3 |
I need to save a screen from an application running on Casio handheld and print it for a presentation. Is it possible to make a Print Screen from the Casio Unit and save it on SD Card?
|
| Intermec 700C Barcode Scanner problem | 28 Oct 2008 18:05 GMT | 1 |
hello, i am trying to run the barcode sample which comes with the intermec data collection toolkit on a 700c intermec computer. it compiles and deploys without error but doesnot work. it has a simple text box which should be populated when a scan occurs.
|
| Internet explorer Navigation box parameter assignment. | 28 Oct 2008 17:46 GMT | 1 |
Hi friends Currently I'm developing an application in a HP thin client with win ce 6.0. Data comes from rs232 port, and then I send this data to Internet explorer as a parameter. But I couldn't find a way to send this data to the same IE
|
| upload large file | 28 Oct 2008 15:26 GMT | - |
i want upload large file with gprs connection. i have upload.php in server side. i can upload about 100kb of file. but with large files error occurred "An operation was attempted on something that is not a socket" i seacrhed it in past discussion there is this problem. but
|
| .NET CF 2.0 webBrowser control | 27 Oct 2008 20:49 GMT | - |
Hello, I am attempting to parse some data from a web page using .NET CF 2.0 with Visual Studio 2005 in C#. In regular .NET 2.0, I use the following code in the DocumentCompleted event handler: HtmlWindowCollection frames = iPMSensorWebBrowser.Document.Window.Frames;
|