James Posted May 25, 2009 Share Posted May 25, 2009 This was posted on LifeHacker, nice Some people just wont shut up about it being eye-candy, that's the whole idea... No-one is forcing those idiots to use it. I like what you've done. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
jaenster Posted May 25, 2009 Share Posted May 25, 2009 can someone make a screenshot of his cmd? -jaenster Link to comment Share on other sites More sharing options...
James Posted May 25, 2009 Share Posted May 25, 2009 Or just check the first post to his DeviantART link. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
komalo Posted May 27, 2009 Author Share Posted May 27, 2009 This was posted on LifeHacker, nice Some people just wont shut up about it being eye-candy, that's the whole idea... No-one is forcing those idiots to use it. I like what you've done.oh crap, i just realized i forgot to include credit to you in the main post, sorry manyes they commented very hard on the program, i guess they r not an eye-candy fans [font="Palatino Linotype"][size="3"]AutoIt Script Examples :[/size][/font][font="Palatino Linotype"][size="3"]_CaptureBehindWindowGlass CMD for Windows Vista/Seven[/size][/font][left][/left][font="Palatino Linotype"][size="3"]Non AutoIt Script programs : Border Skin - Aero Glass On XP[/size][/font] Link to comment Share on other sites More sharing options...
komalo Posted May 27, 2009 Author Share Posted May 27, 2009 Or just check the first post to his DeviantART link.thanks for the screenshot , add to the first page [font="Palatino Linotype"][size="3"]AutoIt Script Examples :[/size][/font][font="Palatino Linotype"][size="3"]_CaptureBehindWindowGlass CMD for Windows Vista/Seven[/size][/font][left][/left][font="Palatino Linotype"][size="3"]Non AutoIt Script programs : Border Skin - Aero Glass On XP[/size][/font] Link to comment Share on other sites More sharing options...
FinalVersion Posted May 28, 2009 Share Posted May 28, 2009 Nice & Sexy.... [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center] Link to comment Share on other sites More sharing options...
James Posted May 28, 2009 Share Posted May 28, 2009 I applied the effect to MS Paint, set the canvas to black... Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
komalo Posted May 28, 2009 Author Share Posted May 28, 2009 (edited) I applied the effect to MS Paint, set the canvas to black...nice , can you put the whole window ? i want to see it Edited May 28, 2009 by komalo [font="Palatino Linotype"][size="3"]AutoIt Script Examples :[/size][/font][font="Palatino Linotype"][size="3"]_CaptureBehindWindowGlass CMD for Windows Vista/Seven[/size][/font][left][/left][font="Palatino Linotype"][size="3"]Non AutoIt Script programs : Border Skin - Aero Glass On XP[/size][/font] Link to comment Share on other sites More sharing options...
James Posted May 28, 2009 Share Posted May 28, 2009 nice , can you put the whole window ? i want to see it Sure.Nasty! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
James Posted May 30, 2009 Share Posted May 30, 2009 I update the script to add some DWM checking and Singleton (no crashing).New features:Aero must be enabledSingletonVista/Seven checkHave fun GlassCMD.au3 Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
FinalVersion Posted May 30, 2009 Share Posted May 30, 2009 Doesn't work for windows 7, So I'll remove: If @OSVersion <> "WIN_VISTA" Then MsgBox(16, "Glass CMD", "You must be running Windows Vista/Seven to use this!") Exit [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center] Link to comment Share on other sites More sharing options...
James Posted May 30, 2009 Share Posted May 30, 2009 Doesn't work for windows 7, So I'll remove: If @OSVersion <> "WIN_VISTA" Then MsgBox(16, "Glass CMD", "You must be running Windows Vista/Seven to use this!") ExitStrange worked for me. I'll check again in a bit. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
James Posted May 30, 2009 Share Posted May 30, 2009 In Windows Seven, @OSTYPE returns "WIN_VISTA" so it will work just fine. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
FinalVersion Posted May 31, 2009 Share Posted May 31, 2009 In Windows Seven, @OSTYPE returns "WIN_VISTA" so it will work just fine.Gives me "WIN32_NT", I'm using release candidate though, not beta. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center] Link to comment Share on other sites More sharing options...
James Posted May 31, 2009 Share Posted May 31, 2009 Gives me "WIN32_NT", I'm using release candidate though, not beta.Likewise. Just add a check for that too then. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
RomanK Posted May 31, 2009 Share Posted May 31, 2009 You're confusing things @OSTYPE will always return "WIN32_NT" on these operating systems: Windows NT, Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 2008, Windows 7, while @OSVersion will return "WIN_XP" on XP and "WIN_Vista" on both Windows Vista and Windows 7 (at least on the Beta and the Release Candidate). I guess Microsoft didn't create a "WIN_7" string for compatibility reasons. [font="Courier New"]http://RomanK.hondadesigns.com[/font] Link to comment Share on other sites More sharing options...
James Posted May 31, 2009 Share Posted May 31, 2009 I'm not confusing things, what I put in the code works. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
RomanK Posted May 31, 2009 Share Posted May 31, 2009 (edited) Sorry if I didn't express it correctly. All I wanted to say is, that not @OSTYPE returns "WIN_Vista", but @OSVersion. (see post #53) Edited May 31, 2009 by RomanK [font="Courier New"]http://RomanK.hondadesigns.com[/font] Link to comment Share on other sites More sharing options...
monoceres Posted May 31, 2009 Share Posted May 31, 2009 I guess Microsoft didn't create a "WIN_7" string for compatibility reasons. I'm pretty sure those strings are created by autoit from the values recieved from GetVersionEx Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
ProgAndy Posted May 31, 2009 Share Posted May 31, 2009 (edited) You're confusing things @OSTYPE will always return "WIN32_NT" on these operating systems: Windows NT, Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 2008, Windows 7,while @OSVersion will return "WIN_XP" on XP and "WIN_Vista" on both Windows Vista and Windows 7 (at least on the Beta and the Release Candidate).I guess Microsoft didn't create a "WIN_7" string for compatibility reasons.I think, these strings are defined by the AutoIt-Developers and they did not include Win7-detection yet.Why Microsoft is not able to create a func wich returns a unicq number for each OS so you wouldn't have to check this param for XP, another one for Vista and if both are set, it is se7en or something like that ;( Edited May 31, 2009 by ProgAndy *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now