Search found 32 matches

by alfema
06 Jul 2016, 11:22
Forum: Ask for Help (v1)
Topic: Detecting the number of entries in a list Topic is solved
Replies: 4
Views: 1606

Re: Detecting the number of entries in a list Topic is solved

grant I tried what you discussed, I can select all, but not copy it. , :- (
by alfema
03 Jul 2016, 07:35
Forum: Ask for Help (v1)
Topic: Detecting the number of entries in a list Topic is solved
Replies: 4
Views: 1606

Re: Detecting the number of entries in a list Topic is solved

boiler I used your solution and is already working.

grant I try to see if it is feasible, it may provide useful information to me.

Thanks to both of you.
by alfema
28 Jun 2016, 15:11
Forum: Ask for Help (v1)
Topic: Detecting the number of entries in a list Topic is solved
Replies: 4
Views: 1606

Detecting the number of entries in a list Topic is solved

http://i63.tinypic.com/212xt38.png This on top of screen after a search, in this case there is only one entry, but may be more, but can not find how to detect if there are only one or more entries, is a program running on remote using Citrix, I have only information about the name of the window, bu...
by alfema
28 Jun 2016, 14:58
Forum: Ask for Help (v1)
Topic: Play Random .MP4 File In A Folder Topic is solved
Replies: 10
Views: 4032

Re: Play Random .MP4 File In A Folder Topic is solved

VLC can play randoms files with: vlc \directory\*.mp4 --random --fullscreen --video-on-top, but this plays all files.
by alfema
28 Jun 2016, 05:18
Forum: Ask for Help (v1)
Topic: Split string with hyphens Topic is solved
Replies: 2
Views: 1135

Re: Split string with hyphens Topic is solved

evilC great and thanks, I looked RegExReplace but was not able to find use for this case.
by alfema
28 Jun 2016, 04:19
Forum: Ask for Help (v1)
Topic: Split string with hyphens Topic is solved
Replies: 2
Views: 1135

Split string with hyphens Topic is solved

I want to separate a string with hyphens every two characters, I think the solution is Format , but do not quite understand how to use. The example would be more or less: String1 := "12345678" String2 := Format ... The result should be string2 --> 12-34-56-78 At the moment I do it the easy way Strin...
by alfema
28 Jun 2016, 04:04
Forum: Pedir Ayuda
Topic: Ayuda con Pulover's Macro Creator
Replies: 3
Views: 3698

Re: Ayuda con Pulover's Macro Creator

Probablemente el Pulover's Macro Creator grabe lo que haces tal cual sin interpretar que ya tienes unas macros diseñadas, yo tengo algunas hotkeys que llamo desde otras hotkeys para ello lo que hago es: ^2:: ; Control + 2 Send ^1 Return ^1:: ; Control + 1 MsgBox Hola Return Cuando lanzas Control + 2...
by alfema
26 Jun 2016, 15:05
Forum: Pedir Ayuda
Topic: Separar una cadena por guiones Topic is solved
Replies: 1
Views: 1757

Separar una cadena por guiones Topic is solved

Hola compañeros: Quiero separar una cadena con guiones cada dos caracteres, creo que la solución es Format , pero no entiendo bien la forma de uso. El ejemplo sería más o menos: Cadena := "12345678" Y que la salida fuera 12-34-56-78 Ahora lo hago de la forma sencilla con: Cadena1 := "12345678" Caden...
by alfema
12 Oct 2015, 14:01
Forum: Pedir Ayuda
Topic: Crear una ventana y enviar resultados
Replies: 3
Views: 4069

Re: Crear una ventana y enviar resultados

Siento no haberme expresado bien Flipeador , te dejo parte de la rutina: pNomCli := "" ; Nombre del Cliente vTCSC := clipboard ; Copia el contenido de la consola pNomCli := BuscaTexto("Nombre cliente", vTCSC, 2) BuscaTexto(wQue, wDonde, wCual) { wResultado := "" wCR := "`r" StringLen, wLong, wQue ; ...
by alfema
11 Oct 2015, 12:54
Forum: Pedir Ayuda
Topic: Crear una ventana y enviar resultados
Replies: 3
Views: 4069

Crear una ventana y enviar resultados

Hola compañeros:

Tengo una rutina que busca datos en el portapapeles, quiero crear una ventana en la que ir mostrando los datos que busco y opcionalmente al final con un botón de aceptar, supongo que tengo que usar el comando GUI, pero estoy un poco perdido.

--
Saludos.
by alfema
04 Sep 2015, 11:28
Forum: General
Topic: Saludos
Replies: 0
Views: 11634

Saludos

Hola compañeros: Después de mucho tiempo sin pasarme por la web y el foro descubro el nuevo rumbo del AutoHotKey y que tiene versión nueva con comandos interesantes, especialmente el de poder localizar una imagen en pantalla, me está ayudando a poder interactuar algo más con las aplicaciones activas...

Go to advanced search