 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
ralphh85
Joined: 31 Jan 2006 Posts: 196 Location: truro, cornwall
|
Posted: Mon Mar 06, 2006 9:18 pm Post subject: how does AHK compair to VB |
|
|
| 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 |
|
 |
BoBo Guest
|
Posted: Mon Mar 06, 2006 9:46 pm Post subject: |
|
|
Yes, indeed - it's better or what.  |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Tue Mar 07, 2006 5:57 am Post subject: |
|
|
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 |
|
 |
holomind
Joined: 11 Mar 2006 Posts: 300 Location: Munich, Germany
|
Posted: Sun Mar 12, 2006 5:28 am Post subject: Re: how does AHK compair to VB |
|
|
| ralphh85 wrote: | | virtual basic |
thats funny, did you mean visual basic or is there really such a thing as virtual basic
| 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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|