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 

how does AHK compair to VB

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
ralphh85



Joined: 31 Jan 2006
Posts: 196
Location: truro, cornwall

PostPosted: Mon Mar 06, 2006 9:18 pm    Post subject: how does AHK compair to VB Reply with quote

friend in work uses virtual basic to creat some lil programs, i know little about it, does it do same job as ahk? is it thought ti be better or what?
Back to top
View user's profile Send private message Send e-mail MSN Messenger
BoBo
Guest





PostPosted: Mon Mar 06, 2006 9:46 pm    Post subject: Reply with quote

Yes, indeed - it's better or what. Laughing
Back to top
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Tue Mar 07, 2006 5:57 am    Post subject: Reply with quote

I don't know what virtual basic can do...

Visual Basic is powerful (despite what C/C++/Java programmers say, seeing it as a toy language...) and has access to Com, WinAPI, GDI, a wider range of controls, etc. It has a lot of examples and code samples available on the Net. It allows fine control on the GUI events, and for advanced users, its system of classes allows it to do complex programs.

Now, if you try to do with VB what AutoHotkey does really well, like hotkeys & keyboard remapping, window control, etc., you can do it, but it is hard because you will need to recreate the same code by hand, using calls to WinAPI.

AutoHotkey has also the advantage of being lightweight: it only needs the exe, or if "compiled", it has a standalone exe. VB needs loads of runtime DLLs, quite big, even if they are now distributed with Windows.

Some people prefer the AHK syntax, seemingly less impressive or simplier that the Basic one.
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
holomind



Joined: 11 Mar 2006
Posts: 300
Location: Munich, Germany

PostPosted: Sun Mar 12, 2006 5:28 am    Post subject: Re: how does AHK compair to VB Reply with quote

ralphh85 wrote:
virtual basic


thats funny, did you mean visual basic or is there really such a thing as virtual basic Wink

Quote:
it's better or what.


i think AHK is awesome for doing windows programming, in my view VB is only bloatware... ok, i am biased in using scripting languages ... its amazing what you can do with some lines of code. and its free. only "purebasic" comes close.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group