123 Eng

Engineering the engineers™


Latest Jobs   Forum Map

 


Home

Source Codes

Engineering Colleges

BE Students

Training  Reports (updated)

Seminar Reports (updated

Placement Papers (updated)

Forums

   Computer Science / IT

   Electronics

   Electrical

   Mechanical

   Chemical

   Civil

   CAT / MBA

   GMAT / Foreign MBA

Latest Jobs

Engineering Jobs / Technical Jobs

Management Jobs

Sitemap

About-Us

Terms of use

Displaying  Source Code(s)  
 

 
RegDelete Statement

--------------------------------------------------------------------------------

Description : The RegDelete statement deletes Keys and Values from the Windows Registry. The required argument regpath is the path to a Key or Value that will be deleted.

<%
Private Sub RegDelete(ByVal regpath)
Dim objShl
Set objShl = CreateObject("wscript.shell")
On Error Resume Next
objShl.RegDelete( regpath )
If Err Then Err.Clear
On Error GoTo 0
Set objShl = Nothing
End Sub
%>

 

 

Contribute content or training reports / feedback / Comments
job placement papers
All rights reserved © copyright 123ENG