Search found 336 matches

by empardopo
24 Jul 2018, 13:03
Forum: Gaming Help (v1)
Topic: Overlay Image over Emulator
Replies: 4
Views: 2869

Re: Overlay Image over Emulator

Hello guys, I'm newbie with scripts and need a help. Is it possible to run a program (emulator) and put a screen over it (Overlay / Bezel) at the same time? The image is png transparency The emulaodr open in fullscreen and the screen on top of it. Below are the examples of what I say: Emulator (Ful...
by empardopo
09 Nov 2016, 03:51
Forum: Ask for Help (v1)
Topic: Basic information about your computer Topic is solved
Replies: 12
Views: 4439

Re: Basic information about your computer Topic is solved

Very nice. Maybe adding mac too would have been fine.
Thanks.
by empardopo
06 Nov 2016, 15:01
Forum: Scripts and Functions (v1)
Topic: Class TransparentListBox
Replies: 36
Views: 26027

Re: Class TransparentListBox

I've just take a look changing the class and my first impression is that it works fine!!!! Thanks very much!
by empardopo
03 Nov 2016, 13:41
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27521

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

@Mercury233, what do you want say with Compiled with AutoHotkey_L v1.1.23.5.? How have you compiled Compile_AHKII?
Thanks in advance.
by empardopo
02 Nov 2016, 03:59
Forum: Ask for Help (v1)
Topic: Two sounds at the same time
Replies: 9
Views: 4086

Re: Two sounds at the same time

Untested: PlaySound and DllCall . Good Luck! I thought I had fixed my problem using this: FileRead, Sound1, *c %rbackgroundSound% PlaySound( Sound1 ) PlaySound( ByRef Sound ) { Return DllCall( "winmm.dll\PlaySound" ( A_IsUnicode ? "W" : "A" ), UInt,&Sound, UInt,0, UInt, ((SND_MEMORY:=0x4)|(SND_ASYN...
by empardopo
31 Oct 2016, 14:17
Forum: Ask for Help (v1)
Topic: Two sounds at the same time
Replies: 9
Views: 4086

Re: Two sounds at the same time

Add a hotkey to exitapp at the bottom of sbCmd or remove the notrayicon and right click the tray icon, then click exit. tra Sorry, I had not read the remove the notraicon.... :? Now, my problem It's that in the PC where I'm going to run the exe from my autohotkeys script is not installed autohotkey...
by empardopo
30 Oct 2016, 14:08
Forum: Ask for Help (v1)
Topic: Two sounds at the same time
Replies: 9
Views: 4086

Re: Two sounds at the same time

Helgef wrote:Add a hotkey to exitapp at the bottom of sbCmd or remove the notrayicon and right click the tray icon, then click exit.
Are you testing that function? :D

I close my script and the music keeps playing even close it.
by empardopo
30 Oct 2016, 12:40
Forum: Ask for Help (v1)
Topic: Two sounds at the same time
Replies: 9
Views: 4086

Re: Two sounds at the same time

Thanks. Now, using this function playAudio(aF){ global fNm++ fLoc := a_temp, cPF := fLoc "\pF_" fNm ".ahk" sbCmd = ( #NoTrayIcon cSnd := "%aF%" soundPlay, `% cSnd, 1 ) fileAppend, % sbCmd, % cPF if fileExist(cPF) run % cPF sleep, 500 ; <- script hangs on exit if theres no delay. fileDelete, % a_temp...
by empardopo
30 Oct 2016, 12:15
Forum: Scripts and Functions (v1)
Topic: Class TransparentListBox
Replies: 36
Views: 26027

Re: Class TransparentListBox

Hello. I'm using this class and I have two questions: 1.- Is it possible to center the text of each item in the listbox? 2.- I have three items (Notepad, Mala and HyperSpin) in my listbox. If I press la n key in my keyboard, Notepad item is selected or if I press the m key then Mala is selected. Is ...
by empardopo
25 Sep 2016, 05:31
Forum: Ask for Help (v1)
Topic: Two sounds at the same time
Replies: 9
Views: 4086

Two sounds at the same time

Is it possible to have a background music and to be able hear a second sound without stopping the background music?

I use, the command

Code: Select all

 SoundPlay, backgroundMusic.mp3
but I put

Code: Select all

 SoundPlay, soundOption.wav 
I can hear this second sound but then the backgroundMusic has stopped.

Any idea, please?
by empardopo
04 Jan 2016, 07:48
Forum: Ask for Help (v1)
Topic: Problem remapping joystick button
Replies: 1
Views: 1205

Problem remapping joystick button

First, happy new year. I have the next code 1joy1:: Send z return I have no problem in notepad; when I press 1joy1 appears a z letter in my notepad. My problem is running the game Maldita Castilla from Locomalito. In this game, you can shoot pressing the z letter and I want do it pressing the 1joy1....
by empardopo
20 May 2015, 04:55
Forum: Ask for Help (v1)
Topic: Embedding Python in AHK
Replies: 6
Views: 5316

Re: Embedding Python in AHK

Interesting!I must learn Python, java, .... :-)
by empardopo
11 May 2015, 05:26
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244018

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

You can do even more exciting stuff using HTML5/CSS3 inside a Shell.Explorer control. Here is an example: http://media.giphy.com/media/3oEdv5NqKqVa2bis6Y/giphy.gif (Yes you can actually put GUI controls on an animated 3d cube and you could even interact with them.) #Include CWebView.ahk ;http://pas...
by empardopo
22 Apr 2015, 03:39
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 197709

Re: [Script] KeypressOSD - Display key press on screen

empardopo , try this: (Add the red text to the "Create hotkey" section.) ; ################################# ; Create hotkey ; ################################# ; Loop, 32 ; Joy1-Joy32 Hotkey, % "~*Joy" A_Index, Display [/color] Adding this, I have a problem when I have connected two joysticks to m...
by empardopo
17 Apr 2015, 05:05
Forum: Scripts and Functions (v1)
Topic: klomb's Scripts (09/20/17)
Replies: 63
Views: 29029

Re: klomb's Scripts

Thanks, AHKDocker works fine.
Some screen shots of ScrollAnyhere? I don't know what does!

Thanks
by empardopo
31 Mar 2015, 02:09
Forum: Scripts and Functions (v1)
Topic: QuickReminder v0.6
Replies: 34
Views: 19019

Re: QuickReminder v0.6

I like your script.

1.- It could be interesting add a button to see my reminder list.
2.- It could be interesting add another type of alarm like a blinking screen. (In the script of the GeekDude's Binary Clock I have added a blink screen alarm).

Thanks very much for your script.
by empardopo
26 Mar 2015, 05:42
Forum: Ask for Help (v1)
Topic: incorporate exe in ahk exe
Replies: 5
Views: 2472

Re: incorporate exe in ahk exe

I never have used it but perhaps FileInstall could be useful for you.
Greetings.

Note: This link is interesting and this one too.
by empardopo
26 Mar 2015, 02:53
Forum: Scripts y Funciones
Topic: Obtener la IP Pública
Replies: 3
Views: 16940

Re: Obtener la IP Pública

He encontrado esto y también me ha parecido interesante. MsgBox % GetPublicIP() ;Display the networks public IP MsgBox % GetLocalIPByAdaptor("Ethernet") ;Display the local IP of the adaptor named "Ethernet" For AdaptorName, IP in GetLocalIPs() { ;Display the IPs of all adaptors that have one MsgBox,...

Go to advanced search