Jump to content

Mangix

Member
  • Posts

    123
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Mangix

  1. foobar2000 for music. the **** thing is simply the best. there is nothing better than it; and nobody can convince me otherwise. as for Videos, DVDs, and similar s***, Media Player Classic along with ffdshow.
  2. eh? I can already do this with nVidia's drivers(which i need to update)
  3. Wikipedia says that phillos and phillo means love so...
  4. my 2 cents in this thread. since there are pretty much little to no 64-bit builds of popular codecs or media players, x64 users are kind of stuck with using 32-bit builds(which should work in most cases). also, if anyone here uses ffdshow, celtic_druid made a 64-bit version of ffdshow which should work(haven't tested it yet because i don't have a 64-bit OS). anyways, here's a link. http://ffdshow.faireal.net/#ffdshow
  5. that wordlingo site is working fine here. although i can't translate from english to greek properly(when i typed in Corpse, i didn't get necros and when i typed in love, i didn't get philos). i'm also using Opera 9.10 if that makes any difference(weekly build) as for the javascript issues, try getting rid of your User javascripts. there's a high chance that they are causing the issues that you are experiancing.
  6. i got a new one. the only thing i changed is the wallpaper. i swear to god i can't find a good one . but anyways, in spite of the holidays, that's the wallpaper i got. enjoy . Dirty: Clean: as always, very highly compressed
  7. what is the visual style which you are using? don't tell me it's WindowBlinds edit: also, how to you have the clock displaying 13:07 instead of 1:07 PM?
  8. no, i just have it there. i never really use the quick launch. the dock > the quicklaunch
  9. new one for this month. i got tired of the old one so i changed it a little bit. i only changed the wallpaper since the last one that i had was boring me. enjoy! as always, highly compressed.
  10. since i feel crazy today, here's a new crazy screenshot Mac OS X FTW
  11. considering i will never use the framework and probably nothing which will depend on the network, it's better for me to just not have it installed. anyways, let's stop talking about it. the framework has been talked about enough already.
  12. i used the official installer. i wonder how anyone would find the time to make a 3rd party installer on the day that it was released... i have the framework uninstalled, but the framework should install a new icon in control panel(forgot the name). when i clicked it, it told me some service crashed...i then killed the **** thing. too much of it.
  13. I hope that all the useless stuff was actually removed from your system Dotnet2 also left a lot of rubbish behind after de-installation. the other stuff had separate uninstallers so i just used those. i think that everything is removed but i'm not sure. i also checked Program Files and nothing there. hardly
  14. i installed it. then i uninstalled it. it installed sooooooooo much useless stuff(some of which actually crashed).
  15. i got a new wallpaper. i got rid of the wallpaper because i found too many artifacts in it. must have been compressed to 70% or something. anyways, here it is. Clean: Dirty: as always, very highly compressed
  16. well, after searching Microsoft for some info, i found out about getting the info from the Clipboard here. the current code that i have right now is this. Set objIE = CreateObject("InternetExplorer.Application") objIE.Navigate("about:blank") clpData = objIE.document.parentwindow.clipboardData.GetData("text") objIE.Quit Set objShell = CreateObject("Wscript.Shell") right now, i'm not really sure how to make the script figure out if the Clipboard contains a string.
  17. well, when it comes to Audio CDs, Exact Audio Copy is always the best.
  18. that sucks. so how about checking the info in the Clipboard?
  19. Greetings, is there any way to check if the clipboard contains an image?
  20. here's mine for this week. today, i turned on the Themes service and tried out the Zune theme and the Royale Noir theme but both didn't satisfy me. so for right now, i'm sticking with HmmXP's sexiness. Clean: Dirty: as always, very highly compressed
  21. new desktop. i stopped using IrfanView and XnView beacuse they have some weird writing support that causes me to have bigger filesizes(even when compressed with PNGOUT). back to OptiPNG and PNGOUT. Clean: Dirty: i swear to god, DragonForce is the best band. they've also been nominated 4 times in Guitar World .
  22. here's the story. i am trying to make a right click menu which is supposed to re-compress a PNG file using IrfanView. the right click menu calls a .bat file named cvrtopng.bat which has the following. cd "C:\Program Files\IrfanView" cvrtopng.vbs %1 the cvrtopng.vbs file has the following code. If WScript.Arguments.Count = 1 Then orgName = WScript.Arguments.Item(0) savName = Replace(orgName, ".png", "-compressed.png") Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run("C:\Program Files\IrfanView\i_view32.exe" & orgName & "/convert=" & savName) Else MsgBox("Use the parameters properly, b***h!") End If the problem is, a messagebox appears and says it can't find the file. the line is 5 and the char is 2(which seems weird). so can anyone tell me how to fix this?
  23. new one this time. i decided to go with a more simple wallpaper. and also, i have to admit that i am a DragonForce addict Dirty: Clean: if anyone wants to know about the wallpaper, it was made by KoL. Enjoy! i also found a better way of compressing the PNGs which right now is really working out for me.
×
×
  • Create New...