topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 16, 2024, 2:53 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Contro [ switch to compact view ]

Pages: prev1 ... 122 123 124 125 126 [127] 128 129 130 131 132 ... 158next
3151
Finished Programs / Re: SOLVED: Script to send email, but ....
« on: June 26, 2012, 10:40 AM »
You could try my software NoteMe

Of course. Running
 :-*

Best Regards

3152
Software for creating a new entry in the main contextual menu of windows xp pro sp3

for windows xp pro sp3

Create a entry for propose a new notepad++ document in the main contextual menu.

See adjunt.

Is create an entry in the main contextual menu. Not in the secondary "new context menu" (in the screenshot in spanish "Nuevo")

I have tried several codes without success trying to vary the windows xp pro registry

Like this one :

Windows Registry Editor Version 5.00

 
; Esta clave es para que la opción se muestre en el menú contextual del fondo del escritorio.
;
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Nuevo Notepad++ Documento]
"icon"=hex(2):25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,66,00,69,00,6c,\
  00,65,00,73,00,25,00,5c,00,4e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,\
  2b,00,5c,00,4e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,\
  00,78,00,65,00,00,00
"position"="middle"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Nuevo Notepad++ Documento\command]
@="CMD /C FSUTIL file createnew \"Documento de texto.txt\" 0 & Exit\""
 
 
; Esta clave es para que la opción se muestre en el menú contextual del fondo del directorio.
;
[HKEY_CLASSES_ROOT\Directory\Background\shell\Nuevo Notepad++ Documento]
"icon"=hex(2):25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,66,00,69,00,6c,\
  00,65,00,73,00,25,00,5c,00,4e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,\
  2b,00,5c,00,4e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2b,00,2b,00,2e,00,65,\
  00,78,00,65,00,00,00
"position"="middle"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Nuevo Notepad++ Documento\command]
@="CMD /C FSUTIL file createnew \"Documento de texto.txt\" 0 & Exit\""
 
 
; Estas claves son para que una vez creado el nuevo archivo, Se abra automáticamente con Notepad++.
;
;Escritorio:
;[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Nuevo Notepad++ Documento\command]
;@="CMD /C FSUTIL file createnew \"Documento de texto.txt\" 0 & Start /B %%Programfiles%%\Notepad++\Notepad++.exe\" \"Documento de texto.txt\""
;
;Directorio:
;[HKEY_CLASSES_ROOT\Directory\Background\shell\Nuevo Notepad++ Documento\command]
;@="CMD /C FSUTIL file createnew \"Documento de texto.txt\" 0 & Start /B %%Programfiles%%\Notepad++\Notepad++.exe\" \"Documento de texto.txt\""
:-*


3153
I am here waiting ...

http://i126.photobucket.com/albums/p108/random17_bucket/emoticons.jpg


 :P

3154
Finished Programs / Re: SOLVED: Script to send email, but ....
« on: June 25, 2012, 01:34 PM »
What I really want is a script to send an email with no problem
 :P

