CodeSteps

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

Windows 7 – How to change TCP/IP settings?

TCP/IP settings are used to allow to communication with other computers. We can automatically assign IP addresses to the computer with the help of Dynamic Host Configuration Protocol (DHCP). If we use DHCP, no need to change the IP addresses; because it automatically assigns them. This article explains the steps to assign TCP/IP settings. Step […]

C++ – Inheritance – to extend class

Inheritance allows reusing the functionality. Inheritance inherits base class members to its derived class. We can use base class members within the derived class without rewriting the base class code. C++ allows single inheritance as well as multiple inheritances. In single inheritance, the derived class is inherited from a single base class. In multiple inheritances, […]

CentOS – How to open terminal window?

CentOS provides terminal windows to allow us to run commands within the terminal windows. CentOS provides six terminals by default. And which are accessible by pressing Alt + F1 to F6 keys (or in graphical mode Ctrl + Alt + F1 to F6). Through this article, we are going to discuss the steps to open […]

COM – Creating a COM Component using C++ – Add Type Library to Visual Basic Application

In our previous article, we have created Type Library “Hello.tlb”. We were facing issues when we tried to add “HelloComponent.dll” as a reference to our Visual Basic test application. Hence we have created “Hello.tlb” Type Library. And we observed that even with “Hello.tlb” Type Library, Visual Basic test application (console based application) is showing error […]

Windows 7 – How to show or hide Desktop icons?

Windows Desktop window contains icons to allow the users to quickly open applications or folders. Usually, the Desktop window contains: Computer icon – Shows available disk drives and hardware connected to the computer Network icon – Allows accessing the computers and devices which are on the network Recycle Bin icon – It contains the deleted […]

Windows 7 – How to change “Computer Name”?

Computer Name is required for uniqueness to identify the computer within the domain. So, you have to give a unique name for each computer within the domain. This article explains the steps to change “Computer Name” in Windows 7 Operating System. Step (1). Go to the Desktop window. Step (2). Locate the My Computer icon […]

Scroll to top