Vista Style Builder

  Home Help Search Login Register  
  Show Posts
Pages: [1] 2
1  Main / Announcements / Re: Resource Spy on: December 30, 2012, 02:14:20 pm
there is a way to run it in memory but I forget how to do it.
Panda-x showed me how
but that was long ago
I hate to ask/request again, but if there is a command line to start the tool after launch/disable logging, it would be incredible useful Cheesy

take care and Happy New Year
-Chris
2  Main / Announcements / Re: Resource Spy on: January 22, 2012, 06:54:12 pm
thx sounds promising
3  Main / Announcements / Re: Resource Spy on: January 21, 2012, 05:25:13 pm
is there any progress on this tool? the memory leak (think it has something to do with the logging) has to be fixed and a few options for run as service etc. would be nice
4  Help / Windows 7 / Re: How can I remove the Caption Icon? on: October 17, 2011, 07:23:21 pm
Code:
#NoTrayIcon
#Persistent
#NoEnv
#SingleInstance, Force
SetWorkingDir, %A_ScriptDir%
DetectHiddenWindows, Off
OnExit, Cleanup
SysGet, TBarHeight, 4

Menu, Tray, NoStandard
Menu, Tray, Add, Exit, Cleanup

Gui +LastFound
hWnd := WinExist()

; Hook the shell.
; http://www.autohotkey.com/forum/viewtopic.php?p=123323#123323
DllCall( "RegisterShellHookWindow", UInt, hWnd )
MsgNum := DllCall( "RegisterWindowMessage", Str, "SHELLHOOK" )
OnMessage( MsgNum, "ShellMessage" )

; Create a blank cursor for use instead of a blank icon file.
; http://www.autohotkey.com/forum/viewtopic.php?p=220113#220113
VarSetCapacity( AndMask, 32*4, 0xFF ), VarSetCapacity( XorMask, 32*4, 0 )
hIcon := DllCall( "CreateCursor", Uint, 0, Int, 0, Int, 0, Int, 32, Int, 32, Uint, &AndMask, Uint, &XorMask )

; Initial loop to blank out existing windows.
WinGet, s, List
Loop, % s
{
    s := s%A_Index%
    ;SendMessage, 0x80, 0, hIcon, , % "ahk_id " . s
}

; MsgBox, 36, TBarIconBlanker, Would you like to enable the min/max/close buttons tweak as well?
; IfMsgBox, Yes
; {
;     MinMaxCloseOption := 1
;     SetTimer, WatchCursor, 100
; }
;MinMaxCloseOption := 1
;SetTimer, WatchCursor, 100

Return ; End of auto-execute section.


; ------------------------------------------------------------------------
; Subroutines ------------------------------------------------------------
; ------------------------------------------------------------------------

Cleanup:
{
    If ( MinMaxCloseOption = 1 ) ; Restore titlebar buttons on close.
    {
        WinGet, s, List
        Loop, % s
        {
            s := s%A_Index%
            WinSet, Style, +0x80000, % "ahk_id " . s ; Restore min/max/close buttons.
        }
    }
    ExitApp
}
Return


WatchCursor:
{
    MouseGetPos, , yPos, CurrID,
    If ( yPos >= 0 and yPos < ( TBarHeight + 3 ) )
    {
        WinSet, Style, +0x80000, % "ahk_id " . CurrID ; Restore min/max/close buttons.
        SendMessage, 0x80, 0, hIcon, , % "ahk_id " . CurrID ; Blank out titlebar and taskbar icons.
    }
    Else
    {
        WinSet, Style, -0x80000, % "ahk_id " . PrevID ; Get rid of min/max/close buttons.
        WinSet, Style, -0x80000, % "ahk_id " . CurrID ; Get rid of min/max/close buttons.
        SendMessage, 0x80, 0, hIcon, , % "ahk_id " . CurrID ; Blank out titlebar and taskbar icons.
    }
}
Return


; ------------------------------------------------------------------------
; Functions --------------------------------------------------------------
; ------------------------------------------------------------------------

; Shell hook to blank out windows that are subsequently created.
ShellMessage( wParam, lParam )
{
    Global hIcon, MinMaxCloseOption, PrevID
    If wParam in 1,6,32772
    {
        SendMessage, 0x80, 0, hIcon, , % "ahk_id " . lParam ; Blank out titlebar and taskbar icons.
        If ( MinMaxCloseOption = 1 )
        {
            WinSet, Style, -0x80000, % "ahk_id " . lParam ; Get rid of min/max/close buttons.
        }
    }
    PrevID := lParam
}
5  Help / Windows 7 / Re: How can I remove the Caption Icon? on: October 17, 2011, 01:18:01 pm
there is an autohotkey script somewhere
6  Tips and Visual Styles / StyleHacks / Re: ShutDown Star Button Stylehack on: September 10, 2011, 09:23:58 pm
thanks
7  Help / Windows 7 / Re: Taskbar clock shadow on: September 01, 2011, 09:44:48 pm
Thank you all,

