Category: Windows
Some instructions on how to use alternate portrait and landscape orientations in a Word document.Just as a simple illustration: suppose we want to configure a 3-page Word document to have …
This post shows you how to handle encrypted user credentials in a Web Api application and offer further security by enforcing https for all REST api calls.Step 1: Create a …
Step 1: Open Control PanelStep 2: Navigate to Control Panel\All Control Panel Items\Network ConnectionsIn Control Panel\All Control Panel Items\Network ConnectionsStep 3: Select Disable
Step 1: Create a new Java ApplicationIn Eclipse select File > New > Java Project:Step 2: Create a new FrameIn Eclipse, right click the ‘src’ folder and select New > …
Threads can be used to implement parallelism. For UNIX-based systems, a standardized C language threads programming interface has been specified by the IEEE POSIX 1003.1c standard. Implementations that adhere to …
Getting started with using OpenGL / freeglut in a Microsoft Visual Studio environment for 32 bit versions.1. Obtain freeglutGo to the freeglut site to obtain the MSVC package:http://www.transmissionzero.co.uk/software/freeglut-devel/At the time …
Something I needed recently which I’ve wanted to blog. It’s fairly simple, and also documented elsewhere online, but as with most things I do technical blog wise, explanations work better …
An example demonstrating how to create and display a tab common control using WinAPI (Win32) C++ programming. Much credit needs to go to Ken Fitlike’s excellent WinAPI site, from which …
A short example of how to started with Windows programming in non-Visual Studio environments.In this example, we use the MinGW (Minimalist GNU for Windows) compiler within the Code::Blocks integrated development …
SC.exe is commonly used to retrieve and set control information about installed Windows services. Common tasks are to configure, start and stop a service, as well as retrieve the status …