AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 11 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How do I load HTML Table into a 2D array?
DavidA

Replies: 1
Views: 269

PostForum: Ask for Help   Posted: Sun Aug 01, 2010 11:33 am   Subject: How do I load HTML Table into a 2D array?
I've used AutoHotKey quite a bit, but never COM objects. I'm trying to parse an HTML table, but I'm not sure the best way to do it.

I figured I could use the HTMLFile object to load the HTML file, ...
  Topic: CMDret - return output from console progs [DLL version]
DavidA

Replies: 157
Views: 52067

PostForum: Utilities & Resources   Posted: Sun Jul 12, 2009 9:54 pm   Subject: CMDret - return output from console progs [DLL version]
Thanks Corrupt. The memory handling in cmdret4b_1 is a little beyond me, but I think I've made some progress.

I've changed your example so that it parses the data using my own parser:

VarSetCapa ...
  Topic: CMDret - return output from console progs [DLL version]
DavidA

Replies: 157
Views: 52067

PostForum: Utilities & Resources   Posted: Mon Jul 06, 2009 11:30 pm   Subject: CMDret - return output from console progs [DLL version]
I'm trying to use this in conjunction with a third party perl script. It's a perl script that downloads a FLV file by calling command line programs (e.g. rtmpdump.exe)

The problem I'm having is tha ...
  Topic: Embedding a console window in a GUI?
DavidA

Replies: 9
Views: 1959

PostForum: Ask for Help   Posted: Mon Jul 06, 2009 6:44 pm   Subject: Embedding a console window in a GUI?
You guys are superstars. Tons of things for me to try out. Many thanks.
  Topic: Embedding a console window in a GUI?
DavidA

Replies: 9
Views: 1959

PostForum: Ask for Help   Posted: Wed Jul 01, 2009 9:57 pm   Subject: Embedding a console window in a GUI?
Z_Gecko, I think I'm going to to dig deeper in your code since the CMDRet DLL doesn't handle the output from my Perl program too well.

I'll admit that your code is quite advanced for me. Could you ...
  Topic: Embedding a console window in a GUI?
DavidA

Replies: 9
Views: 1959

PostForum: Ask for Help   Posted: Wed Jul 01, 2009 8:31 pm   Subject: Embedding a console window in a GUI?
Hrm... Looks like I might be able to something with the CMDRet DLL.
  Topic: Embedding a console window in a GUI?
DavidA

Replies: 9
Views: 1959

PostForum: Ask for Help   Posted: Wed Jul 01, 2009 8:27 pm   Subject: Embedding a console window in a GUI?
I didn't know you could do that! Thanks for the tip.

That's a little bit more Windows trickery than I was planning, although it shows a possible solution. I'll try and find a way of launching a con ...
  Topic: Embedding a console window in a GUI?
DavidA

Replies: 9
Views: 1959

PostForum: Ask for Help   Posted: Wed Jul 01, 2009 8:01 pm   Subject: Embedding a console window in a GUI?
Hi,

I've written some AHK apps in the past, but nothing too fancy.

For my next project I'd like to create a GUI for a Perl script that I use called get_iplayer. The Perl script runs from a conso ...
  Topic: Bug: Wrong title bar icon
DavidA

Replies: 15
Views: 3319

PostForum: Wish List   Posted: Sat May 30, 2009 10:19 pm   Subject: Bug: Wrong title bar icon
I'm a newbie compared with the people above so I might be doing something wrong but...

I've used the workaround described in the link which gives me a nice 32x32 as a folder icon and a nice 16x16 a ...
  Topic: Indeterminate progressbar
DavidA

Replies: 24
Views: 1983

PostForum: Ask for Help   Posted: Sat May 16, 2009 8:19 am   Subject: Indeterminate progressbar
Ignore - I have it working now. You must switch it back from Marquee mode using -0x8.

Here's some sample code where it works:

Gui, Add, Progress, vProg1 HwndpHwnd1 +0x8
Gui, Show
PostMessage, ...
  Topic: Indeterminate progressbar
DavidA

Replies: 24
Views: 1983

PostForum: Ask for Help   Posted: Sat May 16, 2009 7:50 am   Subject: Indeterminate progressbar
This works great for me, but I don't know how to make it naked.

I have a program that scans a directory when a user clicks a 'go' button. Before and after the scan happens, I'd like there to be no ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group