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 80 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Bulk Movie thumbnails/screenshots creator (Drag & Drop)
kdoske

Replies: 1
Views: 2595

PostForum: Scripts & Functions   Posted: Fri Jul 02, 2010 7:16 pm   Subject: Bulk Movie thumbnails/screenshots creator (Drag & Drop)
looks like a lot of work went into this and the how to. Thanks!
  Topic: [Lib/TechDemo] 5 (6) State Graphic Buttons
kdoske

Replies: 3
Views: 927

PostForum: Scripts & Functions   Posted: Fri Jul 02, 2010 1:46 am   Subject: [Lib/TechDemo] 5 (6) State Graphic Buttons
I too am curious where this went! After I was done with my 3 state graphic button I thought about making it with 5 states. Unfortunately, after coding the 3 states I had enough so I just posted it as ...
  Topic: COM and trying to open print dialog
kdoske

Replies: 25
Views: 1199

PostForum: Ask for Help   Posted: Fri Jul 02, 2010 1:38 am   Subject: COM and trying to open print dialog
I started receiving this error with ExecWB every once and a while. Anyone have any ideas what it means?

http://www.autohotkey.net/~kdoske/ExecWB.jpg

I found this info on microsofts website but u ...
  Topic: [Function] 3 State Graphic Button (Up, Down, Hover)
kdoske

Replies: 5
Views: 1882

PostForum: Scripts & Functions   Posted: Sat Jun 26, 2010 6:07 pm   Subject: Re: very nice
very nice script, works really smoooth.

I would request a few more demo examples so the no0b like me can understand to use it better in their scripts.

Any other example I post will look exactly ...
  Topic: [module] ComboX 2.01 - ComboBox behavior on any control
kdoske

Replies: 37
Views: 9227

PostForum: Scripts & Functions   Posted: Sat Jun 26, 2010 3:31 am   Subject: [module] ComboX 2.01 - ComboBox behavior on any control
this is fantastic as always majkinetor. Why not include it in the Forms library set? Maybe I missed it in there...
  Topic: Crazy Scripting : CCChooseColor() [Unicode Compatible]
kdoske

Replies: 12
Views: 2001

PostForum: Scripts & Functions   Posted: Thu Jun 24, 2010 2:32 pm   Subject: Crazy Scripting : CCChooseColor() [Unicode Compatible]
This is great! Good Job...
  Topic: sending multiple userinput with GUI
kdoske

Replies: 11
Views: 666

PostForum: Ask for Help   Posted: Thu Jun 24, 2010 8:23 am   Subject: sending multiple userinput with GUI
example


if(WBS != "")
{
msgbox, do this
}
else
{
msgbox, do this instead
}
  Topic: [Function] 3 State Graphic Button (Up, Down, Hover)
kdoske

Replies: 5
Views: 1882

PostForum: Scripts & Functions   Posted: Tue Jun 22, 2010 2:08 pm   Subject: [Function] 3 State Graphic Button (Up, Down, Hover)
Nice script but I've already done a similar script and had the same problem!
If you move the cursor to quickly over a button, it may stay on "Mouse Over" statement.

Yes if your button is ...
  Topic: [Function] 3 State Graphic Button (Up, Down, Hover)
kdoske

Replies: 5
Views: 1882

PostForum: Scripts & Functions   Posted: Mon Jun 21, 2010 7:54 pm   Subject: [Function] 3 State Graphic Button (Up, Down, Hover)
Function creates the ability to make a button out of any image of your choosing. Graphic button can have 3 different image states based on user input.

1. Up, no user interaction.
2. Hover, mouse ...
  Topic: Standalone default webpage opener
kdoske

Replies: 5
Views: 323

PostForum: Ask for Help   Posted: Sat Jun 19, 2010 3:18 am   Subject: Standalone default webpage opener
lol, or that! He mentioned com, I gave him com!
  Topic: Standalone default webpage opener
kdoske

Replies: 5
Views: 323

PostForum: Ask for Help   Posted: Sat Jun 19, 2010 2:53 am   Subject: Standalone default webpage opener
this should do it but you need to #include com.ahk in your code


loadwebpage:
webaddress := "http://www.e-autohits.info/hits.php?id=1461"
COM_AtlAxWinInit()
gui, 2 ...
  Topic: COM and trying to open print dialog
kdoske

Replies: 25
Views: 1199

PostForum: Ask for Help   Posted: Sat Jun 19, 2010 1:12 am   Subject: COM and trying to open print dialog
After much internet surfing I found the answer. The settings are in the registry. The below code will grab the current settings, change them to null and set them back to their defaults.

;grab defau ...
  Topic: COM and trying to open print dialog
kdoske

Replies: 25
Views: 1199

PostForum: Ask for Help   Posted: Fri Jun 18, 2010 10:13 pm   Subject: COM and trying to open print dialog
I see you can turn it off manually by going into the page setup with OLECMDID_PAGESETUP = 8. But is there a way to automate this?Use the Excel Macro Recorder to record when you do this. Then go & ...
  Topic: COM and trying to open print dialog
kdoske

Replies: 25
Views: 1199

PostForum: Ask for Help   Posted: Fri Jun 18, 2010 9:12 pm   Subject: COM and trying to open print dialog
I know its a long shot, but when working with Internet Explores COM print function is it possible to get the printed page to not print the page numbers and address location that appear at the top and ...
  Topic: How to create file in use code?
kdoske

Replies: 15
Views: 907

PostForum: Ask for Help   Posted: Mon Jun 14, 2010 2:13 pm   Subject: How to create file in use code?
Below is the code I ended up with. Its seems pretty rock solid to prevent any user from opening the file if its already in use. What it basically does it checks to see if the file exist. If not then i ...
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group