2701
General Software Discussion / Reduce size of an image option in the contextual menu
« Last post by Contro on February 23, 2013, 12:00 PM »I would an utility for windows 7 64 for change size of an image through the contextual menu.



Code: AutoIt [Select]
#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_UseUpx=n #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** ;$inclip = "***CONTRO*** February 28, 2010 at 5:18am" ;$inclip = '01.02.2010.05.18' While 1 Local $hour = StringLeft(StringRight($temp, 7), StringInStr(StringRight($temp, 7), ':') - 1) + (12 * (StringRight(StringRight($temp, 7), 2) = 'pm')) Return StringRegExpReplace($temp, '.+\b.\d+, (\d{4}).+:(\d{2}).*', StringFormat('%02s', StringRegExpReplace(StringMid($temp, StringInStr($temp, ' ') + 1, 2), '([,\s])', '')) & '_' & StringFormat('%02s', Int(StringInStr('JanFebMarAprMayJunJulAugSepOctNovDec', StringLeft($temp, 3), 1) / 3) + 1) & '_\1 , ' & $hour & '_\2')-4wd (January 13, 2013, 04:58 AM)

If you have an app or program running that also uses this hotkey combo, there will be a conflict and it won't work.
The only software that I know of that does some of the things you want is WinPatrol. They have a free and a pro version, but you'll have to read to find out the difference between the two.
http://www.winpatrol.com-Tinman57 (January 12, 2013, 07:34 PM)



you can of course re-assign the various keys as you please
This claims to be able to do so for $15, but I have not tested it:
http://hkcmdr.anymania.com/-Curt (January 09, 2013, 06:20 PM)








You need to be explicit about where and how you need to use this. Expresso is an excellent program, and would certainly let you get the job done.-Renegade (January 08, 2013, 07:31 PM)





There are a slew of RE tester/tutor programs on the 'net. I use Expresso-robinsiebler (January 08, 2013, 01:55 PM)






