User contributions
From Sputnik Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:36, 27 November 2011 (diff | hist) Core Function WinGetCaretPos (→Example)
- 10:36, 27 November 2011 (diff | hist) Core Function WinGetCaretPos (→Example)
- 10:35, 27 November 2011 (diff | hist) N Core Function WinGetCaretPos (Created page with "<pre> WinGetCaretPos ( ) </pre> === Description === Returns the coordinates of the caret in the foreground window. === Parameters === None === Return Value === Success: Re...")
- 10:10, 27 November 2011 (diff | hist) Function Reference (→Window Management Functions)
- 09:26, 27 November 2011 (diff | hist) N Core Function WinGetPos (Created page with "<pre> WinGetPos ( <title>, <text> ) </pre> === Description === Retrieves the position and size of a given window. === Parameters === ==== Title ==== The title of the window....")
- 09:24, 27 November 2011 (diff | hist) Function Reference (→Window Management Functions)
- 09:21, 27 November 2011 (diff | hist) Core Function MouseGetPos (→Example)
- 06:48, 27 November 2011 (diff | hist) Core Function MsgBox (→Remarks)
- 06:25, 27 November 2011 (diff | hist) Function Reference (→Control Properties Get/Set Functions)
- 06:24, 27 November 2011 (diff | hist) Function Reference (→Dialog/Control Properties Get/Set Functions)
- 06:24, 27 November 2011 (diff | hist) Function Reference (→Dialog/Control Properties Get/Set Functions)
- 06:24, 27 November 2011 (diff | hist) Function Reference (→Control Creation Functions)
- 04:20, 27 November 2011 (diff | hist) Function Reference (→Type Checking)
- 01:55, 27 November 2011 (diff | hist) Core Function ControlSend (→Example)
- 01:54, 27 November 2011 (diff | hist) N Core Function ControlSend (Created page with "<pre> ControlSend ( <title>, <text>, <controlID>, <string> <flag> ) </pre> === Description === Sends a string of characters to a control. === Parameters === ==== Title ==== ...")
- 01:50, 27 November 2011 (diff | hist) Function Reference (→Window Management Functions)
- 01:48, 27 November 2011 (diff | hist) N Core Function WinGetHandle (Created page with "<pre> WinGetHandle ( <title>, <text> ) </pre> === Description === Retrieves the internal handle of a window. === Parameters === ==== Title ==== The title of the window. ==...")
- 00:38, 27 November 2011 (diff | hist) Function Reference (→Window Management Functions)
- 00:07, 27 November 2011 (diff | hist) Core Function FileOpen (→flag)
- 23:52, 26 November 2011 (diff | hist) N Core Function WinExists (Created page with "<pre> WinExists ( <title>, <text> ) </pre> === Description === Checks to see if a specified window exists. === Parameters === ==== Title ==== The title of the window. ==== ...")
- 23:51, 26 November 2011 (diff | hist) Core Function WinActive (→Parameters)
- 23:51, 26 November 2011 (diff | hist) Function Reference (→Window Management Functions)
- 23:47, 26 November 2011 (diff | hist) N Core Function WinActive (Created page with "<pre> WinActive ( <title>, <text> ) </pre> === Description === Checks to see if a specified window exists and is currently active. === Parameters === ==== Title ==== The tit...")
- 23:37, 26 November 2011 (diff | hist) Function Reference (→Window Management Functions)
- 23:18, 26 November 2011 (diff | hist) Core Function WinActivate (→Example)
- 23:17, 26 November 2011 (diff | hist) N Core Function WinActivate (Created page with "<pre> WinActivate ( <title>, <text> ) </pre> === Description === Activates (gives focus to) a window. === Parameters === ==== Title ==== The title of the window to activate....")
- 23:14, 26 November 2011 (diff | hist) Function Reference (→Window Management Functions)
- 23:13, 26 November 2011 (diff | hist) Function Reference (→Other GUI Functions)
- 22:53, 26 November 2011 (diff | hist) Core Function MsgBox (→flag)
- 12:49, 26 November 2011 (diff | hist) Function Reference (→Window Management Functions)
- 12:40, 26 November 2011 (diff | hist) Function Reference (→Mouse Control Functions)
- 12:36, 26 November 2011 (diff | hist) N Core Function MouseClickDrag (Created page with "<pre> MouseClickDrag ( <button>, <x1>, <y1>, <x2>, <y21>, <speed> ) </pre> === Description === Perform a mouse click and drag operation === Parameters === ==== button ==== T...")
- 12:33, 26 November 2011 (diff | hist) N Core Function MouseClick (Created page with "<pre> MouseClick ( <button>, <x>, <y>, <clicks>, <speed> ) </pre> === Description === Perform a mouse click operation. === Parameters === ==== button ==== The button to clic...")
- 12:29, 26 November 2011 (diff | hist) N Core Function MouseDown (Created page with "<pre> MouseDown ( <button> ) </pre> === Description === Perform a mouse down event at the current mouse position. === Parameters === ==== button ==== The button to click: "l...")
- 12:29, 26 November 2011 (diff | hist) Core Function MouseUp (→button)
- 12:29, 26 November 2011 (diff | hist) N Core Function MouseUp (Created page with "<pre> MouseUp ( <button> ) </pre> === Description === Perform a mouse up event at the current mouse position. === Parameters === ==== button ==== The button to click: "left"...")
- 12:26, 26 November 2011 (diff | hist) N Core Function MouseMove (Created page with "<pre> MouseMove ( <x>, <y>, <speed> ) </pre> === Description === Moves the mouse pointer === Parameters === ==== x ==== The screen x coordinate to move the mouse to. ==== y...")
- 12:19, 26 November 2011 (diff | hist) N Core Function MouseGetPos (Created page with "<pre> MouseGetPos ( ) </pre> === Description === Retrieves the current position of the mouse cursor. === Parameters === None ==== clicks ==== Iptional; The number of times ...")
- 12:15, 26 November 2011 (diff | hist) N Core Function MouseWheel (Created page with "<pre> MouseWheel ( <direction>, <clicks> ) </pre> === Description === Moves the mouse wheel up or down. === Parameters === ==== direction ==== "up" or "down" ==== clicks ==...")
- 12:14, 26 November 2011 (diff | hist) Core Function HotKeySet
- 12:09, 26 November 2011 (diff | hist) Function Reference (→Mouse Control Functions)
- 11:46, 26 November 2011 (diff | hist) Function Reference (→Mouse Control Functions)
- 11:46, 26 November 2011 (diff | hist) Function Reference (→Mouse Control Functions)
- 11:36, 26 November 2011 (diff | hist) Function Reference (→Keyboard Control Functions)
- 11:01, 26 November 2011 (diff | hist) What is Sputnik
- 11:01, 26 November 2011 (diff | hist) What is Sputnik
- 10:59, 26 November 2011 (diff | hist) N What is Sputnik (Created page with "Sputnik is a somewhat new programming language i made to bridge the gap between having to use 3 languages (AutoIt, PHP, Perl). The idea was to get all macro functionality of Aut...")
- 10:55, 26 November 2011 (diff | hist) Function Reference (→Environment Management)
- 10:52, 26 November 2011 (diff | hist) Function Reference (→Misc Functions)
- 10:52, 26 November 2011 (diff | hist) Function Reference (→Misc Functions)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)