I experimented with shadow and glow and now I've a very nice compromise, it's a real shame that it is not a real shadow, but it still looks nice.
8  Help / Windows 7 / Re: Taskbar clock shadow on: September 01, 2011, 03:19:03 pm
nope, nothing changes Wink
9  Help / Windows 7 / Re: Taskbar clock shadow on: September 01, 2011, 01:53:44 pm
it's set to 16 Cheesy
10  Help / Windows 7 / Re: Taskbar clock shadow on: August 31, 2011, 08:44:07 pm
okay that's not an issue, I'm using Museo
11  Help / Windows 7 / Taskbar clock shadow on: August 31, 2011, 03:50:28 am
Hi @ all,

I'm trying to add a small shadow (1-2px underneath the text) to the taskbar clock text, I already tried with textglow etc...
but I still can't get a satisfying result and the textshadow option seems to have no effect.

Is there a stylehack available or am I using the wrong settings?

Composited:Bool | check
Textshadowoffset:Position | 2,2
Textshadowcolor:Color | black
Textshadowtype:Enum | Single

Thanks
-Chris
12  Other / Other / Re: IE9 beta on: September 18, 2010, 02:14:32 pm
I don't like it, its slow and the weirdest part is the border around the render window, sometimes its there and sometimes its gone, and it has still his problems with w3c rules/standards.

stick to Chrome, but I really dig the latest FF4 betas
13  Main / Announcements / Re: Resource Spy on: August 14, 2010, 03:56:05 pm
Okay I tested it and its great, explorer.exe works too, but only if you kill it, start resource spy and start explorer.exe again

great tool, now it needs an option to run as a service and starts automatically before login Wink


//edit
or is there a command line option to start the app, then I could make a service myself Cheesy


//edit2
and maybe disable the logging, after a few hours the app almost eats up over 200mib of Ram, when I click "clear" its back to 6mib
14  Main / Announcements / Re: Resource Spy on: August 12, 2010, 07:45:49 pm
in the video I think I saw why you can't change the explorer etc.

the resource spy app has to run before the modified application, but the explorer is always one of the first apps
maybe if you could run resource spy as a service, you could modify the explorer.exe too...

ciao
-Chris
15  Help / Windows 7 / Re: Separator problem on: August 09, 2010, 08:15:20 am
utorrent uses a invert/dim system Cheesy

its hard to explain, if you change your classic colours to white for example, some borders and lines are black, I've seen this in utorrent and notepad2 I think, you've just to change the colours a little bit, and watch the result
16  Help / Windows 7 / Re: Getting rid of "Open" command in folderband on: July 29, 2010, 09:32:31 pm
 Wink and now we are back at the beginning, open icon hidden/view icon hidden
maybe its just not possible to show the view icon if the open icon is hidden  Huh?

have a nice and relaxing evening
-Chris

//Edit
but now I thought about it, and its actually a great idea if you could hide the preview pane and help icon.
Is it possible to hide them too?
17  Help / Windows 7 / Re: Getting rid of "Open" command in folderband on: July 29, 2010, 08:56:28 pm
no its the same like rajtheeban's

the open icons are only hidden for folders and libraries, not for files
18  Help / Windows 7 / Re: Getting rid of "Open" command in folderband on: July 29, 2010, 07:36:49 pm
LOL
okay now the view icons are back, but the open icon is still there

ONLY
on folders and libraries the icons are hidden! but thanks for the cool slide effect in the info panel Cheesy

pretty please for bugfix
-Chris
19  Help / Windows 7 / Re: Getting rid of "Open" command in folderband on: July 28, 2010, 08:55:18 pm
But I've a small problem with the shellstyle
now the "View" icons are gone too Cheesy

is it possible to hide the open with icon, but show the view icons?

take care
-Chris
20  Help / Windows 7 / Re: Calendar Question on: June 06, 2010, 05:07:52 pm
its not in the theme

here is a remover
http://www.neowin.net/forum/topic/879012-universal-focus-rectangle-remover-updated/
21  Help / Windows Vista / Re: how i can change the layout in this area on: May 29, 2010, 02:13:05 pm
U just need to make a small close button in the image, you know make the right side blank
22  Help / Windows 7 / Re: Some fonts locations on: April 16, 2010, 07:15:32 pm
Do you've a 64bit windows?

Yes? then you've to edit the explorerframe for 32bit too
23  Help / Windows 7 / Re: Font Smoothing on: April 09, 2010, 09:42:17 pm
yeah its a little bit better Cheesy but still not the same Tongue
24  Help / Windows 7 / Re: Font Smoothing on: April 09, 2010, 08:16:00 pm
its nice but not the same, besides isn't the font in the caption also Segoe UI regular
25  Help / Windows 7 / Font Smoothing on: April 09, 2010, 07:44:55 pm
Hi there, does anybody know how to smooth the font just like in the titlebars

