change the download window in IE6 and IE7


Recommended Posts

please make a patch!!!

For easy install

586346542[/snapback]

i told you i cant don't know how to do it and its seems nobady want to help me so sorry no

greets

Link to comment
Share on other sites

Sorry but I want the tutorial. Dj, can you please tell us how to mod the other dialog boxes and how you did the run box??

another question:

for the ieframe.dll, is all you do is add in a:

  CONTROL 9000, 9000, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 0, 0, 348, 29

at the end??

Edited by nightRider
Link to comment
Share on other sites

for the ieframe.dll, is all you do is add in a:

 ?CONTROL 9000, 9000, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 0, 0, 348, 29

at the end??

586348991[/snapback]

yes and moved other controls

and for the rest is in shell32.dll

just the same adding the bitmap

whit control 9000 and add the bitmap whit name 9000 and move the controls to you'r needs

Link to comment
Share on other sites

yes and moved other controls

and for the rest is in shell32.dll

just the same adding the bitmap

whit control 9000 and add the bitmap whit name 9000 and move the controls to you'r needs

586349389[/snapback]

thanks.

but what do you mean by moving the controls?

Link to comment
Share on other sites

thanks.

but what do you mean by moving the controls?

586354249[/snapback]

moving the text the buttons in what you like

greets

Link to comment
Share on other sites

Could someone e-mail me a working shdoclc.dll file with this mod already done to it.  I am running SP2.  Thx! :cool:

586352078[/snapback]

I guess no one can? :(

Link to comment
Share on other sites

great job, i would really like the copy dialog changed to have more info.. like in vista.

586358021[/snapback]

no can't be don

Link to comment
Share on other sites

what are the resource numbers for the copy, delete, etc. dialog boxes?

and are they in shell32.dll?

btw, i managed to modify the run window and here's how i did it:

1. make a smaller version of the background image, about the same size as DJ has.

2. Open shell32.dll in reshacker and add new resource

3. open that bitmap file and name it 9001 with language number 1033

4. Go to Dialog 1003 and replace the code with:

1003 DIALOGEX 0, 0, 227, 128
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 160, 12297, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 7, 32, 21, 20 
   CONTROL "Type the name of a program, folder, document, or Internet resource, and Windows will open it for you.", 12289, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 36, 34, 182, 18 
   CONTROL "&Open:", 12305, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 62, 24, 10 
   CONTROL "", 12298, COMBOBOX, CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_DISABLENOSCROLL | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 36, 60, 183, 199 
   CONTROL "Run in separate &memory space", 12306, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 36, 82, 183, 10 
   CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 62, 100, 50, 14 
   CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 116, 100, 50, 14 
   CONTROL "&Browse...", 12288, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 170, 100, 50, 14 
   CONTROL 9001, 9001, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 0, 0, 226, 29 
}

5. Compile, save and replace

Link to comment
Share on other sites

Dj_baby or anyone else who knows. Im interested in modify things on my own. I guess experiment a bit, but how do you people read and decipher the code for the windows and such. I just see it and get confused, and is there any safe way to test it after you've experimented a bit?

Thanks

Link to comment
Share on other sites

In the resource scripts like the one i have on my previous post, if you use reshacker, you can drag the controls around like you would do with images in powerpoint. I havent tried to add in anything by writing code myself but i have a few theses:

 CONTROL 9001, 9001, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 0, 0, 226, 29 

Control spcifies its a control and the 9001 is the resource number. the four numbers at the end of that row are for the positioning and the rest i dont really know what exactly they do.

Btw, when you modify shell32.dll, do you always have to reboot to have the effects made?

And can somebody please tell me what are the resource numbers for the copy, etc. dialog boxes??

Edited by nightRider
Link to comment
Share on other sites

In the resource scripts like the one i have on my previous post, if you use reshacker, you can drag the controls around like you would do with images in powerpoint. I havent tried to add in anything by writing code myself but i have a few theses:

 CONTROL 9001, 9001, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 0, 0, 226, 29 

Control spcifies its a control and the 9001 is the resource number. the four numbers at the end of that row are for the positioning and the rest i dont really know what exactly they do.

Btw, when you modify shell32.dll, do you always have to reboot to have the effects made?

And can somebody please tell me what are the resource numbers for the copy, etc. dialog boxes??

586362246[/snapback]

you have to reboet yes no dubt about that and

copy delete and move ar 1 dialog and thats

dialog 1020

this is my code for dialog 1020

1020 DIALOGEX 20, 20, 250, 103
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL "", 103, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 8, 45, 236, 10 
   CONTROL "", 102, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 8, 31, 236, 10 
   CONTROL "", 104, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE, 9, 62, 232, 15 
   CONTROL "", 105, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 7, 83, 192, 10 
   CONTROL "Cancel", 2, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE, 202, 81, 40, 14 
   CONTROL 9000, 9000, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 65421, 0, 366, 29 
}

but you need som more restyling to it,

and it don't care how long the bitmap is you can move the bitmap outside the dialog

the code between resourcename and position are style controles for know what the are like a bitmap or a avi or button

and Deathray is just the way of playing whit reshacker you don't know how it must work, just a litle radical thinking and you be fine

if you new at it just before restuling the code you shukd alwase backup and if it for shell32.dll and other critical stuff beter make a restore point so you can alwase go back to it

greets Dj_baby

ps: sorry for my english hope you understand me

Link to comment
Share on other sites

Thanks, DJ.

And would it mess up anything if I make the progress bar longer? Is that what you did with the IE download box?

586364446[/snapback]

you can do what you want with progress bar i wont mess your pc and indeed i did that with the download box maded it bigger and langer

Greets

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.