| Thread | Last Post | Replies |
|
| Add KeyDown (KeyUp) event to LinkedLabel | 16 Nov 2007 09:41 GMT | 1 |
I need KeyDown event in LinkedLabel, is there any possibility to extend this control? I have try create LinkedLabelEx in UserControl but it doesn't work. The events doesn't fired from UserControl when focus is on LinkedLabel.
|
| Debugging C# on Windows CE 5 Core | 15 Nov 2007 22:56 GMT | 2 |
I have VS2005 Standard. I can debug a C# CF2 program on an full Windows 5 CE Device but when I plug in an Windows CE Core Device all breakspoints a grayed. Everything is the same , I just change both devices ( they have the same CPU ).
|
| HttpWebRequest in .NET CF 2.0 - Sent XML File over 34K Corrupted | 15 Nov 2007 14:41 GMT | 5 |
I have a .NET CF 2.0 Mobile Application that sends "collected data" to a HTTPS Server (running Apache under Windows 2000) and the XML file (SOAP) containing the collected data "occasionally" appears corrupted on the server side, but only when the XML file is greater than 34K in ...
|
| Controls.Clear() CF 2.0 | 15 Nov 2007 13:06 GMT | 3 |
Hello all, I am currently converting my application to CF 2.0 and ran into a problem with the TabControl.Controls.Clear() call. When the form and tab page is first loaded it works fine but doesn't work if it is called a second time? This works find in CF 1.1? To give you an ...
|
| Problem with datagrid - ObjectDisposedException when second time dispose | 15 Nov 2007 11:15 GMT | 2 |
Hello, I am still learning C#, so please bear with me. I have a two Form, from first I open second form with datagrid. When I Dispose datagrid second time I get a ObjectDisposedException.
|
| Vista advice needed | 14 Nov 2007 22:24 GMT | 9 |
I need to invest in a new laptop and a large majority of the ones (especially the DELL XPS) are now running Vista. I've had vista running on my PC at home for a while now and certain things just doesn't really work well, such as VS.NET 2005. Mobile development
|
| Installation Question .NET 2005 | 14 Nov 2007 22:05 GMT | 2 |
Hi, All I just installed MS .NET 2005, i am developing applications for two different handhelds TekLogix (Mobil 5.0) and Intermec CN3 (Mobile 6.0), each comes with their custom SDK's,
|
| Remote connection to the Device | 14 Nov 2007 20:25 GMT | 2 |
Hi, All I am using .NET 2005 two different handhelds: 1) Intermec CN3 Mobile 5.0 2) TekLogix Psion Mobile 6.0
|
| HTC S710 | 14 Nov 2007 19:46 GMT | 1 |
I have an app running WM6 Standard on HTC S710. I open a form to enter text in landscape mode. If I enter info using slide out QWERTY, then slide back in and click 'Cancel' to close form (me.close) I get what seems to be a HTC Task screen. If I use the 'Back' button the Task ...
|
| OpenNETCF Advanced Debugging Toolkit | 14 Nov 2007 16:03 GMT | 1 |
I have come across this toolkit. http://www.codeplex.com/adt/SourceControl/ListDownloadableCommits.aspx But there seems to be no instructions on how to use it? has any one used it before and what is it used for.
|
| How do I compile unmanaged c++ code in VS 2005? | 14 Nov 2007 14:28 GMT | 3 |
I am going to have to use some unmanaged c++ code in an application that we are working on. My question is this. Do I have to use the eVC++ 4.00 IDE to compile this code or can I do it all right from VS2005? I have never done any work in VS that required unmanaged c++ code.
|
| WLAN poweron/poeroff | 14 Nov 2007 09:20 GMT | 2 |
i am using a fujitsu-siemens n550 with ce 5.0/.netcf 2.0 and vb.net/c#. Is it possible to poweroff/poweron the wlan interface programmatically? I have found no information about that, no api or system-message. thanks in advance
|
| Unable to load iso-8859-8 encoding | 14 Nov 2007 09:02 GMT | 2 |
When I try to get the Hebrew encoding (iso-8859-8) using the following snippet code, I got a PlatformNotSupportedException. I am developing a WindowsMobile5 software using C# and I need to convert data into Hebrew Encoding.
|
| DataGrid and ContextMenu (CF 2) | 14 Nov 2007 06:47 GMT | 1 |
I have a DataGrid with a BindingSource and a ContextMenu. I would like to change the Current property of the BindingSource before the ContextMenu appears so that it matches the clicked row. Is there a way to do this ?
|
| Resources editor | 13 Nov 2007 23:20 GMT | 6 |
I have a program with the resources files for the langues(Visual Studio.,net 2005) Is it possible to edit and modify the resources files after without Visual studio?
|