All articles from Computing

    April 2022

    5 April
    • VB6 RGB color: chart, codes

      A VB6 or (Visual Basic 6) program can be used to find RGB values of a color. Some knowledge of programming concepts and languages such as Visual Basic is required to write a program code in VB6. Basic concepts and knowledge of bit operations, functions, subroutines, etc, are necessary to write programs. A program to find the RGB values of a color in VB6 can be written by using basic bit operations. With binary operations and Visual Basic, finding the RGB values of a color can be accomplished in

    • Disable task manager: gpo, group policy

      The Task Manager provides valuable information about applications and processes currently running on your system, and gives the statistics about memory and CPU usages. The Task Manager can also all be used to kill processes required by certain security softwares (e.g parental monitoring softwares) installed on the PC, making them inefficient. Through the simple procedure below, you will learn how to disable access to the Task Manager on your PC.

    4 April
    • How to calculate square root in C programming

      One of various computer programming languages, C is the most basic and widely used language, likely because it gives maximum efficiency and control to programmers. The C language can be used for mathematical operations, ranging from additions and subtractions to square roots and cube roots, along with other polynomial powers that can be created through C programming. To find the square root of a number, you can customize the C script to code the logic by using the sqrt function.

    • How to install MTS dongle to PC

      Installing an Internet dongle can be a bit of a headache. In this article, in a few steps, we will make this task seem simple!

    1 April
    • How to delete the MSOCache?

      On Windows, MSOCache is a file used to install MS Office. It also allows the installation of additional options without the Microsoft Office installation CD-ROM. It is possible to remove this file using the default Disk Cleanup tool provided with Windows. If this is what you are searching for, then keep reading.