|
-
Jun 22nd, 2001, 01:58 PM
#1
The new one, i jsut want to know how to change the "Start button and icon" to mine
-
Jun 22nd, 2001, 02:05 PM
#2
-
Jun 22nd, 2001, 11:15 PM
#3
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
-
Jun 23rd, 2001, 01:56 AM
#4
Fanatic Member
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)
-
Jun 23rd, 2001, 11:43 AM
#5
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)
-
Jun 24th, 2001, 02:46 PM
#6
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|