Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) AutoItX.RegDeleteKey Examples
Programming Language:
C# (CSharp)
Class/Type:
AutoItX
Method/Function:
RegDeleteKey
Examples at hotexamples.com:
1
C# (CSharp) AutoItX.RegDeleteKey - 1 examples found
. These are the top rated real world C# (CSharp) examples of
AutoItX.RegDeleteKey
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
AutoItSetOption(30)
ControlFocus(30)
Run(30)
MouseMove(30)
MouseClick(30)
ControlGetHandle(30)
Send(30)
ControlClick(30)
ControlSetText(22)
ClipPut(18)
ControlSend(18)
ControlGetText(14)
ControlGetPos(13)
MouseGetPos(12)
ControlCommand(10)
PixelGetColor(9)
MouseUp(9)
MouseDown(9)
ClipGet(6)
ErrorCode(5)
ProcessWait(5)
ProcessClose(5)
MouseClickDrag(5)
ControlTreeView(5)
ControlGetFocus(4)
Init(4)
ProcessExists(4)
MouseWheel(3)
ControlDisable(2)
ControlMove(2)
ControlListView(2)
ControlHide(2)
ControlShow(2)
ControlEnable(2)
ProcessWaitClose(1)
RunWait(1)
RunAsWait(1)
RunAs(1)
CDTray(1)
RegDeleteVal(1)
RegDeleteKey(1)
ProcessSetPriority(1)
BlockInput(1)
MouseGetCursor(1)
IsAdmin(1)
ControlGetHandleAsText(1)
PixelSearch(1)
DriveMapGet(1)
PixelChecksum(1)
DriveMapAdd(1)
Frequently Used Methods
AutoItSetOption (30)
ControlFocus (30)
Run (30)
MouseMove (30)
MouseClick (30)
ControlGetHandle (30)
Send (30)
ControlClick (30)
ControlSetText (22)
ClipPut (18)
Frequently Used Methods
ControlSend (18)
ControlGetText (14)
ControlGetPos (13)
MouseGetPos (12)
ControlCommand (10)
PixelGetColor (9)
MouseUp (9)
MouseDown (9)
ClipGet (6)
ErrorCode (5)
ProcessWait (5)
ProcessClose (5)
MouseClickDrag (5)
ControlTreeView (5)
ControlGetFocus (4)
Init (4)
ProcessExists (4)
MouseWheel (3)
ControlDisable (2)
ControlMove (2)
Frequently Used Methods
ProcessWait (5)
ProcessClose (5)
MouseClickDrag (5)
ControlTreeView (5)
ControlGetFocus (4)
Init (4)
ProcessExists (4)
MouseWheel (3)
ControlDisable (2)
ControlMove (2)
ControlListView (2)
ControlHide (2)
ControlShow (2)
ControlEnable (2)
ProcessWaitClose (1)
RunWait (1)
RunAsWait (1)
RunAs (1)
CDTray (1)
RegDeleteVal (1)
RegDeleteKey (1)
ProcessSetPriority (1)
BlockInput (1)
MouseGetCursor (1)
IsAdmin (1)
ControlGetHandleAsText (1)
PixelSearch (1)
DriveMapGet (1)
PixelChecksum (1)
DriveMapAdd (1)
Frequently Used Methods
ControlListView (2)
ControlHide (2)
ControlShow (2)
ControlEnable (2)
ProcessWaitClose (1)
RunWait (1)
RunAsWait (1)
RunAs (1)
CDTray (1)
RegDeleteVal (1)
RegDeleteKey (1)
ProcessSetPriority (1)
BlockInput (1)
MouseGetCursor (1)
IsAdmin (1)
ControlGetHandleAsText (1)
PixelSearch (1)
DriveMapGet (1)
PixelChecksum (1)
DriveMapAdd (1)
DriveMapDel (1)
Example #1
0
Show file
File:
au.cs
Project:
ShankarKantharaj/NAutoIt
public static int RegDeleteKey(string strKeyname) { return(AutoItX.RegDeleteKey(strKeyname)); }
x