Daily Archives: 2006-07-12

Why to avoid ShellExecute!

ShellExecute() is a silly function. It still exists to allow for backwards compatibility with Systems before Windows 95. It is ridiculous to use it, while another function with a superset of functionality exists already: ShellExecuteEx(). To name just the biggest … Continue reading

Posted in Programming | 1 Comment