Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

 

How to read value from remote registry ?
Total Hit (3585) This article explains how to use a Visual Basic application to access the registry on a remote computer in conjunction with the Windows application programming interface (API). «B»Requirements«/B» You need the following hardware and software to perform the procedures in this article: A Micro ....Read More
Rating
How to check Remote Registry using registry api in VB?
Total Hit (2209)
Rating
How to add path to the PATH environment variable using VB/VBScript
Total Hit (5392) Many times we need to add application path to the existing environment PATH variable. This can be very tedious job if you have to do for several machine. I came up with some handy script which makes my life easy and hopefully you can use too. The sample code was used in VB6 but you can use it wit ....Read More
Rating
Simple VB Script to check Registry Key
Total Hit (6504) «code LangId=1»Const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set objRegistry = GetObject("winmgmts:\\" & _ strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\CCleaner" strValueName = "UpdateCheck" objRegistry.GetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strVal ....Read More
Rating
This is a link to a different site Complete Registry control
Total Hit (2080) The cRegistry class is an easy, self-contained way to get complete access to the Windows registry. Simple methods allow you to create, enumerate and delete keys and values in the registry, without restriction. You can even read/write binary data to the registry. To see how powerful this library is, ....Read More
Rating
This is a link to a different site Setting Your Application to Automatically Run When Windows Starts
Total Hit (1773) This source code shows how to automatically start an application when Windows starts using the registry. You can either have the application Auto-Start once next time Windows starts, or everytime Windows starts. The method uses my cRegistry class to make it easy to get the registry information. ....Read More
Rating
This is a link to a different site Easy INI File Access
Total Hit (1710) The cIniFile class is an easy, self-contained way to get complete access to INI files. Although use of INI files is no longer recommended under Windows (you should use the registry instead - see my Registry class for an easy migration from this method of using Ini files to using the registry) they a ....Read More
Rating


Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.