Search found 313 matches

by ahklearner
03 Aug 2018, 08:47
Forum: Ask for Help (v1)
Topic: Sublime3 OutputDebug (how to use)
Replies: 3
Views: 969

Sublime3 OutputDebug (how to use)

Hi Community :wave:

I am using sublime3 saw videos on debugging with SciTe.

Am wondering if anyone knows how to debug with Sublime ?

Any help or suggestions greatly appreciated!
by ahklearner
07 Mar 2018, 23:46
Forum: Ask for Help (v1)
Topic: talk by Avi Aryan (Examples Link Not Working) Topic is solved
Replies: 7
Views: 1723

Re: talk by Avi Aryan (Examples Link Not Working) Topic is solved

Thanks a lot "Guest" :bravo: Thanks a lot "BoBo" for the permaLink :clap: I've uploaded them here http://ge.tt/5lPIoqo2 - they will be there for 30 days which is standard GE TT I think so grab them soon. Perhaps someone can post them as attachments in this thread. Files: READ ME.txt Rec1.ahk Rec2.ah...
by ahklearner
05 Mar 2018, 10:06
Forum: Ask for Help (v1)
Topic: talk by Avi Aryan (Examples Link Not Working) Topic is solved
Replies: 7
Views: 1723

talk by Avi Aryan (Examples Link Not Working) Topic is solved

Hi Community :wave: Dropbox link for examples is unavailable, could you please help me with this. Examples (Recommended) Download from https://dl.dropboxusercontent.com/u/116215806/Products/MoreAHK/talk_examples.7z The above link isn't available talk v0.6 by Avi Aryan talk() - Interscript communicat...
by ahklearner
22 Feb 2018, 07:49
Forum: Ask for Help (v1)
Topic: DllCall 32vs64 bit Topic is solved
Replies: 12
Views: 2510

Re: DllCall 32vs64 bit Topic is solved

Thanks a lot everyone :dance: , especially "tmplinshi & Guest". :bravo:

I can't express my happiness, may our creator bless you guys with best of both worlds :salute:
Guest wrote:Then install https://www.microsoft.com/en-us/downloa ... x?id=13523 ... and make the changes I posted previously.
by ahklearner
21 Feb 2018, 13:05
Forum: Ask for Help (v1)
Topic: DllCall 32vs64 bit Topic is solved
Replies: 12
Views: 2510

Re: DllCall 32vs64 bit Topic is solved

Tried the same from the guest, but again blank :roll:
by ahklearner
21 Feb 2018, 07:15
Forum: Ask for Help (v1)
Topic: DllCall 32vs64 bit Topic is solved
Replies: 12
Views: 2510

Re: DllCall 32vs64 bit Topic is solved

Hi, #persistent #SingleInstance Force MsgBox, 262144,%AppName% %A_LineNumber%, % ExtractText(Content, "Document.doc") ExtractText(ByRef OutputVar, Search) { static hModule := DllCall("LoadLibrary", "Str", "xd2txlib.dll", "Ptr") fileLength := DllCall("xd2txlib\ExtractText", "Str", Search, "Int", Fals...
by ahklearner
21 Feb 2018, 02:27
Forum: Ask for Help (v1)
Topic: DllCall 32vs64 bit Topic is solved
Replies: 12
Views: 2510

Re: DllCall 32vs64 bit Topic is solved

