Dazu werfe man als erstes mal einen
APi-Monitor /
API-Spy an:
http://www.rohitab.com/apimonitor/apimonitor.zip
Code:
Process Process ID
Win32 API Parameters Return Value Status GetLastError
iexplore 0xC1C CreateDialogParamW hInstance:0x71960000, lpTemplateName:0x100, hWndParent:0x6D038E, lpDialogFunc:0x711BA80B, dwInitParam:0x1468A8 0x130510 SUCCESS 0
Dan Filtern wir nur noch [iexplore].
Das sagt uns schonmal mit obigem Ergebnis, dass offensichtlich in einer
DLL (siehe hInstance) ein Template liegt. Also muessen wir rauskriegen welche
DLL an dieser Stelle liegt ...
Dazu nehmen wir ListDLLs. Guckst du hier:
http://www.sysinternals.com/files/listdlls.exe
Dieses Tool sagt mir jetzt auf meinen System:
Code:
0x71960000 0x12000 6.00.2800.1106 C:\
WINNT\system32\browselc.dll
Daraus weiss ick nun, dass ich das Template des Dialogs in dieser
DLL finde ... und das kann man ja nun theoretisch selber anpassen