Category: Utilities

Various Alax.Info Utilities

Time Zone Information & Monitor Information

I am sharing a couple of utilities to be able to quick check system settings. TimeZoneInformation prints in a human friendly style TIME_ZONE_INFORMATION structure as reported by Windows through GetTimeZoneInformation API. TIME_ZONE_INFORMATION: .Bias: -120 .StandardName: FLE Standard Time .StandardDate: { .wYear 0, .wMonth 10, .wDay 5, .wDayOfWeek 0, .wHour 4, .wMinute 0, .wSecond 0, .wMilliseconds…

Read the full article

WinHTTP escaping problem

WinHttpCrackUrl and WinHttpCreateUrl API functions are breaking URL string into components and recompose back to string. There was a mess with passwords and security issues since when putting password into URL is no more acceptable. Experienced users might remember the times when URL could embed password, e.g. ftp://john:mysecretpassword@host.com/path. Password is lo longer accepted by major…

Read the full article

How To: Dump DirectShow media samples

Given a DirectShow filter graph, what media samples are being sent through particular graph point? DumpMediaSamples utility gives a fast answer to this question. It prints out connection media type details (with details of VIDEOINFOHEADER, VIDEOINFOHEADER2 and WAVEFORMATEX structures corresponding to FORMAT_VideoInfo, FORMAT_VideoInfo2 and FORMAT_WaveFormatEx format types) and IMediaSample details obtained through AM_SAMPLE2_PROPERTIES structure. First…

Read the full article

Firefox search plugin for Longman Dictionary Online

Longman Dictionary, my favorite one, offers online dictionary service through its website Longman Dictionary Online http://pewebdic2.cw.idm.fr/. I did not notice any intent to offer integration tools, instead they only made available pronouncation .wav files for words starting with two letters, but luckily it is still quite easy to integrate Firefox with the website through a…

Read the full article

Be Informed: Event Log Notification

Alax.Info Be Informed update is available. What’s new in this build? New: System event log notification; event notification can be configured to be written to Windows Application event log (case study will follow) Keywords: RegisterEventSource, ReportEvent Application Name: Alax.Info Be Informed License: Free for personal use, request commercial licenses via email or contact form Latest…

Read the full article