Click here to Skip to main content
15,901,035 members

Comments by Michi Elsno (Top 3 by date)

Michi Elsno 10-Apr-24 3:26am View    
First of all please read my reply to OriginalGriff, to give you some background info on this. Anyhow, thank you for your reply. Cool!! I will check this out and let you know.
PS I hope to find people who still work with CF2.0. I'm pretty sure that people like Chris Tacke would know the exact answers to many of my questions about CF2.0 by heart, but I guess they are no longer following stuff like this anymore.
Michi Elsno 10-Apr-24 2:48am View    
Wauwie, I totally didn't expect someone to respond on this because it is pretty old stuff. Thank you. I have a "crush" on Windows CE with CF2.0 and if you would like to know why then do read my story here: https://maplorer.com/mydash.html and here https://forum.maplorer.com/viewtopic.php?f=9&t=445 . Now, regarding your remark, I first thought the same, since I read in Wiki that Windows 98 was the first to support multiple monitors systems and that Windows CE was first announced in 1996. But yesterday I found EnumDisplayDevices which is supported by Windows CE 5.0. It didn't solve my problem though, but it suggests that Windows CE might be capable to work with multi-display/monitor systems.
Michi Elsno 29-Dec-19 15:55pm View    
A little late but hey. I'm working on a Windows CE .NET CF2.0 project for my Caska car unit and found the following c# code to work:
string adres = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase;
MessageBox.Show(adres);