|
GPIO code example Hi, Can you give a link for an exact sample or send a simple code to this address:slm_guzel(a)hotmail.com ? Thanks in advance. ... 16 Jul 2008 03:45
Show form designer for my code file Hi, i have problem opening designer for my Form - Visual Studio 2005 do not show form icon in solution explorer, so i can open my file only as "View Code" not as "View Designer". If i could use "Open with..." opetion, but designer is not included in list of editors. I suggess that VS requires for designer tha... 25 Jun 2008 04:44
Detecting faulty SD Card Hi I have an iPAQ hx2490 running WM 5.0 with a faulty SD Card. The problem is that windows doesn't seem to know it is faulty. In a .NET CF (2.0 or 3.5) I can create an SQL DB, move and copy files etc, Close my program and open it again and all the files are in tact. File Explorer and ActiveSync can see th... 25 Jun 2008 02:41
How can I read SD card ID or similar information? Hello everybody, our software (c# on .CF) must handle different sd cards. So I need a SD card specific information to identify a SD card. My first idea was to use "IOCTL_STORAGE_GET_DEVICEID" via P/Invoke (DeviceIoControl). This works fine on a Windows Mobile 5 Hardware (Archer, Juniper Systems). Unfortunat... 1 Jul 2008 19:33
OpenNETCF.Desktop.Communication Question Hi, can anybody guide me in how to use the OpenNETCF.Desktop.Communication library to detect a running process in my connected device ? Thanks in advance ... 24 Jun 2008 05:08
Mirrored forms - RTL for Arabic/Hebrew I'm trying to make some software that is Right-To-Left capable for use in Arabic and Hebrew. I'm running CE 6.0 and Compact Framework 2.0. The Window Layout and Mirroring page on MSDN makes it sound as though I can just call SetLayout and SetWindowLong and the whole form will mirror: http://msdn.microsoft.com/en-u... 25 Jun 2008 23:14
OpenNETCF Webbrowser or visualize a html-file Hi, I have to show a html-file without other navigation on WinCE 4.2 and .Net 1.1 I try to use the Web-Browser from OpenNETCF V 1.4 But I don't understand to handle this part and I have'nt found any help about V 1.4 I only want to open a form with 'frm.ShowDialog()' and show the html-file. Can anybo... 25 Jun 2008 11:54
Problem with the Soft Input Panel (SIP) Hello, I have a problem with the "Soft Input Panel" (SIP). Please have a look at this screenshot of my application: http://img517.imageshack.us/img517/668/sipproblemzu9.png I have an own button to show the SIP. But if a click on this button, a second default button appears. Is it possible to deactivate the de... 24 Jun 2008 05:08
Restarting message loop with new form after exception Hello, In my Main() method in Program.cs, I have an exception handler around my Application.Run(). If I catch an exception, I would like to bring up a dialog box asking the user if they would like to send an error report. In my first attempt, I created the form for the dialog box, then tried to restart the m... 24 Jun 2008 17:29
how to wait for data from the serial port Hi, I'm developing in c# .NetCF 2.0. I have two operations that need to come one after another(in fact there are more than two but the basic idea is the same). However, before starting the second, I must read and process the data from the serial port(which is generated as a result of the first operation). How to... 23 Jun 2008 11:42 |