| Author |
Message |
Forum: Scripts Topic: Wrapper for AudioGenie3.dll (Beta 2.0.0.2) |
| MiamiGuy |
|
Posted: November 25th, 2011, 8:28 am
|
|
Replies: 7 Views: 3751
|
| Hi everyone... I've been trying for days to locate through Google the version of AudioGenie3.dll (v2.0.0.2) which seems to be the only one that has wrappers and examples created for it, but I cant seem to find it. The link provided does not work. I'm particularly interested because of the cover art ... |
|
 |
Forum: Support Topic: adding pictures to controls, e.g. as background |
| MiamiGuy |
|
Posted: September 24th, 2011, 4:30 am
|
|
Replies: 41 Views: 4439
|
| Hey guys, I'm not sure if anyone has figured this one out already, or no one has and perhaps this comes in handy... Using Lex's example, I was able to produce an Edit box control with no border around its edges, which gives the appearance of being able to type directly into a Gui window with a backg... |
|
 |
Forum: Scripts Topic: Crazy Scripting : Resource-Only DLL for Dummies - 36L / v0.7 |
| MiamiGuy |
|
Posted: September 13th, 2011, 4:55 am
|
|
Replies: 49 Views: 8125
|
| I just ran across this post and thought it was exellent. Recently I've been coding a program with ahk similar to "Windows Help and Support", where you have a series of html help pages that use CSS, Javascript and the like, and I was looking for a way of storing them all in one place (origi... |
|
 |
Forum: Scripts Topic: GDI+ standard library 1.45 by tic |
| MiamiGuy |
|
Posted: January 29th, 2010, 5:57 pm
|
|
Replies: 995 Views: 156546
|
Hi,
I posted a question about GDI+ in the Need Help forum, but being its about GDI+ I guess I should have posted it directly here.
If anyone has a chance to take a look at it, here is the link...
Any help would be great.
Thanks. |
|
 |
Forum: Support Topic: GDI+ Save Icon to PNG Trouble... |
| MiamiGuy |
|
Posted: January 26th, 2010, 9:45 pm
|
|
Replies: 5 Views: 2389
|
| Hi, I've been trying for days to figure out a way of extracting the large 255x255 resolution Icons found in a vista resource file, and saving it to a PNG but havent been quite successful. I originally used the Gdi_BitmapfromHicon function after extracting and getting handle to the icon, and then sav... |
|
 |
Forum: Support Topic: Internet Exp. Control In Gui Question |
| MiamiGuy |
|
Posted: January 22nd, 2010, 3:12 pm
|
|
Replies: 2 Views: 371
|
Ohhhh, ok, that was something else I thought about too, that perhaps it had to do with CSS. I will try that out. Thank you.  |
|
 |
Forum: Support Topic: Internet Exp. Control In Gui Question |
| MiamiGuy |
|
Posted: January 22nd, 2010, 9:42 am
|
|
Replies: 2 Views: 371
|
| Hello everyone, I've been reading the posts on using COM.ahk in order to place an explorer control inside a GUI window, and how to use the functions to manipulate the pages, etc. So far I've done fine with all that, no troubles. My question however, and as much as I've searched I dont think anyone h... |
|
 |
Forum: Support Topic: Question RegisterCallback Crashes Script on GuiSize |
| MiamiGuy |
|
Posted: June 5th, 2009, 1:36 pm
|
|
Replies: 1 Views: 371
|
| Hello everyone... I have a quick question regarding RegisterCallback and resizing a Gui that I'm hoping someone could help me figure out. For some reason when ever I try to resize a Gui and a control which has been applied a RegisterCallback my script crashes. I'm using bellow the example provided i... |
|
 |
Forum: Support Topic: Auto Tab to next field |
| MiamiGuy |
|
Posted: February 25th, 2009, 7:33 am
|
|
Replies: 1 Views: 403
|
| I've been looking through the posts but cant seem to find any on the subject. I'm wondering if there are any code snippets or if anyone has tried doing the following. I have a GUI with 3 edit boxes. I want it so that after typing a certain number of characters in each edit box, a tab is sent so that... |
|
 |
Forum: Support Topic: Help with SetWindowThemeAttribute Function in Vista |
| MiamiGuy |
|
Posted: November 23rd, 2008, 6:13 pm
|
|
Replies: 5 Views: 1060
|
| I keep saying it... You are the best.... :D Gui, +LastFound -0x20000 Gui, Add, Text, Center x0 y40 w200 h30 vTxt, Test Gui, Show, w200 h100, Set Theme Attrib. Test hWnd := WinExist() ReturnMsg := SetWindowThemeAttribute(hWnd) GuiControl,, Txt, % ReturnMsg Return GuiClose: ExitApp Set... |
|
 |
Forum: Support Topic: Help with SetWindowThemeAttribute Function in Vista |
| MiamiGuy |
|
Posted: November 23rd, 2008, 5:23 am
|
|
Replies: 5 Views: 1060
|
| The first few times I tried out the function I would get nothing coming back at me at all, atleast with the function the way I had posted it. I change the last part of it today, rather than have the variable "sizeof" I just did NumPut(8, OPT, 0). Though I'm not sure if thats correct or not... |
|
 |
Forum: Support Topic: Help with SetWindowThemeAttribute Function in Vista |
| MiamiGuy |
|
Posted: November 21st, 2008, 3:36 am
|
|
Replies: 5 Views: 1060
|
| Hi everyone, I'm wondering if someone could perhaps help me see what it is I am doing wrong with this funtion. Basically the function removes/hides the Caption (Title bar text and icon) in Vista, without removing the Close or Min/Max buttons, giving your window the appearance of an Aero wizard if yo... |
|
 |
Forum: Support Topic: Help with TransmitFile Files larger than 8000 bytes |
| MiamiGuy |
|
Posted: October 28th, 2008, 4:40 am
|
|
Replies: 7 Views: 740
|
| tfb_TailLength is the length of the Tail data, so should not have a preceding & (perhaps that was a typo). oops, yup, sorry, typo. :oops: This works great Lex thank you so much. Here is how I used it. SendviaNet: Gui, Submit, NoHide tfb_Head := "LargeFile.jpg" tfb_HeadLength := StrLen... |
|
 |
Forum: Support Topic: Help with TransmitFile Files larger than 8000 bytes |
| MiamiGuy |
|
Posted: October 27th, 2008, 6:16 pm
|
|
Replies: 7 Views: 740
|
| Hmmmmm, this is probably so wrong. The TRANSMIT_FILE_BUFFERS would they accept a string for the Head and Tail Members? Lets say something like this... tfb_Head := "LargeFile" tfb_HeadLength := StrLen(tfb_Head) tfb_Tail := "jpg" tfb_TailLength := StrLen(tfb_Tail) V... |
|
 |
Forum: Support Topic: Help with TransmitFile Files larger than 8000 bytes |
| MiamiGuy |
|
Posted: October 26th, 2008, 7:42 pm
|
|
Replies: 7 Views: 740
|
| Well, I dont know if this is the best solution, but as I suspected, the simple addition of a loop seems to be working for me thus far. Also, with the Transmitfile function, I read that you can change the number of bytes per send. To try it out, I changed it to 2 bytes per send or (1024 * 2 = 2048), ... |
|
 |
| Sort by: |