Threading in VC++ by shours
Threading is an important part of writing applications. Before you start writing the code, you must think twice on threading. First you have to identify […]
Threading is an important part of writing applications. Before you start writing the code, you must think twice on threading. First you have to identify […]
There are two categories of cryptographic algorithms: symmetric algorithms and asymmetric algorithms. Symmetric cryptographic algorithms all use the same key to encrypt and decrypt. Some […]
Preface: Inter Process Communication is major Concept in Windows Programming, there are many ways using which on process is communicate with other process like Memory […]
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 […]
Copyright © 2024 | WordPress Theme by MH Themes