CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Windows

Windows 7 – How to check what Graphics card installed in the System?

Graphics cards are used to display the output and also can perform additional processing for better performance to release the overload from the CPU (Central Processing Unit). Actually, the GPU (Graphic Processing Unit) on Graphics card will perform the additional processing. Through this article, we are going to discuss finding the ways to figure out, […]

Windows – Hooks – An Overview

Windows Applications are message or event driven applications. Windows Procedures or Application methods are going to execute whenever there is an event occurred. There is a message handling mechanism in the Windows to handle or process the messages. For example, when the User press the key from the Keyboard; relevant message will be generated and […]

Scroll to top