Jump to content

damian666

Active Members
  • Posts

    229
  • Joined

  • Last visited

About damian666

  • Birthday 11/15/1978

Recent Profile Visitors

532 profile views

damian666's Achievements

Polymath

Polymath (5/7)

0

Reputation

  1. i know it exists, but i wondered if its not present in this version like the normal one
  2. cant we set custom folder with includes?
  3. yes it is present, thats whats weird about it :P
  4. when i use it on win10, it does add the startup entry in the folder, but it wont run? any idea what could be wrong? _StartupFolder_Install("Icon Changer.exe", Default, "/check")
  5. Thanx for the read UEZ, that makes it clearer for me boththose, that single line fixed it all, thak you very much Solved.
  6. i really dont understand that... LOL
  7. what the hell... xd that did it Jos, using X64 compile made it report the right size. then my next question is... how the hell will i make it choose the right file if that doesnt work? using x86 compile should default to system32 right? and x64 compile should look in syswow... but now its backwards? O.o
  8. i compile it x86, always do but even when ran from scite it does the same...
  9. cool UEZ, just remember, that my imageres is patched with icons from 7/8, hence its size difference.
  10. hmm... that one is indeed 54.4, BUT... i explicitly use @WindowsDir & "\system32\" to get the right one, that should be the right one not?
  11. Hi guys, i have a script to change some icons in windows 10, because current icons are fugly Func SizeCheck() FileCopy(@WindowsDir & "\system32\imageres.dll", @ScriptDir & "\check-imageres.dll", 1) sleep(2500) local $size1 = Round(FileGetSize(@ScriptDir & "\check-imageres.dll") / 1048576, 1) local $size2 = Number(IniRead(@ScriptDir & "\FileSize.ini", "Sizes", "ImageRes.dll", "0")) TrayTip("Icon Changer", "Current size is " & $size1, 0, $TIP_ICONASTERISK) sleep(2500) TrayTip("Icon Changer", "Patched file size is " & $size2, 0, $TIP_ICONASTERISK) sleep(2500) ;FileDelete(@ScriptDir & "\check-imageres.dll") if $size1 = $size2 Then Return True Else Return False EndIf EndFuncmy problem is that the file reports 57.3mb in the destination, but when i copy it to the workdir, its 54.4mb anyone knows what the hell is up with that? Damian
  12. to be honest, no i didnt, i had no clue how to modify the code from the example to onevent mode, i always use o event, never use the other way xd i think your right, this is the best way, thank you very much dami
  13. hi melba23, thats a lot of code for such a little feature does this work with Opt("GUIOnEventMode", 1) ?
  14. hmm, that could work, ill try
×
×
  • Create New...