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 234 matches
AutoHotkey Community Forum Index
Author Message
  Topic: SmartXplore
kiu

Replies: 9
Views: 1396

PostForum: Scripts & Functions   Posted: Sun Oct 10, 2010 6:54 pm   Subject: SmartXplore
Also, as I said, SmartXplore is free and opensource.
You can find the source code at http://code.google.com/p/smartxplore/
  Topic: SmartXplore
kiu

Replies: 9
Views: 1396

PostForum: Scripts & Functions   Posted: Sun Oct 10, 2010 6:50 pm   Subject: SmartXplore
I did not hide the main file,
indeed the main file is included in the smartxplore.7z package as a source file executed as a script.
There are several reasons for this choice, if you want I can expla ...
  Topic: SmartXplore
kiu

Replies: 9
Views: 1396

PostForum: Scripts & Functions   Posted: Sun Oct 10, 2010 5:41 pm   Subject: SmartXplore
sorry, the site was all made in Vaadin, a Java framework that use JS for AJAX requests.

This is the direct link to download SmartXplore:
http://www.romeosa.com/smartxplore/SmartXplore.exe

Anyw ...
  Topic: SmartXplore
kiu

Replies: 9
Views: 1396

PostForum: Scripts & Functions   Posted: Sun Oct 10, 2010 3:44 pm   Subject: SmartXplore
Hello guys,
it's been a long time since I don't write in the forum, but I always love AutoHotkey and I try to follow the community as soon as I have a bit of time.
Inspired by the work by fragman ([ ...
  Topic: Run Command on Windows Seven
kiu

Replies: 10
Views: 498

PostForum: Ask for Help   Posted: Fri Feb 12, 2010 5:44 pm   Subject: Run Command on Windows Seven
so my previous one is the only possible solution?

I think there is more. For example, firefox can run an external program when you download a file and you don't get any message from the UAC.

A ...
  Topic: Run Command on Windows Seven
kiu

Replies: 10
Views: 498

PostForum: Ask for Help   Posted: Fri Feb 12, 2010 5:39 pm   Subject: Run Command on Windows Seven
An ahk workaround maybe the following, but it's not a good solution:

#Persistent
SetTimer, cc
cc:
IfWinExist, ahk_class #32770
ControlClick, Button1, ahk_class #32770
return
  Topic: Run Command on Windows Seven
kiu

Replies: 10
Views: 498

PostForum: Ask for Help   Posted: Fri Feb 12, 2010 5:37 pm   Subject: Run Command on Windows Seven
How does the task scheduler workaround work?
  Topic: Run Command on Windows Seven
kiu

Replies: 10
Views: 498

PostForum: Ask for Help   Posted: Fri Feb 12, 2010 5:25 pm   Subject: Run Command on Windows Seven
is it possible to run a program without seeing the "Are you sure to execute...?" prompt?
  Topic: Regular expression match and output array
kiu

Replies: 4
Views: 678

PostForum: Ask for Help   Posted: Fri Feb 15, 2008 7:29 pm   Subject: Regular expression match and output array
thanks, I'll check
  Topic: Regular expression match and output array
kiu

Replies: 4
Views: 678

PostForum: Ask for Help   Posted: Fri Feb 15, 2008 7:13 pm   Subject: Regular expression match and output array
thanks titan, but my problem is more generic and the code above was more specific, sorry

I mean to get, for example, 12 in com1 and anything <b>here</b> in com2 for

string=<a>1 ...
  Topic: Regular expression match and output array
kiu

Replies: 4
Views: 678

PostForum: Ask for Help   Posted: Fri Feb 15, 2008 6:38 pm   Subject: Regular expression match and output array
I want to store in com1 the value 12 and in com2 the value 13

Why Is not correct?

string=a12ba13b
RegExMatch(string, ".*(?:a(.*)b).*", com)
msgbox, 1: ...
  Topic: [module] MMenu 1.0 b1
kiu

Replies: 148
Views: 34120

PostForum: Scripts & Functions   Posted: Wed Mar 28, 2007 3:28 pm   Subject: [module] MMenu 1.0 b1
I suggested it cause I'm trying to find a way to show menu icons also from image files, but I'm relatively new to DllCall, so...
  Topic: [module] MMenu 1.0 b1
kiu

Replies: 148
Views: 34120

PostForum: Scripts & Functions   Posted: Wed Mar 28, 2007 3:14 pm   Subject: [module] MMenu 1.0 b1
What about loading the icon as 32x32 and then modify its size using [url=http://www.autohotkey.com/forum/viewtopic.php?t=11860&start=0&postdays=0&postorder=asc]Image convers ...
  Topic: [module] MMenu 1.0 b1
kiu

Replies: 148
Views: 34120

PostForum: Scripts & Functions   Posted: Mon Mar 26, 2007 9:45 pm   Subject: [module] MMenu 1.0 b1
also note that the main purpose of "fast folder browser" is to browse folders quickly, so the purpose is different from your FavMenu Wink
  Topic: [module] MMenu 1.0 b1
kiu

Replies: 148
Views: 34120

PostForum: Scripts & Functions   Posted: Mon Mar 26, 2007 9:40 pm   Subject: [module] MMenu 1.0 b1
thanks for the specifications, but for now the enthusiasm is for alttab replacement. If you want to see it, check http://www.autohotkey.com/forum/viewtopic.php?p=112744#112744 and let me know
 
Page 1 of 16 Goto page 1, 2, 3 ... 14, 15, 16  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group