ON_COMMAND_RANGE macro and multiple command buttons by thatsalok
Preface If you ever work in Visual Basic, it provide supports for array of button i.e. you can map several Button to single function, […]
Preface If you ever work in Visual Basic, it provide supports for array of button i.e. you can map several Button to single function, […]
Thread is the smallest executable unit of code within an application. It is the path of execution of a process. An executing Instance of […]
This article shows a demonstration of how to create an explorer interface on a dialog using the MFC class CSplitterWnd. An explorer interface is two […]
Introduction Before I go in detail ,I want you to known what actually EfTidy is, EfTidy is Wrapper Component of Tidy Library and if you don’t […]
This project shows the development of a class that is useful as a reminder or to perform some tasks at a given time or time interval. […]
This Visual C++ sample project using MFC is intended to either shutdown, logoff, or restart the computer at a given time or immediately. This is a […]
Windows timers are mechanisms that let you set one or more timers to be triggered at a specific number of milliseconds. If you set a timer to […]
Unicode characters are invented to accommodate additional international characters part from English. Earlier characters were represented in ASCII formats with each character occupying 1 byte of memory. But […]
A worker thread in MFC is used for many background tasks like printing, computations, network servers etc., Unlike User Interface threads, worker threads do not have their […]
A thread is the path of execution of a process. A thread by itself, uses only a part of the memory and address space of […]
Copyright © 2024 | WordPress Theme by MH Themes