| Thread | Last Post | Replies |
|
| About asynchronous event triggering form popups . | 05 Mar 2004 22:16 GMT | 1 |
I am trying to pop a dialog box from a thread but I run into problems so far. At the beginning My MainForm pops up a ActiveDlg during the MainForm_OnLoad, and stay as is. Then later a thread listening a socket triggers an event that must pop up a EventDlg form, no matter which ...
|
| PocketSignature saved in the SQL CE database | 05 Mar 2004 22:08 GMT | 12 |
Any ideas on how, I can save the PocketSignature (sample on MSDN) into a SQL CE database? SSP
|
| Error in XML parsing schemas with CF SP2? | 05 Mar 2004 20:14 GMT | 4 |
I have an XML parsing problem that I can not resolve. I have 2 files which contain identical data; call them SI (Schema Included) and SX (Schema eXcluded). Each file contains 40 tables, most of which hold only a few rows. When I view them in the Visual Studio, the files are
|
| RFUtils - getting signal strength | 05 Mar 2004 18:18 GMT | 4 |
I am trying to get the signal strength for all available access points. I have been playing with Paul Tobey's RFUtils but I must confess I am not very strong in this area, so if anyone could point me in the right direction, I would appreciate it very much.
|
| Can VS.NET 2003 Deploy over USB or IrDA? | 05 Mar 2004 17:36 GMT | 1 |
I can ActiveSync to my iPAQ over USB and IrDA but Visual Studio can not establish a connection over IrDA when I ask it to deploy an application to Pocket PC. Under Tools Options Device Tools Devices Pocket PC, the Transport drop
|
| which version of CF for this processor | 05 Mar 2004 16:56 GMT | 2 |
I have a ETen P300 (http://www.etencorp.com/P300_Specification.html) with Windows Mobile™ 2003 Pocket PC Phone Edition on a ARM 9, 200 MHz, 32-bit RISC processo I can configure the active sync on it but need to install urgently the CF on it which CAB file I need to upload to it
|
| Linking objects... | 05 Mar 2004 15:48 GMT | 3 |
I have some questions about performance efficiency in C# on compact framework in relation to Object design. Lets say I am creating two classes, Car and Wheel. Now, is it better performance to create a variable of WheelID in both
|
| Bitmap Constructor throwing an exception | 05 Mar 2004 15:42 GMT | 3 |
I am trying to load a bitmap from an embedded resource (or from the disk, I get the same problem). When I try to create a new Bitmap with either of the following lines b = new Bitmap(fullFileName); //fullFileName looks like \Program Files\Windows\MyProgram\Image.gif, and the ...
|
| soft input panel (SIP) | 05 Mar 2004 14:46 GMT | 1 |
How do I make SIP display (support) different language (eg. Khmer) Can someone show me the starting poin Thank You Very much
|
| Resource Assembly error | 05 Mar 2004 13:23 GMT | 3 |
I hope that this is a nice easy one :) I'm just trying my first CF Tcp app. Whenever I try to execute TcpClient client = new TcpClient(); client.Connect("localhost", 9945);
|
| P/Invoke - TAPI - LINEDEVCAPS-structure!? | 05 Mar 2004 12:51 GMT | 4 |
Hallo... I?ve got quite confused while trying to P/Invoke TAPI?s lineGetDeviceCaps. I find it very difficult to marshal the LINEDEVCAPS-structure, which is defined as:
|
| C# DLL in VB.Net | 05 Mar 2004 11:55 GMT | 1 |
I have made class library project in C# and created its dll (test.dll). Now I add it to References of VB.Net project. I then compiled VB.Net project, it gives the following error, Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral,
|
| Microsoft Data Access Application Block | 05 Mar 2004 11:33 GMT | 3 |
I work on a Microsoft Data Access Application Block support by the NetCF and manager SQLCE. Does somebody have already do something on this subject? ____________________
|
| Prevent keydown event to continue in list control | 05 Mar 2004 10:35 GMT | 10 |
I am using the keydown event on my form controls to execute certain operations (the handheld device I am using has a full alphanumeric keyboard). For instance Ctrl + S saves the current object. This happens whatever control is focused on the form, so I have added keydown
|
| Anyone been able hide a tabpage? | 05 Mar 2004 08:02 GMT | 2 |
Whether I set it on creation TabPage page = new TabPage() page.Hide() page.Text = "Tab1"
|