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 take care and Happy New Year -Chris
|
|
|
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
|
#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 }
|
|
|
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.
|
|
|
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 //edit or is there a command line option to start the app, then I could make a service myself //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 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
|
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 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?
|
|
|
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 pretty please for bugfix -Chris
|
|
|
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
|
|
|
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 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 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.
|
|
|
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 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 //edit Ohhh I thought it would be a permanent solution, but after a restart the settings are gone
|
|
|
34
|
Help / Windows 7 / Re: Weird context menu bug
|
on: October 29, 2009, 11:39:32 pm
|
ohh thank you 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 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
|
|
|
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 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
|
|
|
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 so much for the customer satisfaction... 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
|
|
|
|