Jump to content

oemlogo.bmp


Recommended Posts

ok i will try it

i have another question

if i cab the file sysdm.cpl and add it to I386 after modifying it

will it work fine after windows setup ????

First modifype sysdm.cpl and then cab it and replace it in i386 on the cd

Link to comment
Share on other sites

  • 3 weeks later...

  • 2 weeks later...

how do i make the support button visible without oeminfo.ini??

i tried unsetting WS_DISABLE for the button but that didn't work.

here's mine, but i'd still like an answer to my question if anybody knows.

post-96717-1149035021_thumb.jpg

Edited by Ophiel X
Link to comment
Share on other sites

i can't believe you need any help at all after making that masterpiece, but here ya go ;)

oh yah! and big thanks for the cpl, i'm gonna take a look at your code!

The way I did the job:

used resource hacker > open sysdm.cpl

[support information/bmp]

Action menu> add new resource

your [support bmp] >name=SUPPORT and language 1033 or whatever your language is. (mine 1043)

right now navigate to dialog 102

add this code and delete old

CONTROL "SUPPORT", 51, STATIC, SS_BITMAP | SS_CENTERIMAGE | WS_CHILD | WS_VISIBLE, 65535, 2, 237, 97

CONTROL "OK", 1, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 206, 83, 26, 12

--done--

[oemlogo.bmp]

CONTROL "", 62, STATIC, SS_BITMAP | SS_CENTERIMAGE | WS_CHILD | WS_VISIBLE, 12, 65533, 334, 172

(edit size etcc---press compile script to preview--)

post-45325-1131990791_thumb.jpg

oww

right your question

you see don't sse it in one part because you need to delete the entry in dialog 101 of Bitmap 1 (just delete it)

Edited by Ophiel X
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...