Следующую программу я писал для се6я, для того что б облегчить работу со стандартными, уже встроеными в систему вындовс программами, программа на 122 кнопки в виде клавиатуры! Назвал я её!
WINDOWS STANDART APPS FROM DEEMAN!
#RequireAdmin
#include
#include
#include
#include
#include
#include
Example ()
Func Example ()
Local $Button_1, $Button_2, $msg
GUICreate («Windows standart apps from Deeman», 805,210)
GUISetIcon («1.ico»)
Opt («GUICoordMode», 2)
GUISetBkColor (0X000000)
Local $iHeight = 250, $iWidth = 400
$Button_1 = GUICtrlCreateButton («1», 0, 2, 30)
$Button_2 = GUICtrlCreateButton («2», 0, -1)
$Button_3 = GUICtrlCreateButton («3», 0, -1)
$Button_4 = GUICtrlCreateButton («4», 0, -1)
$Button_5 = GUICtrlCreateButton («5», 0, -1)
$Button_6 = GUICtrlCreateButton («6», 0, -1)
$Button_7 = GUICtrlCreateButton («7», 0, -1)
$Button_8 = GUICtrlCreateButton («8», 0, -1)
$Button_9 = GUICtrlCreateButton («9», 0, -1)
$Button_10 = GUICtrlCreateButton («10», 0, -1)
$Button_11 = GUICtrlCreateButton («11», 0, -1)
$Button_12 = GUICtrlCreateButton («12», 0, -1)
$Button_13 = GUICtrlCreateButton («13», 0, -1)
$Button_14 = GUICtrlCreateButton («14», 0, -1)
$Button_15 = GUICtrlCreateButton («15», 0, -1)
$Button_16 = GUICtrlCreateButton («16», 0, -1)
$Button_17 = GUICtrlCreateButton («17», 0, -1)
$Button_18 = GUICtrlCreateButton («18», 0, -1)
$Button_19 = GUICtrlCreateButton («19», 0, -1)
$Button_20 = GUICtrlCreateButton («20», 0, -1)
$Button_21 = GUICtrlCreateButton («21», 0, -1)
$Button_22 = GUICtrlCreateButton («22», 0, -1)
$Button_23 = GUICtrlCreateButton («23», 0, -1)
$Button_24 = GUICtrlCreateButton («24», 0, -1)
$Button_25 = GUICtrlCreateButton («25», 0, -1)
$Button_26 = GUICtrlCreateButton («26», 0, -1)
$Button_27 = GUICtrlCreateButton («27», 0, -1)
$Button_28 = GUICtrlCreateButton («28», -800, 10, -10)
$Button_29 = GUICtrlCreateButton («29», 0, -1)
$Button_30 = GUICtrlCreateButton («30», 0, -1)
$Button_31 = GUICtrlCreateButton («31», 0, -1)
$Button_32 = GUICtrlCreateButton («32», 0, -1)
$Button_33 = GUICtrlCreateButton («33», 0, -1)
$Button_34 = GUICtrlCreateButton («34», 0, -1)
$Button_35 = GUICtrlCreateButton («35», 0, -1)
$Button_36 = GUICtrlCreateButton («36», 0, -1)
$Button_37 = GUICtrlCreateButton («37», 0, -1)
$Button_38 = GUICtrlCreateButton («38», 0, -1)
$Button_39 = GUICtrlCreateButton («39», 0, -1)
$Button_40 = GUICtrlCreateButton («40», 0, -1)
$Button_41 = GUICtrlCreateButton («41», 0, -1)
$Button_42 = GUICtrlCreateButton («42», 0, -1)
$Button_43 = GUICtrlCreateButton («43», 0, -1)
$Button_44 = GUICtrlCreateButton («44», 0, -1)
$Button_45 = GUICtrlCreateButton («45», 0, -1)
$Button_46 = GUICtrlCreateButton («46», 0, -1)
$Button_47 = GUICtrlCreateButton («47», 0, -1)