mwhouser

Stories submitted by mwhouser

VersionUtil 1.0(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 9 months ago

Slick utility for updating a binary's version if and only if it's built. This tool can be used as a post-process for Visual C++. read more...

add a comment |category: |Views: 3

tags: another

Tutorial: Adding a Custom Place to CFileDialog(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 9 months ago

This tutorial describes the steps required to add a custom place to Microsoft Vista's File Open dialog. read more...

add a comment |category: |Views: 39

tags: another

Tutorial: Adding Controls to CFileDialog in Vista(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 9 months ago

This tutorial describes the steps required to add custom controls and control handlers to Microsoft Vista's file open dialog via CFileDialog. read more...

add a comment |category: |Views: 58

tags: another

Static vs. Shared DLL(insidercoding.com)

submitted by mwhousermwhouser(210) 3 years, 9 months ago

This article discusses the benefits and drawbacks of linking to MSVCR90 and MFC90 DLLs statically and dynamically. read more...

add a comment |category: |Views: 16

tags: another