sorry its not If this is 'working perfectly' on 32-bit ExtractText(ByRef OutputVar, Search) { static hModule := DllCall("LoadLibrary", "Str", "xd2txlib.dll", "Ptr") fileLength := DllCall("xd2txlib\ExtractText", "Str", Search, "Int", False, "Int*", fileText) OutputVar := StrGet( fileText, fileLength...
by ahklearner
20 Feb 2018, 07:36
Forum: Ask for Help (v1)
Topic: DllCall 32vs64 bit Topic is solved
Replies: 12
Views: 2510

DllCall 32vs64 bit Topic is solved

Hi Community :wave: This dll helps convert doc and docx to plain text. Recently 64bit version released, but it is not working the same way the 32 is working. Please help me understand and use it. Any help highly appreciated, thanks in advance :clap: xd2tx2161_x64.zip = https://drive.google.com/open?...
by ahklearner
07 Feb 2018, 06:24
Forum: Scripts and Functions (v1)
Topic: AutoXYWH() - Move control automatically when GUI resized
Replies: 107
Views: 86904

Re: AutoXYWH() - Move control automatically when GUI resized

Thanks a lot "wolf_II & pramach" for guidance.
I appreciate your time and efforts.
wolf_II wrote:Try this:

Code: Select all

AutoXYWH("wh0.5", "e1")
AutoXYWH("wh0.5y0.5", "e2")
AutoXYWH("*w0.25y", "b1")
AutoXYWH("*w0.25yx0.25", "b2")
AutoXYWH("*w0.25yx0.5", "b3")
AutoXYWH("*w0.25yx0.75", "b4")
I hope that helps.
by ahklearner
07 Feb 2018, 05:22
Forum: Scripts and Functions (v1)
Topic: AutoXYWH() - Move control automatically when GUI resized
Replies: 107
Views: 86904

Re: AutoXYWH() - Move control automatically when GUI resized

Please help me with this. What should be correct version for this AutoXYWH("why", "e1","e2") AutoXYWH("yw", "b1","b2","b3","b4") #Include, AutoXYWH.ahk Gui, +Resize Gui, Add, Edit, ve1 w600 h100 Gui, Add, Edit, ve2 w600 h100 Gui, Add, Button, x10 Y+10 w150 vb1 gResize, Resize Gui, Add, Button, x+10...
by ahklearner
06 Feb 2018, 06:21
Forum: Scripts and Functions (v1)
Topic: AutoXYWH() - Move control automatically when GUI resized
Replies: 107
Views: 86904

Re: AutoXYWH() - Move control automatically when GUI resized

where can I find the updated and latest version, please :)
by ahklearner
30 Jan 2018, 03:34
Forum: Scripts and Functions (v1)
Topic: [Class] SQLiteDB - Update on 2022-10-04
Replies: 303
Views: 227647

Re: [Class] SQLiteDB - Update on 2016-03-28

just me wrote:If you don't want to use SQLite3.exe, you have to add the HTML by yourself.
Thanks for your time.
by ahklearner
29 Jan 2018, 03:23
Forum: Scripts and Functions (v1)
Topic: [Class] SQLiteDB - Update on 2022-10-04
Replies: 303
Views: 227647

Re: [Class] SQLiteDB - Update on 2016-03-28

just me wrote:Do you mean the .mode command of SQLite3.exe? AFAIK it's not available within the C\C++ API.
Do you know the other way to achieve this ?
by ahklearner
25 Jan 2018, 05:02
Forum: Scripts and Functions (v1)
Topic: [Class] SQLiteDB - Update on 2022-10-04
Replies: 303
Views: 227647

Re: [Class] SQLiteDB - Update on 2016-03-28

Hi All,

I was wondering how to use the "mode html"
DB.Exec("MODE html") ?

and how to capture its recordset
DB.GetTable(SQL, Result) ?

Thanks in advance for your help and support.
by ahklearner
11 Dec 2017, 07:54
Forum: Ask for Help (v1)
Topic: Loop Pause Continue Restart From Edit Topic is solved
Replies: 4
Views: 909

Re: Loop Pause Continue Restart From Edit Topic is solved

Thanks a lot "Osprey" !

I really appreciate your precious time.

Keep up the good work.
by ahklearner
10 Dec 2017, 02:39
Forum: Ask for Help (v1)
Topic: Loop Pause Continue Restart From Edit Topic is solved
Replies: 4
Views: 909

Re: Loop Pause Continue Restart From Edit Topic is solved

I just need to restart loop with text change in Edit, but its not happening.
G-label is not working, in while loop.

Osprey wrote:Changing your Loop to either of the following should do it:

Code: Select all

While !PauseLoop
{
  ...
}

Code: Select all

Loop
{
   ...
} until PauseLoop
by ahklearner
10 Dec 2017, 01:53
Forum: Ask for Help (v1)
Topic: Loop Pause Continue Restart From Edit Topic is solved
Replies: 4
Views: 909

Loop Pause Continue Restart From Edit Topic is solved

Hi Community :wave: I am working on text searching. I am able to pause and continue loop. I am unable to start fresh loop, when text in the edit field is changed. G-label is not working, in while loop. Please help, thanks in advance. #NoEnv PauseLoop := 0 Gui, Add, Edit, gStart, Gui, Add, Button, gT...
by ahklearner
11 Nov 2017, 04:20
Forum: Ask for Help (v1)
Topic: Search in ListView and CheckIt (CheckBoxes)
Replies: 7
Views: 1630

Re: Search in ListView and CheckIt (CheckBoxes)

Thanks a lot for your time and effort :)
by ahklearner
11 Nov 2017, 03:42
Forum: Ask for Help (v1)
Topic: Search in ListView and CheckIt (CheckBoxes)
Replies: 7
Views: 1630

Re: Search in ListView and CheckIt (CheckBoxes)

Can't this be done at AHK or OS level, I was wondering without using any external text file or method.
by ahklearner
11 Nov 2017, 02:50
Forum: Ask for Help (v1)
Topic: Search in ListView and CheckIt (CheckBoxes)
Replies: 7
Views: 1630

Re: Search in ListView and CheckIt (CheckBoxes)

Thanks divanebaba

It is neither remembering the manual checked boxes or searched and ticked checked boxes.

any suggestions appreciated.

Go to advanced search