3155
Post New Requests Here / Re: Wish list program
« on: June 25, 2012, 09:31 AM »
This actually isnt AHK but rather programmed in C++ using Borland RAD Studio. Sorry :(

I try to use this program now. And i am having some problem because don't save items.
So i try go to the link proposed as the home soft, but don't go. Ask me user/password.

What can i do ?

Best Regards

3156
Running

 ;D

3157
I would like a soft similar to this emptytxtfile.ahk (code under) , but for create folders instead of empty txt files .
And, if possible, with some addons :
- Folder of the month in format mm.yyyy
- folder of the year in format yyyy
- Folder of the day in format dd.mm.yyyy
- combined folder type : dd.mm.yyyy.<text>
- Possibility to create folders style : prg1, prg2, .... , prg9
- Possibility to create several folders at once.
- List of predetermined folders.

The original similar script, but for .txt files is :
https://www.donation...33.new;topicseen#new

#SingleInstance Force

#if winactive("ahk_class CabinetWClass")
{
  #b::
  Gui, Destroy
  WinGet, WinID, ID, A
  ControlGetText, DesPath, Edit1, ahk_id %WinID%
  Gui, Add, ListView, r10 NoSort gChoose vChosenName h300 w400, File Name
   For A,B in {1:"Instrucciones.txt",2:"Instalar en mv.txt", 3:"Es mal portable. Instalar como no portable.txt", 4:"Instalado como portable.txt", 5:"Instalar cuando se pueda.txt", 6:"ReciboLLamadaAlas.proponer fecha hora.txt", 7:"Ver pantallazos.proponer fecha hora.txt", 8:"Ver grabaciones de la fecha.proponer fecha sistema.txt", 9:"password   pegado del portapapeles.txt", 10:"Avira detecta virus. en parte a especificar.txt", 11:"File11.txt", 12:"Es un juego.txt", 13:"Es para entorno MAC Apple.txt", 14:"Tambien tienen versiones de pago.txt", 15:"No es buen portable.Instalado como portable.txt",16:"No funcione en xp. es para w7 o sup.txt", 17:"File17.txt",18:"File18.txt",19:"File19.txt", 20:"File20.txt", 21:"File21.txt",22:"File22.txt", 23:"File23.txt", 24:"File24.txt",25:"File25.txt",26:"File26.txt"}
    LV_Add("",B)
  Gui, Show, h300 w420, Choose File Name
  Return
 
  Choose:
  LV_GetText(ChosenName, A_EventInfo)
  Gui, Destroy
  FileAppend,, %DesPath%\%ChosenName%
  Sleep, 850
  While (ClipBoard != DesPath "\" ChosenName)
  {
    Send, % SubStr(ChosenName, 1, 1)
    Sleep, 15
    SendInput, ^c
    Sleep, 15
  }
  Return
}

The screenshots :

http://img232.imageshack.us/img232/4953/mozart2506201212746.png

http://img401.imageshack.us/img401/6811/mozart2506201212733.png



Features suggested in the screenshots with commentaries :

- the possibility of check several name folders for multiple creation. It's only an idea.

http://j-bird.source...ge.net/checklist.gif

https://www.google.e...biw=1695&bih=851

 :-*

Best Regards



3158
General Software Discussion / Re: Using middle mouse click
« on: June 24, 2012, 06:14 PM »
 ;D

Solved with help of Miles Ahead

; ~MButton::   ; como no veo interacción con el comando anterior lo pongo como comentario y pruebo con el siguiente :
; ~MButton
MButton::
; Process,Exist,gmw5.exe
  Process, Exist, gmw5.exe
  if (ErrorLevel) ; process is running
;    WinActivate, gmw5_window_title ; whatever the title or class is
     WinActivate, GoldMine 5.5  ; creo que este es el título. sí lo es. Comprobado con AA
  else
;    Run, Y:\GoldminePrg\gmw5.exe /i:esm /u:JOSE /p:
     Run Y:\GoldminePrg\gmw5.exe /i:esm /u:JOSE /p:
  return
 
; lo único es que desactiva el botón central en FF para ir a pestaña nueva enlace


3159
General Software Discussion / Re: Transpose 2.3.0.5
« on: June 24, 2012, 04:50 PM »
ReOpen is stable. I don't plan any updates. I don't use it myself anymore. I use FolderCache and ReRun to accomplish the same thing. ReRun can capture command line args where ReOpen can't.  Also AutoIt3 hotkey handling is not as good as AHK_L. In ReOpen I just test if middle mouse button is down. Way too primitive to add stuff onto.

Try something like this in ahk_l

~MButton::
  Process,Exist,gmw5.exe
  if (ErrorLevel) ; process is running
    WinActivate,gmw5_window_title ; whatever the title or class is
  else
    Run,Y:\GoldminePrg\gmw5.exe /i:esm /u:JOSE /p:
return

If you only want the middle button click to fire in certain windows or
on the desktop see the help for #IfWinActive directive.

You may have to experiment with quoting the command line params but it shouldn't take much to get it working.


 :-*
Going to learn.
ReOpen is stable. I am a witness  :P

http://img101.imageshack.us/img101/7251/besotene2.gif



P.D. Finally I get after a hard fight with my ignorance :

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

 :P

3160
 :(
I am doing something bad.
When I try to change the list storage path the soft hangs.
 :-*

and also when I try create a new list
My system is windows xp pro sp3

Generate log file and the path hang the program in my system. I can't browse the path.

When I try to edit in the button in the bottom task bar (edit the kill list) of the soft I finally obtain the kill list editor, but if I try to maintain empty the path (initially is empty) I obtain the message :
Could'n create kill list Check disk space .

Load kill list hangs the program

 :(

I can do nothing.





3161
 :)
Running
I will coment.

Best Regards
 :-*

3162
General Software Discussion / Using middle mouse click
« on: June 24, 2012, 03:16 PM »
I am thinking about the middle mouse click
One of my often moves is go to see the main goldmine window
Goldmine is my CRM and knowledge base. I use continually.
So the clicks to make active the goldmine windows are very very often. May be 300 times a day.
At the present I need to move the mouse to click on the icon in the task bar or in the window in the task bar (excuse my english) . I'll put a screenshot.
Inside FF  when i click in the middle mouse click I paste. But I really i am used to use Ditto (Ditto is a multi clipboard very special) or Ctrl-V.
MilesAhead script ReOpen give the possibility to use the middle mouse click to hotkey and see a list.
So.
I think for me is specially useful that the middle mouse click have the following special function.

Really two functions.

If goldmine is open :
Activate his window
This way

http://img715.images...rt24062012210049.png

If Goldmine is not open, then open the program with this command :

Y:\GoldminePrg\gmw5.exe /i:esm /u:JOSE /p:

http://img3.imagesha...4062012205151mod.png
so I need an If ?

The main process of Goldmine is : gmw5.exe

I have taken the Goldmine window information with ActiveWindow info

>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<
GoldMine 5.5
ahk_class GMFrame

>>>>>>>>>>>>( Mouse Position )<<<<<<<<<<<<<
On Screen:   1096, 467  (less often used)
In Active Window:   1096, 466

>>>>>>>>>( Now Under Mouse Cursor )<<<<<<<<
ClassNN:   MDIClient1
Text:   
Color:   0xC8D0D4  (Blue=C8 Green=D0 Red=D4)

>>>>>>>>>>( Active Window Position )<<<<<<<<<<
left: 0     top: 1     width: 1920     height: 1001

>>>>>>>>>>>( Status Bar Text )<<<<<<<<<<

>>>>>>>>>>>( Visible Window Text )<<<<<<<<<<<
Active Window Info Autohotkey
Documento|Tipo|Archivo|Fecha|Propietario
Lista de contactos
&Buscar valor:
&Orden:
&3ª columna:
C&omprimir
Co&ntactos principales
&Contactos adicionales
S&inc 3ª columna c/orden
&Sincronizar ventana Contacto
Genérico2
Estándar
Programar
Correo electrónico
Varios
Macros
Registro
Herramientas
Configurar

>>>>>>>>>>>( Hidden Window Text )<<<<<<<<<<<
Básico
Getting Started
Basic
Standard
Schedule
E-mail
Misc.
Record
Tools
Setup
Introducción

>>>>( TitleMatchMode=slow Visible Text )<<<<
active window info
Contacto                                                                        ::03,02 ;;CONTACT

>>>>( TitleMatchMode=slow Hidden Text )<<<<
Empresa

I would like a little script to use the middle mouse click in the way expressed above.

Best Regards






3163
General Software Discussion / Re: Transpose 2.3.0.5
« on: June 24, 2012, 03:08 PM »
I am thinking about the middle mouse click
One of my often moves is go to see the main goldmine window
Goldmine is my CRM and knowledge base. I use continually.
So the clicks to make active the goldmine windows are very very often. May be 300 times a day.
At the present I need to move the mouse to click on the icon in the task bar or in the window in the task bar (excuse my english) . I'll put a screenshot.
Inside FF  when i click in the middle mouse click I paste. But I really i am used to use Ditto or Ctrl-V.
MilesAhead script ReOpen give the possibility to use the middle mouse click to hotkey and see a list.
So.
I think for me is specially useful that the middel mouse click have the following special function.

Really two functions.

If goldmine is open :
Activate his window
This way

http://img715.imageshack.us/img715/8408/mozart24062012210049.png


If Goldmine is not open, then open the program with this command :

Y:\GoldminePrg\gmw5.exe /i:esm /u:JOSE /p:

http://img3.imageshack.us/img3/962/mozart24062012205151mod.png

so I need an If ?

Sorry I think I must open a new post for this problem. But the idea comes from the using of Miles in his scripts.





3164
General Software Discussion / Re: Transpose 2.3.0.5
« on: June 24, 2012, 02:47 PM »
What is the caret ?

Cursor, you know when you're typing - it blinks:
 (see attachment in previous post)

 :-*
I undertand now.

http://img329.imageshack.us/img329/1451/muyfelizna4.gif

3165
By example.


Close all bat that are running.

or

close all ahk that are running.

or

close all atmn that are running

etc.

 :-*

3166
Finished Programs / Re: SOLVED: Dream Configuration
« on: June 24, 2012, 09:18 AM »
 ;D

Ouwwww. It's solved finally with the same Phrase Express

I put

{#datetime -f dd.mm.yyyy}{#asc 46}{#datetime -f  hh.mm}

instead of

{#date}.{#time}

 :-*


3167
General Software Discussion / Re: Transpose 2.3.0.5
« on: June 24, 2012, 07:03 AM »
Transpose the 2 character left of the caret ?

I am using Firefox.
Is it useful for this browser ?

 What is the caret ?

Best Regards

 :P

3168
Smart Closing of processes by extension with exceptions

I would a script to double click on it and close all processes with the extension ahk. I can propose exceptions.

Or a script to close all processes with the extension bat. I can propose exceptions.

Is it possible ?

Best Regards
 :-*

3169
Finished Programs / SOLVED: Dream Configuration
« on: June 22, 2012, 06:52 PM »
I have a problem.
I have a hotkey to propose this moment : 23.06.2012.0.47.24 (Control+shift+D)
I can use in a file name to control the creation date manually.
And I have a program that don't like the changes from the initial regional configuration.
so only accept this format 23/06/2012 0:47:24
When I change in the regional configuration and language the separator / by a point (.) I have a problem with that soft.
when I change in the regional configuration and language the separator : by a point (.) I have certain problem with that soft.

So.

I think I have two opportunities.

the hotkey Control+shift+D consist of : {#date}.{#time} in an old version of Phrase Express.
I don't know how to change that.

what I really need is a little script to propose the result as 23.06.2012.0.47.24 without changing the regional configuration for not affect the old program.

So .(excuse my english)

http://img94.imageshack.us/img94/1073/mozart2306201204909.png

http://img403.imageshack.us/img403/2975/mozart2306201204920.png



No changes in the regional configuration.

But the script "must understand" that the formato to put data/hour is 23.06.2012.0.47.24

Therefore I will not have problems with the old program.

Best Regards
 :-*

Note : the other opportunity is more complicated, because require change configuration constantly. Discarded.







3170
Finished Programs / Re: SOLVED: ReOpenDitto
« on: June 22, 2012, 04:46 PM »
Thanks a lot. Really.
I was using many bat with the black window (ms-dos command window) without knowing how to put off.
Now is wonderful.
The scripts are now fast, effective and clean.

Best Regards

http://img441.imageshack.us/img441/8487/cerrado.gif

 
http://img101.imageshack.us/img101/7251/besotene2.gif
http://img101.imageshack.us/img101/7251/besotene2.gif
http://img101.imageshack.us/img101/7251/besotene2.gif
http://img101.imageshack.us/img101/7251/besotene2.gif
http://img101.imageshack.us/img101/7251/besotene2.gif
http://img101.imageshack.us/img101/7251/besotene2.gif
http://img101.imageshack.us/img101/7251/besotene2.gif
http://img101.imageshack.us/img101/7251/besotene2.gif


 

3171
Finished Programs / Re: SOLVED: ReOpenDitto
« on: June 22, 2012, 04:19 PM »
Runninggggggggggggggggggggggggggggg
 ;D

3172
Finished Programs / Re: SOLVED: ReOpenDitto
« on: June 22, 2012, 04:02 PM »
I have tried that with my goldmine , but the black window remain until I am out of Goldmine.

@echo off
taskkill.exe /im gmw5.exe /f
Y:\GoldminePrg\gmw5.exe /i:esm /u:JOSE /p: /m:Y:\GoldminePrg\Macros\pep0.849
exit

 :(

With AHK must be easier. Please the code.

3173
General Software Discussion / ShapeShift By Miles Ahead
« on: June 22, 2012, 03:31 PM »
I would like to know the meaning of

"Pass margin=n to adjust Desktop Margin
Valid range for n is 0 to 12 . Default is 4"

Best Regards
 :-*

3174
Finished Programs / SOLVED: ReOpenDitto
« on: June 22, 2012, 03:12 PM »
I need Ditto.
Provisionally I would need a script for :

Kill the task
ditto.exe

Reopen Ditto or execute again

I have the application as portable in
Y:\DittoPrg\DittoPortable3.16.8.0\Ditto\Ditto.exe

So I would a coding snack able to kill a process (taskkill.exe /im ditto.exe /f

and then open again the application

I have tried with a bat. But for me is difficult to close the command window after.

I suppose with AHK is more easy.

I would like a script to solve this situation.

Best Regards
 :-*

P.D. I need all this because I have an interaction problem with Ditto and other scripts. Sometimes occurr. And is impossible for me to be without Ditto.
Reopening solves the problem.

I don't need a resident script.

3175
Finished Programs / Re: SOLVED: Script to send email, but ....
« on: June 22, 2012, 01:32 PM »
Contro, when you say by defect, do you mean by default, perhaps?

http://img329.imageshack.us/img329/1451/muyfelizna4.gif

Pages: prev1 ... 122 123 124 125 126 [127] 128 129 130 131 132 ... 158next