Shutdown, Logoff API in Visual C++, MFC and Win32 – Article by Alok by thatsalok
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 […]
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 […]
C++ by itself does not have a feature for dynamic runtime class information. But Microsoft solved this problem by providing a CRuntimeClass. This structure can be […]
This article does not try to cover all possible details about debugging VC ++. It tries to add some knowledge to the VC++ programmers […]
There are instances when some application errors occur in our program, it will be best to raise a generic message. This might send an […]
Copyright © 2024 | WordPress Theme by MH Themes