| Thread | Last Post | Replies |
|
| Open the file with associated viewer application | 30 Nov 2007 23:22 GMT | 3 |
I am working on win CE 4.2 with .NET CF 2.0 application. I have a form in which I have view button. View button is used view the any file. The file is coming dynamically. It can be any type of file. I need to find it's associated viewer application and open that file with that
|
| WM_CLOSE | 30 Nov 2007 17:39 GMT | 4 |
Sorry for the long post, but I need to provide background for questions that I know will be asked. I have been hunting for this information for some time, and I'm just not sure the information is available publicly, so I thought I'd try my luck here.
|
| Order of message posts through BeginInvoke preserved? | 30 Nov 2007 14:33 GMT | 3 |
Does anyone know if the order of delegate calls onto a thread through BeginInvoke are guaranteed to come in the same order that they are placed? For example, if the following calls happen in order: control.BeginInvoke(new InvokeDelegate(functionOne));
|
| Updating running program | 30 Nov 2007 13:10 GMT | 1 |
Hello group, this is my auto update procedure: start program files\prog.exe check for updates
|
| Row color for the datagrid | 30 Nov 2007 09:25 GMT | 1 |
I am working on .Net Compact Framework 2.0. I need to implement a functionality where i need to set the row color for all the user selected rows on the grid. Please, Can anyone help me how i can implement this functionality.
|
| GDIPlus on CF 1 | 30 Nov 2007 01:01 GMT | 2 |
Alex Feinman wrote code to get GDI shading etc on a CF app. Unfortunately (for me), it cannot be compiled for CF 1, no generics etc, (please correct me if I'm wrong). I'd love to have this functionality without having to use the latest Version 2 stuff since my app is written ...
|
| How to Shutdown/Reboot a SP ? | 29 Nov 2007 21:44 GMT | 1 |
i am trying this code on WM5 Emulator and its not working, it throws a notsupported exception. i tried on my WM5 Device and its not working. can anybody tell how to Shutdown/Reboot a SP ? Private Declare Function ExitWindowsEx Lib "Coredll.dll" Alias
|
| Mobile 5 IE Issue | 29 Nov 2007 20:54 GMT | 1 |
We have built a web application to run on a handheld Windows Mobile 2003 device. We recently purchased some new handhelds running Windows Mobile 5.
|
| count COM Ports | 29 Nov 2007 20:53 GMT | 1 |
how can i count how many COM ports avaible on a Device ? I have here on may table a Dell who has COM 0 to COM9 =10 ports and some ports are named GPD1 to GPD9 , i dont know whats that. And a Toshiba e 800 who has also 8 COM Ports.
|
| System.Windows.Form - Unexpected Error | 29 Nov 2007 19:43 GMT | 5 |
Hi out there... I downloaded an Mobile 5.0 App program but the the developer's website is shut down... so can't get any help from him. Hopefully, someone here can point me in the right direction. One guy said it works on his phone but
|
| The type or namespace name 'Browsable' does not exist in the class or namespace 'System.ComponentModel' | 29 Nov 2007 17:35 GMT | 3 |
I am getting this error: "The type or namespace name 'Browsable' does not exist in the class or namespace 'System.ComponentModel' (are you missing an assembly reference?)"
|
| keybd_event wont fire KeyDown event for VK_Return keycode on textbox? | 29 Nov 2007 14:58 GMT | 2 |
I am working with C# CF2 on windows mobile 5 phone edition on a Symbol MC70 device. For some reason the KeyDown Event doesn't fire when you use the keybd_event to send the VK_Return= 0x0D.
|
| PlaySound does n't always play the sound file | 29 Nov 2007 14:22 GMT | 4 |
I use the below code to play a wave file continously on a windows mobile 5.0 device. i stop the playing of the wave file on press another button. But after some time the WCE_PlaySound returns 1 but does not play the sound.
|
| Orientation Aware Forms? | 29 Nov 2007 13:01 GMT | 13 |
In the same way as a form is language aware, will it be (or is it already in wm6?) orientation aware? It should be possible to set up different layouts in design mode with regards to the resolution and orientation of the screen. This functionality already exists in the "Mobile ...
|
| Datagrid and TableStyle in Master Detail table | 29 Nov 2007 00:26 GMT | 5 |
I have modifiy the column style of a datagrid at desing time but at runtime the datagrid set the standard style as Width = 50 ... The grid is linked at two table in Master/Detail I use Visual Studio 2005 and Vb .
|