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 14 matches
AutoHotkey Community Forum Index
Author Message
  Topic: libcurl Wrapper (WIP)
DeathByNukes

Replies: 8
Views: 625

PostForum: Scripts & Functions   Posted: Wed May 21, 2008 5:55 am   Subject: libcurl Wrapper (WIP)
oh yea, can you provide your libeay32.dll? i want to use with the libcurl.dll provided.

question: how can I follow a post data using -Ld parameters?
curl -Ld "BUTTON_INPUT=Restart%20Cable%20M ...
  Topic: libcurl Wrapper (WIP)
DeathByNukes

Replies: 8
Views: 625

PostForum: Scripts & Functions   Posted: Tue May 20, 2008 9:25 pm   Subject: libcurl Wrapper (WIP)
A while back I started working on a wrapper for the I based it upon olfen's

Here is the libcurl documentation:

Downloads:

libcurl.ahklibcurl.dlllibcurl.dlllibcurl_test.ahklibcurl_imageshack ...
  Topic: Save Screen (HDC) as BMP or PNG w/o external tools, GDIPlus
DeathByNukes

Replies: 56
Views: 12748

PostForum: Scripts & Functions   Posted: Sat Feb 09, 2008 4:29 pm   Subject: Save Screen (HDC) as BMP or PNG w/o external tools, GDIPlus
Disregard that, I figured it out. I had to delete the BitBlt line.
Thanks for the help though. Rolling Eyes
  Topic: Save Screen (HDC) as BMP or PNG w/o external tools, GDIPlus
DeathByNukes

Replies: 56
Views: 12748

PostForum: Scripts & Functions   Posted: Sat Jan 05, 2008 12:58 am   Subject: Save Screen (HDC) as BMP or PNG w/o external tools, GDIPlus
I've been trying to use PrintWindow or WM_PRINT to capture a specific window like in #Include %A_ScriptDir%\Common\GDIPlusHelper.ahk

WinWait, AutoHotkey Help
ShotWindow := WinExist()
...
  Topic: Crash with ImageSearch? [updated]
DeathByNukes

Replies: 3
Views: 556

PostForum: Bug Reports   Posted: Wed Jan 02, 2008 10:26 am   Subject: Crash with ImageSearch? [updated]
Well, I had the function set itself to Critical and the random crashes have stopped. This confirms it.
  Topic: Crash with ImageSearch? [updated]
DeathByNukes

Replies: 3
Views: 556

PostForum: Bug Reports   Posted: Sun Dec 30, 2007 2:47 am   Subject: Crash with ImageSearch? [updated]
Well, I tried debugging AHK. Looks like something's wrong but I'm not sure what. GameImgSearch( Image, StartX = "", StartY = "", EndX = "", EndY = "", ByRef ...
  Topic: Crash with ImageSearch? [updated]
DeathByNukes

Replies: 3
Views: 556

PostForum: Bug Reports   Posted: Sun Dec 23, 2007 8:11 pm   Subject: Crash with ImageSearch? [updated]
I've been having a crash in my script lately. I opened the ListLines window and held down F5, and it seems to be happening when it hits my ImageSearch function.

Could it be that I'm giving the Imag ...
  Topic: A quick tweak to IniWrite
DeathByNukes

Replies: 2
Views: 378

PostForum: Wish List   Posted: Sun Dec 16, 2007 4:01 pm   Subject: A quick tweak to IniWrite
Could you make it so that when IniWrite is creating a section that didn't previously exist, it puts an extra newline in front of it? It'd make the ini files look much cleaner. Smile
  Topic: Using referrers in UrlDownloadToFile
DeathByNukes

Replies: 4
Views: 465

PostForum: Wish List   Posted: Tue Apr 10, 2007 2:16 pm   Subject: Using referrers in UrlDownloadToFile
Hah, he's [url=http://www.autohotkey.com/forum/viewtopic.php?t=10466]replicated the command as a function! He could add the headers option himself. I couldn't use it though, because I'm downloading bi ...
  Topic: Using referrers in UrlDownloadToFile
DeathByNukes

Replies: 4
Views: 465

PostForum: Wish List   Posted: Tue Apr 10, 2007 4:44 am   Subject: Using referrers in UrlDownloadToFile
I didn't want to use an external app because the script is automating many downloads and I didn't want to hear my system app open/close sounds going constantly. I didn't search for a dll since I figur ...
  Topic: Using referrers in UrlDownloadToFile
DeathByNukes

Replies: 4
Views: 465

PostForum: Wish List   Posted: Mon Apr 09, 2007 12:25 am   Subject: Using referrers in UrlDownloadToFile
It would be nice to be able to specify the page referrer in UrlDownloadToFile since some websites require it. Maybe also add some other things like username/password. (I think username:password@www.co ...
  Topic: Scrolling with PostMessage won't work in a function
DeathByNukes

Replies: 2
Views: 251

PostForum: Ask for Help   Posted: Sun Apr 08, 2007 6:35 pm   Subject: doh!
Heh, I didn't know functions couldn't normally get global variables. Thanks!
  Topic: Scrolling with PostMessage won't work in a function
DeathByNukes

Replies: 2
Views: 251

PostForum: Ask for Help   Posted: Sun Apr 08, 2007 10:59 am   Subject: Scrolling with PostMessage won't work in a function
I made a function to add text to an edit box and scroll it to the bottom but for some reason it doesn't scroll.
echo( text )
{
GuiControlGet, ConText,, Console
GuiControl,, Console, ...
  Topic: Move active window over for dual monitors
DeathByNukes

Replies: 12
Views: 538

PostForum: Ask for Help   Posted: Sun Mar 25, 2007 3:52 am   Subject: Move active window over for dual monitors
I came across this topic and thought I'd share mine. I made it a long time ago so it might not use some of the newer stuff.
It fixes the maximized window problem by un-maximizing it and re-maximizing ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group