Hallo,
ich möchte gern die Datei C:\WINDOWS\system32\SHELL32.dll
mit den str. icons entacken.
Geht das?
Braucht man dazu eine Software?
sawe (225) 2x Beste Antwort 4x "Danke"
|
sawe (225) 2x Beste Antwort 4x "Danke"
|
Hallo,
ich möchte gern die Datei C:\WINDOWS\system32\SHELL32.dll
mit den str. icons entacken.
Geht das?
Braucht man dazu eine Software?
Ja, darüber geht es.
Ansonsten macht sich bei mir nur diese Startseite auf:
http://www.gilde-schuettorf.de/frame.htm
Ist aber auch interessant.
;autoit liest shell32.dll aus
#include <GUIConstants.au3>
#include <Date.au3>
$Form1_1 = GUICreate("Form1", 650, 445, 193, 125)
$start1 = GUICtrlCreateButton("", 600, 20, 40, 40, $BS_ICON)
GUICtrlSetImage(-1, "shell32.dll", 44)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
case $start1
$i=0
$j=0
$k=0
Do
Do
$k=$k+1
GUICtrlCreateButton("", 20+(40*$i), 20+(60*$j), 40, 40, $BS_ICON)
GUICtrlSetImage(-1, "shell32.dll", $k)
GUICtrlCreateLabel($k, 20+(40*$i), 60+(60*$j), 40, 12)
$i=$i+1
until $i=14
$j=$j+1
$i=0
Until $j=7
#comments-end
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
« Windows Vista: wie installiere ich macromedia anwendungen unter vista | Thunderbird » | ||