Jump to content

dimm

Members
  • Posts

    9
  • Joined

  • Last visited

dimm's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. @Zedna, @VIP Latest version of ResHacker helped. Thanks!
  2. I just don't want to have useless resources in my console tool, this default icon group takes about 30 Kb almost every Windows system console app
  3. Exactly
  4. already trying this from ResHacker's GUI and gets application launch error after saving changes
  5. My question is about file icon, not tray
  6. Is it possible to compile script without any icon resources included? When I make exe it uses default system icon of current OS even if I compile as console application. On other versions of Windows it looks a little strange Update: It seems that the only way is remove icons from exe after compilation using resource editors like ResHacker. another bad solution: Using corrupted 35 bytes icon file. Windows can't load it and shows default system icon. #pragma compile(Icon, broken.ico) broken.ico
  7. is it possible to know the modification date of the registry key?
  8. To hold a key down (generally only useful for games) Send("{a down}");Holds the A key down Send("{a up}");Releases the A key i'm asking how to hold up, down... Send("{up down}") Send("{up up}") Send("{down down}") Send("{down up}") is not work
  9. And how to hold arrow keys {UP} {DOWN} {LEFT} and {RIGHT} ?
×
×
  • Create New...