This blog is for my future and past info and reviews on various tech stuff….
![]() Watches, bands & rings |
![]() Phones / Phablets |
![]() Compact cameras |
![]() Reviews |
![]() Resolution and Noise |
![]() Batteries and usage |
![]() PC & Code |
![]() Various tech stuff |
![]() Math |
![]() Other stuff |
Newer reviews can be expected to be ongoing projects, with minor additions or corrections.
Note: When I rate stuff, a 10/10 does not indicate perfect in an absolute academic sense, but as in (at least) as good as could be expected at the time, minor flaws allowed. For portable devices typically limited by the size and weight. Value for money also counts. An electronic device that got a high score in 2005, most likely would seem like pure trash ten years later….
2026-05-11. After using Discus for many years, and using an ad-blocker, I only recently noticed all its ads, so now switching to WpDiscuz.
- Calculate day of weekContinue reading...</p> <p> </p> <p>
- The EASY way to make a C# Windows.forms app really per monitor DPI awareContinue reading...</p> <p> </p> <p>
For .Net 8.0 WinForms apps go HERE (Also 7.0 and 6.0)
The below is for .Net Framework, latest being 4.8.
As posted in another post, many apps have problems with windows scaling.
See these screen-dumps from Windows lengthy guide that was found here
UPDATE 2020. After Windows “Creators update”, they made things slightly more complicated, sorry…
Here is a reasonably minimalistic approach. You will often just need code like this:
public partial class Form1 : Form { public Form1() { InitializeComponent(); DPI_Per_Monitor.TryEnableDPIAware(this, SetUserFonts); } void SetUserFonts(float scaleFactorX, float scaleFactorY) { var OldFont = Font; Font = new Font(OldFont.FontFamily, 11f * scaleFactorX, OldFont.Style, GraphicsUnit.Pixel); Refresh(); OldFont.Dispose(); } protected override void DefWndProc(ref Message m) { DPI_Per_Monitor.Check_WM_DPICHANGED(SetUserFonts,m, this.Handle); base.DefWndProc(ref m); } }You will need to obey a few rules, but often it can be implemented in existing code in minutes!
- Cases/shells for the Pro1, DIY experimentsContinue reading...</p> <p> </p> <p>
There are no official case(s) for the FxTec Pro1, so I have ordered over a score of cases/shells for various phones of dimensions close the keyboard part…
Ten have arrived, nine Nov 13., and here are the preliminary results, and a flip case fitted
Add Nov 21, two more have arrived, for Huawei P20 Pro and Note 7
Add Dec 28, two more have arrived a week ago, Flip cases for Huawei P20 Pro and they are better (the above image)
Add Jan 23, a little more on a P20 Pro flip, reverting the inner part
Add Apr 1, a better shell case with strengthened corners.
Add Aug 6, a protector for the top half – disabling edge interaction
(Will update if any of the remaining ones proves a better fit)
- Save and restore positions of windows, WindowsPosSaveNRestoreContinue reading...</p> <p> </p> <p>
WindowsPosSaveNRestore is a tool to save the position of windows for later restore
This is primarily useful if you frequently change display configuration, say add/remove external monitor(s) e.g. by docking, or turning a device with autorotate active.
Windows also has the bug that it sometimes cram all open windows (and icons [+]) on the primary screen on sleep.
- Windows TreeView with e.g. multi-line tree contentContinue reading...</p> <p> </p> <p>
Some claim that you need a third party tool to have a TreeView with multi-line text (outside WPS).
But it is actually rather easy to do with a few additional steps with the standard TreeView.
Blog in English (well sort of, bare with me, non-native…), a few earlier than 2010 are just blunt copies of the source texts in Danish – Google translate helps here….
Collecting of old stuff started May 2015. Entries are generally attempted dated with original stamps, even if they are somewhat updated since, several reviews have been ongoing ‘projects’.















atleast show the courtesy to explain . . why you blocked me in the first place. .
Aloha! You got your own website?
Aloha! 🙂
Yeah,. I finally pulled my self together, and gathered some of the old stuff I’ve posted, starting a couple of weeks ago.
The camera reviews were originally posted on a once great Norwegian site (akam.no) that is now dwindling and dying as a tiny unattended corner of a larger tech site, So I thought I’d better save the stuff before it was too late and they closed it completely. *G*
Unfortunately I never did reviews on my first four digital cameras (Pentax Optio S , S4, S5i and the legendary FujiFilm F30 that was the lo light king among compacts for years) – but who would care in 2015 anyway *LOL*
Wow good move…Will we see any content about mobile & other tech?
Could be. I haven’t planned any, but you never know.
Maybe I will add some small ones also, where I link to others reviews also. My monitor is certainly worth a bit of ‘advertising’.
ADD: http://eskerahn.dk/wordpress/?p=571