yeah yeah I know GDI++, but that doesn't work with x64 and its not that good...
I add an example, as you can see the text in the foobar titlebar is much smoother than in the playlist

thanks in advance
-Chris
26  Windows Style Builder / Bug Reports / Re: Dialogs. on: March 07, 2010, 06:03:22 pm
yeah still have it too, its really annoying and almost impossible to create a VS this way  Cry

I hope its getting fixed soon
27  Help / Windows 7 / Re: Visual style images. Double border? on: December 19, 2009, 11:25:43 pm
okay thanks, doesn't make much sense though :confused:
28  Help / Windows 7 / Re: Visual style images. Double border? on: December 19, 2009, 06:08:18 pm
I added a image so you can see what I mean Cheesy

you see on the left side there is border, this border has a width of 2px but in the saved VS there is only 1px border visible
29  Help / Windows 7 / Visual style images. Double border? on: December 19, 2009, 05:36:33 pm
Hi @all,

I finally have some time to create my own VS, instead of simple mod some others Wink
but I find it very strange, I create some images and imported them to 7SB, and when I tested them they look really distorted, then I started a new one and opened some images and is it normal that every single one has a double border?

After I saved the VS there are no 2px borders like in the close buttons for example. In the image there is border around the main border with the exact same colours and width.
30  Windows Style Builder / Bug Reports / Re: Avestyler (theme list problem) on: December 16, 2009, 11:40:04 pm
ahh thanks, good to know Smiley
31  Windows Style Builder / Bug Reports / Avestyler (theme list problem) on: December 16, 2009, 07:47:40 pm
I don't know if this is a bug or just my stupidity Cheesy but I installed some themes with Avestyler and FYI the themes are not in the Windows folder they are on my data drive (for backup reasons)
but after a while I delete some themes from my HD.

Anyway they still in the Avestyler list and I can't delete them because they are not longer on the HD.
How can I remove them from the Avestyler list without the real files.

thanks
-Chris
32  Other / Other / Re: Hacking away on the captionbuttons... on: December 01, 2009, 02:44:18 pm
okay I understand your problem, but I think that more users want to make them smaller not bigger Cheesy

//edit
Ohhh  Sad I thought it would be a permanent solution, but after a restart the settings are gone
33  Other / Other / Re: Hacking away on the captionbuttons... on: December 01, 2009, 10:51:46 am
Ohh cooooool, this is exactly what I was looking for, works great, thanks
34  Help / Windows 7 / Re: Weird context menu bug on: October 29, 2009, 11:39:32 pm
ohh thank you Cheesy I would never have thought of that, I reinstalled N++ the day I tested the Clearscreen theme
and I gave the blame to this poor skin Wink

thank you very much
-Chris

Have a nice evening =)
35  Help / Windows 7 / Weird context menu bug on: October 29, 2009, 11:07:51 pm
Since I installed the Clearscreen theme a few days ago, I had this weird menu bug, I read its not final but I test it anyway, its works great, until I saw that the file right click context menu isn't skinned anymore

here are some pics, as you can see the folder context menu is fine, just not for the file menu, don't know why Cheesy
36  Help / Windows 7 / Resize Close Button on: October 20, 2009, 10:05:40 am
Hi,
want to ask is it possible to resize the close button, for example I want to create round shapes for all the caption buttons, same size for all three,
but then the close button
1. has to much space
2. is too much to the left or right
3. plain ugly Cheesy

I tested it and just made the image smaller, but then the VS resizes the image and made the same big even more ugly fat button

Thanks and have a nice day
-Chris
37  Main / Announcements / Re: VSB 1.5 Released on: October 19, 2009, 10:06:09 pm
I think I narrowed down, why this save bug thingy happens.

If I use the test button/or the "Use the VS" after saving, saving won't work anymore, this happens with AveStyler too, if I add and delete some VS to the list, I can't open the install dialog anymore *confused*

hope this helps Cheesy
38  Main / Announcements / Re: VSB 1.5 Released on: October 19, 2009, 04:31:53 pm
 Angry

still have this save bug, after I edited some images it wont show the save dialog
39  Main / Announcements / Re: Upcoming VSB 1.5 on: October 12, 2009, 07:10:09 pm
Hi there,

I had this dialog open problem and want to be a beta tester.

About the startbutton, I think it should be part of avestyler/stylebuilder, I think a lot of people would be happy about it and since I bought the two apps, it would be very kindly of you Cheesy
so much for the customer satisfaction... Wink

take care
-Chris
40  Help / Windows 7 / Re: Cant save my themes on: September 13, 2009, 01:12:49 pm
My experience is that it works just fine under Win 7. But you have to implement the fix mentioned here about the FirstImageId first. After that any themes worked on previously should be resaved.
I did that and I think it has nothing to do with the crashing of VSB Wink
Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!