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

    • Glad im on the right boat. Tidal has lots of issues in terms of app and music mix, its worst than spot but its honest. Spot algo is very tendentious and they pess less to artists, so im comfortable with the tidal errors, for now.
    • Tidal won't monetize AI slop music, company says by David Uzondu Image via Tidal Tidal has announced an AI policy aimed at protecting artists and their crafts, as AI music generation tools continue to improve both in speed and quality. According to the music streaming platform, AI-generated music will be accepted, but these tracks will be held to a "higher standard" of content integrity. Next month, the company plans to auto-identify and tag these uploads. Listeners will spot a special icon next to content that algorithms flag as 100% AI-generated starting mid-July, and the platform hopes to expand this tag to partially generated songs as detection tech improves. Any AI music that exploits an artist's voice or likeness will be taken down, and Tidal will immediately block tracks associated with fraudulent activity, which includes artificial streaming and deceptive content that interferes with real creators. And finally, music that's 100% AI-generated will not be monetized. Tidal said there is "ongoing debate" about whether certain licensed synthetic models deserve payouts, so it's possible that this part will change in the future. Streaming platforms are absolutely getting flooded with AI-generated music because of how easy it is to pump out endless tracks every minute. To give you an idea of how "bad" it is, Deezer alone reported that synthetic uploads now make up about 44% of its daily intake, which translates to roughly 75,000 automated tracks hitting its servers every single day. Interestingly, Deezer found most people cannot tell the difference between human and machine creations, with an Ipsos study revealing that 97% of listeners failed to spot the AI-generated tracks. Spotify's CEO recently pushed back against listeners who call AI music "slop," urging people to stop using the term and instead embrace the creative potential of AI music. The Swedish platform partnered with Universal Music Group to test "legal and controlled" generative AI tools that let subscribers remix songs with AI.
    • According to Microsoft, Cause: One of the drivers controlling the device notified the operating system that the device failed in some manner.   https://support.microsoft.com/en-us/topic/error-codes-in-device-manager-in-windows-524e9e89-4dee-8883-0afa-6bca0456324e
    • This looks awesome, I will request access via Steam later this afternoon!
  • Recent Achievements

    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      539
    2. 2
      +Edouard
      269
    3. 3
      PsYcHoKiLLa
      153
    4. 4
      Steven P.
      98
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!