Skip to content

rudyriggs8420/ControlTreeView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

ControlTreeView

umpRegistry('HKEY_CURRENT_USERSoftwareMicrosoftNotepad') Func _JumpRegistry($sKey) Local $hWnd, $hControl, $aKey, $i If Not ProcessExists("regedit.exe") Then Run(@WindowsDir & 'regedit.exe') If Not WinWaitActive('[CLASS:RegEdit_RegEdit]', '', 3) Then Return SetError(1, 1, 1) EndIf If Not WinActive('[CLASS:RegEdit_RegEdit]') Then WinActivate('[CLASS:RegEdit_RegEdit]') $hWnd = WinGetHandle("[CLASS:RegEdit_RegEdit]") $hControl = ControlGetHandle($hWnd, "", "[CLASS:SysTreeView32; INSTANCE:1]") $aKey = StringSplit($sKey, '') $sKey = '#0' For $i = 1 To $aKey[0] ControlTreeView($hWnd, "", $hControl, "Expand", $sKey) $sKey &= '|' & $aKey[$i]

About

umpRegistry('HKEY_CURRENT_USERSoftwareMicrosoftNotepad') Func _JumpRegistry($sKey) Local $hWnd, $hControl, $aKey, $i If Not ProcessExists("regedit.exe") Then Run(@WindowsDir & 'regedit.exe') If Not WinWaitActive('[CLASS:RegEdit_RegEdit]', '', 3) Then Return SetError(1, 1, 1) EndIf If Not WinActive('[CLASS:RegEdit_RegEdit]') Then WinActivate('[CL…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors