article

Getting the hWnd of the edit component within a ComboBox control

A short tip which describes how to access the hWnd of the edit component contained within a `ComboBox` control via the Win32 API using `GetComboBoxInfo` and `COMBOBOXINFO`.

avatar
Richard Moss
article

Downloading new and changed Azure storage blobs at scheduled intervals

A sample project which downloads new and changed blobs from Azure storage, and optionally uploads new and changed local files.

avatar
Richard Moss