News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Windows Common Dialogs Example.

Started by Bill Cravener, October 14, 2011, 10:34:13 AM

Previous topic - Next topic

Bill Cravener

Here is a simple example on how easy it is to use Windows Common Dialogs in Masm32. These Common Dialogs give you a consistent way of handling common tasks within your applications. This example shows how you can use the Color Dialog, Font Dialog, File Open Dialog, File Save Dialog, Print Dialog, Page Setup Dialog, Find Text Dialog and the Replace Text Dialog.

http://www.quickersoft.com/examples/CommonDlgs.zip

Or it can be downloaded from my site link below.
My MASM32 Examples.

"Prejudice does not arise from low intelligence it arises from conservative ideals to which people of low intelligence are drawn." ~ Isaidthat

hutch--

Nicely done Bill, I might just steal it.  :bg
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Bill Cravener

My MASM32 Examples.

"Prejudice does not arise from low intelligence it arises from conservative ideals to which people of low intelligence are drawn." ~ Isaidthat

dedndave


Bill Cravener

Thanks Dave, it was a fun way to pass the time over a boring weekend. That example is actually taken from MS's C examples but I left out the Print Property Sheet example because I felt that one was just a bit too complicated for new comers wanting to learn Masm32. Besides you can access the print property sheet from the print dialog anyways so why bother (the Preferences button). :bg

http://msdn.microsoft.com/en-us/library/windows/desktop/ms646829(v=vs.85).aspx

My MASM32 Examples.

"Prejudice does not arise from low intelligence it arises from conservative ideals to which people of low intelligence are drawn." ~ Isaidthat