topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday September 20, 2026, 1:34 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 104 105 106 107 108 [109] 110 111 112 113 114 ... 158next
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.

 :-*
2702
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 13, 2013, 09:12 AM »
Code: AutoIt [Select]
  1. #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
  2. #AutoIt3Wrapper_UseUpx=n
  3. #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
  4.  
  5. ;$inclip = "***CONTRO*** February 28, 2010 at 5:18am"
  6. ;$inclip = '01.02.2010.05.18'
  7.  
  8. HotKeySet('^#!2', '_Doit') ; Win+Alt+Ctrl+2
  9.  
  10.         Sleep(1000)
  11.  
  12.  
  13.  
  14. Func _Doit()
  15.         $inclip = ClipGet()
  16.  
  17.         If StringLeft($inclip, 12) <> '***CONTRO***' Then
  18.                 $outclip = StringRegExpReplace($inclip, '(..)\.(..)\.(....)\.0?(.+)\.(..)', '\1_\2_\3 , \4_\5')
  19.         Else
  20.                 $outclip = _Valmorphanize(StringMid($inclip, 14))
  21.         EndIf
  22.  
  23.         ClipPut($outclip)
  24.         Sleep(50)
  25.         Send('^v')
  26.  
  27. Func _Valmorphanize($temp)
  28.         Local $hour = StringLeft(StringRight($temp, 7), StringInStr(StringRight($temp, 7), ':') - 1) + (12 * (StringRight(StringRight($temp, 7), 2) = 'pm'))
  29.         If Not Mod($hour, 12) Then $hour-=12
  30.         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')

Running to tryyyyy
 :-*
2703
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 13, 2013, 08:37 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

Running to try
 :-*
2704
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 10, 2013, 01:04 PM »
I see.
I am trying to find a program to test this :
1) hotkeys disactivated from the system
2) any important windows service desactivated
3) restore system desactivated

I don't think of a virus, but I would a software to tell me of things changed strange in the system.

Anyone knows about a software for this purpose ?

Best Regards
2705
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 10, 2013, 12:44 AM »
Ath I am having some sort of problem I am trying to repair :

https://www.donation...?topic=33623.new#new

We'll continue
 :(
2706
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 10, 2013, 12:40 AM »
I don't know the cause, but some days ago, 15 or 20, i have a strange problem when my pc goes to sleep. When wake a unit Y: was changed for unit I: and something goes wrong with the residents in the unit Y:
I have found no explanation, but obviously is my vice for testing software.
So may be one more time something affected the windows registry.
Additionally i can't modify the letter of the unit because the dissapeared letter Y: was no eligible.
 :-[
2707
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 10, 2013, 12:36 AM »
I have found a possible solution, but in spanish, so I will wait for more information.
This solution is affecting windows registry and is not difficult for me.

Best Regards
2708
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 09, 2013, 07:25 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/


I install Windows hotkey explorer
2709
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 09, 2013, 07:15 PM »
Don't solve my problem.
Win+M have no effect in my system w7-64
What can I do ?

Best Regards
2710
General Software Discussion / Re: Some hotkeys don't obey like win+m
« Last post by Contro on January 09, 2013, 06:46 PM »
I reinitiate.....
I hope solve the problem.
2711
General Software Discussion / Some hotkeys don't obey like win+m
« Last post by Contro on January 09, 2013, 04:34 PM »
Some hotkeys don't obey like win+m

How can i investigate this problem ?

Best Regards
2712
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 04:00 PM »
thanks Ath.
May be. I am having problems with dancing clips in Ditto. I don't know why.
I'll modify the hotkey and comment.
Best Regards
2713
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 09, 2013, 03:58 PM »
 :-\

I keep trying then.
 :-*
2714
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 08:03 AM »
 :-[

Nothing happen in my keyboard.
 :(
2715
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 07:34 AM »
 :)
Seems easy.
I will try right now
2716
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 06:04 AM »
 ;D

I am going to live in other planet

 :P
2717
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 09, 2013, 05:06 AM »
But that is not my purpose.

you have to go to other line and the target is format the selected line.
 >:(

2718
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 08, 2013, 10:09 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.

Me or Robin ?
 :-[
2719
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 08, 2013, 05:54 PM »
First I select the text "this is the text" and hit the hotkey control+alt+win+4 (ejem, 4 from the numerical keypad ?)
then paste

"this is the text"

nothing happen.
 :-[

Repeat now with 4 from the alpabhetical keypad

~~~"this is the text"

~~~"this is the text"

and happen that
 :huh:

But even i have additionally to control+V
I think is better select the text, hit the hotkey and obtain in his place the converted chain.

 :-*
2720
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 08, 2013, 05:27 PM »
I come to see....

"this is the text"


"this is the text"


Don't go. What am i doing bad

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn  ; Recommended for catching common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
^!#4::
{
    Send, ^c
    ClipWait, 5
    Clipboard := "*" . Clipboard . "\"
}
Return

 :-*
2721
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 08, 2013, 02:32 PM »
There are a slew of RE tester/tutor programs on the 'net. I use Expresso

Owwww. But it's not possible in my case. We keep trying
Best Regards
 :P
2722
Coding Snacks / Re: Put In brackets
« Last post by Contro on January 08, 2013, 02:28 PM »
Code: Autohotkey [Select]
  1. ^!#4::
  2. {
  3.     Send, ^c
  4.     ClipWait, 5
  5.     Clipboard := "*" . Clipboard . "\"
  6. }
  7. Return

Oh my God!!!!!!!!

Running to try
Best Regards
 :-*
2723
Coding Snacks / Put In brackets
« Last post by Contro on January 08, 2013, 03:03 AM »
 :-*
I would a little script for a simple purpose.
I select a phrase and with a hotkey i am able to put a character before the phrase and other after

Example :

I want to eat


I apply the hotkey control+alt+win+4 and obtain

*I want to eat\


Is it possible ?

 :-[
2724
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 07, 2013, 01:05 PM »
 :-[

Difficult indeed

Don't exist a script for this purpose ?

Best Regards
 :-*
2725
General Software Discussion / Re: Regular Expressions (help)
« Last post by Contro on January 07, 2013, 07:49 AM »
 :-*

Running to try.
Do you have an aproximate idea what I have to do ?
 ;D
Pages: prev1 ... 104 105 106 107 108 [109] 110 111 112 113 114 ... 158next