Search found 27 matches

by kaka
06 Jun 2016, 05:58
Forum: Ask for Help (v1)
Topic: Can Someone Convert this AutoIt Code?
Replies: 1
Views: 887

Can Someone Convert this AutoIt Code?

Hi Experts,
I need this AutoIT ProxyChecker Tool in AHK code for my Tool. I am sure this tool is usefull for other community members also :P . So, Is there someone who can convert this tool to AHK_L Code?? any help will be greatly appreciated.
by kaka
07 Apr 2016, 02:19
Forum: Ask for Help (v1)
Topic: best solution to protect source code
Replies: 19
Views: 7691

Re: best solution to protect source code

SifJar wrote:
kaka wrote:@SifJar please have a look on this topic
Oh wow. That is horrible design.
Yes it is. thats why looking for simple solution.
by kaka
07 Apr 2016, 02:18
Forum: Scripts and Functions (v1)
Topic: File In/-OutPut Virtualization
Replies: 14
Views: 7231

Re: File In/-OutPut Virtualization

Wow, Looking Awesome.

@Soft please post AHK Basic code too :)
by kaka
06 Apr 2016, 07:04
Forum: Ask for Help (v1)
Topic: Tool to convert Excel files to CSV
Replies: 9
Views: 5688

Re: Tool to convert Excel files to CSV

omar wrote: How can I add to the context menu?
[HKEY_CLASSES_ROOT\Directory\Background\shell\Convert XLSX to CSV\command]
@="your_app_path\name.exe %1%"

you can use this registry for context menu of folders
by kaka
06 Apr 2016, 05:56
Forum: Ask for Help (v1)
Topic: best solution to protect source code
Replies: 19
Views: 7691

Re: What is the best solution to protect source code?

AHK_H doesn't need to be compiled by you, you can just download the compiled version from here: http://www.autohotkey.net/~HotKeyIt/AutoHotkey/files/AutoHotkey-txt.html#Download Although I'm unaware of what it does differently to secure source code. Most likely though, you can simply use Ahk2Exe fr...
by kaka
06 Apr 2016, 05:37
Forum: Ask for Help (v1)
Topic: best solution to protect source code
Replies: 19
Views: 7691

Re: What is the best solution to protect source code?

Masonjar13 wrote:Use MPress. It's mild security, but it'll work and is already available.
but there is already a decompiler available for this
by kaka
06 Apr 2016, 02:59
Forum: Ask for Help (v1)
Topic: Looking for EasyWinAPI_Rev_004.zip??
Replies: 5
Views: 1547

Re: Looking for EasyWinAPI_Rev_004.zip??

jNizM wrote:AutohotkeyDotNet_Megapack.7z (via Zippyshare.com)
Thank you so much for the link :)
by kaka
06 Apr 2016, 02:24
Forum: Ask for Help (v1)
Topic: best solution to protect source code
Replies: 19
Views: 7691

best solution to protect source code

Hi Experts, I am a basic user of AHK (not expert). I am searching for a Good and Simple solution to protect source code of AHK. I know 2 methods 1. Use AHK Basic and compile it with HotKeyCamo (by Mobius) 2. Use AHK_H (by HotKeyIt) But both methods have limits. Like if we use 1st option then we cann...
by kaka
05 Apr 2016, 01:04
Forum: Ask for Help (v1)
Topic: Looking for EasyWinAPI_Rev_004.zip??
Replies: 5
Views: 1547

Re: Looking for EasyWinAPI_Rev_004.zip??

can you please give me the link(s) of AutoHotKey_MegaPack or anything you have, what we lose in AHK.net. I try to google it but no success :(
by kaka
05 Apr 2016, 00:50
Forum: Ask for Help (v1)
Topic: Looking for EasyWinAPI_Rev_004.zip??
Replies: 5
Views: 1547

Re: Looking for EasyWinAPI_Rev_004.zip??

jNizM , Thank you so much for this.
by kaka
04 Apr 2016, 06:35
Forum: Ask for Help (v1)
Topic: Looking for EasyWinAPI_Rev_004.zip??
Replies: 5
Views: 1547

Looking for EasyWinAPI_Rev_004.zip??

Hi guys,

I am looking for EasyWinAPI_Rev_004.zip of heresy from this topic. the link of this file is broken :( so, if someone have this file please share it with community, many of us looking for it. i will really appreciate.
by kaka
18 Mar 2016, 03:24
Forum: Ask for Help (v1)
Topic: AHK Basic Data Communication Between Scripts??
Replies: 1
Views: 1274

AHK Basic Data Communication Between Scripts??

Hi Friends/Experts
i am a user of AHK Basic and i want to ask is it possible to send data Strings between scripts in AHK Basic. i know there are multiple solutions in 1.1 but i want to use AHK Basic. I would greatly appreciate any help you can ...
by kaka
10 Mar 2016, 23:10
Forum: Ask for Help (v1)
Topic: Joystick names?
Replies: 0
Views: 646

Joystick names?

Hi Experts,
Is there a way within AHK to check Joystick names which are installed on computer? :?
by kaka
19 Jan 2016, 02:58
Forum: Ask for Help (v1)
Topic: COM Object Issue
Replies: 6
Views: 2267

Re: COM Object Issue

boiler wrote:

Code: Select all

HTMLData=
(
<html><h1>Hello World!</h1></html>
)
Gui, Add, ActiveX, x0 y0 w200 h65 vWB, Shell.Explorer
WB.navigate("about:blank")
WB.document.write(HTMLData)
Gui, Show
please tell me. will this method work on AHK Basic (1.0)?
by kaka
18 Jan 2016, 22:51
Forum: Ask for Help (v1)
Topic: COM Object Issue
Replies: 6
Views: 2267

Re: COM Object Issue

I am not sure what you mean by "using a string." Maybe you could explain what you are trying to do. acctually i dont want to read HTML file and and use its content to disply in GUI. I want to use string as HTML source. Like HTMLData= ( <h1>Hello World!</h1> ) COM_Invoke(pwb, "Navigate", HTMLData) H...
by kaka
15 Jan 2016, 07:01
Forum: Off-topic Discussion
Topic: need account iptorrents.com
Replies: 1
Views: 1839

Re: need account iptorrents.com

Someone Please send me an invite
by kaka
15 Jan 2016, 06:59
Forum: Ask for Help (v1)
Topic: COM Object Issue
Replies: 6
Views: 2267

Re: COM Object Issue

Helllloooo Experts :( :? :x :cry:
by kaka
13 Jan 2016, 04:17
Forum: Ask for Help (v1)
Topic: COM Object Issue
Replies: 6
Views: 2267

COM Object Issue

Hi Experts, I am stuck into an issue. I am using following script on WindowsXP with AHK 1.0. and its working fine. I am using Firefox in AHK GUI to display a HTML file. but i want to use it using a String instead of reading external file (test.html). Please help me. #include COM.ahk Run, regsvr32 "%...
by kaka
05 Jan 2016, 23:23
Forum: Other Utilities & Resources
Topic: Enigma Virtual Box - Pack files into standalone EXE, and running without extracting them
Replies: 4
Views: 6994

Re: Enigma Virtual Box - Pack files into standalone EXE, and running without extracting them

Thanks for sharing. But how to use it with AutoHotKey Applications? i tried and it says!
EXE corrupted
:shock:

Go to advanced search