Print Dialog customization using PrintDlg function in Visual C++/Win32
Customized Printing Dialog using PrintDlg: This article is about how to create a customized Print Dialog. Customized dialog means the customization done with the PrintDlg(..) […]
Customized Printing Dialog using PrintDlg: This article is about how to create a customized Print Dialog. Customized dialog means the customization done with the PrintDlg(..) […]
Win32 File Samples article tries to explain how to read from and write to Disk files using Win32 functions. Though Win32 is not user-friendly and […]
Environment variables are used by variety of programs. Each process loaded in Windows will have access to its block of environment variables. While windows […]
This piece of sample code explains how to retrieve the Logged on User and Domain name on Win NT/2000 using Win32 functions. . The function […]
Unicode programming is supposed to be easier with windows. But there are certain weird instances when we need to write some weird code too. This […]
Dll is convenient in many ways. If there are some functionalities which are expected to change over time, a Dll becomes the choice of use […]
Copyright © 2026 | WordPress Theme by MH Themes