Jun 19, 2017 0 0 How do I set the initial directory of the File Open dialog to a virtual directory? Raymond Chen Use the IFileDialog::SetDefaultFolder method.
Jun 16, 2017 0 0 Combining the work queue of distinct events, order not important, with an auto-reset event Raymond Chen Combining two solutions into a bigger solution.
Jun 15, 2017 0 0 Creating an automatic-reset event from WaitOnAddress Raymond Chen Completing the quartet.
Jun 14, 2017 0 0 Creating a manual-reset event from WaitOnAddress Raymond Chen A diversion, in the form of a different exercise.
Jun 13, 2017 0 0 Creating a semaphore with a maximum count from WaitOnAddress Raymond Chen The exercises continue.
Jun 9, 2017 0 0 The case of the longjmp from nowhere trying to open a registry key Raymond Chen Close your eyes and jump.
Jun 8, 2017 0 0 What will GetLastError() return after a failed InitOnceExecuteOnce? Raymond Chen Whatever you tell it to.
Jun 7, 2017 0 0 On enabling NX and ASLR for a module after the fact Raymond Chen You can flip the bit, but you can't regenerate relocation information.