Results 1 to 6 of 6

Thread: PsychoMark read please

  1. #1
    DaoK
    Guest

    Talking

    The new one, i jsut want to know how to change the "Start button and icon" to mine

  2. #2
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    "i jsut want to know how to change the "Start button and icon" to mine"


    download Start Button Skinner



    It uses a top-secret technique. So if I tell you, I must kill you .

    Well ok, I'll tell you (I'm just too damn nice ). This is basically what it does:

    - Find the start button
    - Get it's position relative to the taskbar
    - Hide it!
    - Put a new window on the position retrieved in step #2
    - Make the taskbar it's parent, so that it moves whenever the taskbar is dragged...
    - Paint it with the skin, and when it's clicked, raise the start menu by faking the 'Start Menu' button being pressed on the keyboard...
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

  3. #3
    DaoK
    Guest
    I worked a little on it and I did all these step:
    - Find the start button
    - Get it's position relative to the taskbar
    - Hide it!
    - Put a new window on the position retrieved in step #2

    ^^

    In few i will be able thx you man

  4. #4
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    If you need any pieces of source code, just ask. Although it's written in Delphi, the part which I explained is plain API, so it can be easily recreated in VB.
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

  5. #5
    DaoK
    Guest
    Code:
    ButtonHandle = CreateWindowEx(0, "BUTTON", "DaoK", WS_CHILD, 0, 0, Wt, Ht, TaskBarHandle, 0, App.hInstance, 0)
    That where I can change the text I just need to know where to add an icon or something like that (picture)

  6. #6
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    Originally posted by DaoK
    That where I can change the text I just need to know where to add an icon or something like that (picture)

    Well, I didn't exactly create a window like that, I used the standard TForm in Delphi

    But this could work too, just paint some picture on it. I didn't seperate text and icon, because that would limit the skin's appearance options, so I just used BitBlt to draw it...
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width