Find Computer Name in Excel VBA In this page, get three different vba code to get Computer name. Environment variable Windows Api wScript.Network To get the computer name or the host name there can be more multiple ways. But, one of these could serve the purpose. 1. Get Computer name […]
VBA – Check for Active Internet Connection – Network Status
Get VBA Code to check if the Internet connection is active. This code uses Windows API function to get the Computer’s Network connection status.
World’s Simplest Key logger using VB6
Learn how a Key Logger is coded using VB6 with just simple code & then how it can be used to record the key strokes by running at the background
Text To Speech Application – VB6 Voice Code
Get VB6 Text to Speech code using Win32 Speech API (SAPI or TTS) & develope VB6 application with voice options enabled.
Enable Image Thumbnail Preview to Display Picture in Folder – Windows System?
Learn how to enable Image preview to display pictures in the Folders for Windows Operating System. Enable this option in Folder options to view the thumbnail image preview for pictures in the Windows Folder.
How To Screen Record – in IOS, iPhone, Android, Windows, Mac ?
Learn how to screen record iOS, Android, Windows, iPhone etc., using these free apps. Record screen with audio, take screen shots & save it for future references.
Excel VBA Clear Cache – IE browser and xmlhttp requests
Clear Cookies, Cache, Browsing History From Excel VBA delete cache, cookies, browsing history, temporary internet files used by IE or MSHML2 xmlhttp requests. This method is applicable to IE browser only. To delete browser cache, cookies, temporary files of other browser like Chrome or Firefox, use the manual methods discussed […]
Find My PC Screen Resolution in Excel using VBA & Javascript
Code to find Screen resolution of your computer. This code gets the screen width & height VBA (Windows API), C, Javascript & Command prompt functions.
Convert VBA Declare Compatible with 64 Bit Office
Coding Excel VBA 64 bit compatible for 32 bit. Also convert VBA 32 bit to 64 bit by declare PtrSafe 64 bit of Win API functions of VB6 & VB7 editor.
Hide Desktop Icons of Active Windows Applications
Download this Free Excel application to Hide Windows or application from desktop in Windows Environment. This is built on VBA and Windows Api Programming to get Windows handle and Hide it from Desktop.