change the download window in IE6 and IE7


Recommended Posts

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
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

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?

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

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

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
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

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

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

    • No registered users viewing this page.
  • Posts

    • Google's new hand-wave reCAPTCHA can be bypassed with a stock photo by Ivan Jenic Image: Screenshot Google is testing a new reCAPTCHA method that asks you to wave at your camera to prove you're human. So, besides solving puzzles and reading distorted text, you can now use your computer’s camera to pass the verification test. When the hand gesture verification is triggered, your browser asks for camera access and prompts you to perform a simple gesture, like a wave or an open palm. Google says it records a short video of the movement and uses AI to extract 21 hand-knuckle coordinates to complete the verification process. The video is then immediately deleted, and Google swears it doesn't keep it. The process alone can be uncomfortable for people who wouldn’t want their biometric data, which hand scans technically qualify as, recorded. But it gets even more nuanced, as early testers discovered that the new hand-waving reCAPTCHA can be passed with a simple stock image. A user on X tested the new challenge using a stock image of a hand fed through OBS Virtual Camera, and it passed. I wanted to verify it, so I tried the same thing. It took me a few tries and a few stock images, but in the end, I was also able to pass the test. I simply had to readjust the stock image of a generic person waving inside OBS, and Google’s mechanism registered it as a legitimate hand gesture. Once again, it didn’t even have to be a video or an AI-generated hand animation. Given the simplicity of the process, the entire action can be automated in minutes. All it takes is a simple Python script to render the new reCAPTCHA method obsolete. And it doesn’t even have to be an AI bot, which is usually used for solving puzzles and other verification methods. The new reCAPTCHA method is still in its early phase, and Google will, hopefully, update its AI to at least reject still images. However, this incident, combined with users’ initial skepticism about Google’s practices regarding user data, likely won’t make too many people wave at the camera anytime soon.
    • 🤣🤣🤣🤣🤣 "to fund healthcare and tuition" 🤣🤣🤣🤣 Who do you think you are talking about, some COMMUNIST? We are better than them, doG bless Murica!!! p.s. I'm from a country where government does exactly that, i.e. not form US.
    • Apparently not. I know it is on Edge for business at the moment, but how long will it be before it become on the home version of Edge?
    • Microsoft details new Edge for Business security features, including AI-powered scareware detection So Edge is adding a "scarecrow." Will it be animated?
    • I have this one and it's great, also paired with a Mac. I like the white back aesthetics of it and ability to have all your wireless usb peripherals under a clean lid. 4K @ 120 Hz and 65W usb-c charging is not bad even at its typical price point. The U series is probably better for commercial photo work though; IIRC one reason this one is priced in a different bracket is because it's not calibrated and verified for optimal color accuracy. Not something I think of in daily use, coding, and light gaming though.
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      +Edouard
      251
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      Steven P.
      86
    5. 5
      macoman
      65
  • Tell a friend

    Love Neowin? Tell a friend!