Login Register




Poll: Which do you prefer
You do not have permission to vote in this poll.
AutoIt
27.27%
3 27.27%
VB.NET
72.73%
8 72.73%
Total 11 vote(s) 100%
* You voted for this item. [Show Results]



AutoIt vs VB.NET filter_list
Author
Message
AutoIt vs VB.NET #1
So yeah, which do you prefer? Advantages, disadvantages. I'd like to know, and maybe some of you too.

Reply

RE: AutoIt vs VB.NET #2
VB.net is fully supported by windows duo the framework updates
i rather code in a envoirement microsoft provides instead of some third-party AutoIt app.

But this doesn't mean that AutoIt sucks i think you should use whatever you find easy to understand and use.
(This post was last modified: 11-25-2011, 01:24 PM by mrsenrich.)

Reply

RE: AutoIt vs VB.NET #3
Language doesn't make the programmer special, it's the other way around. Smile
I can't choose either of them since I only use VB.Net.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: AutoIt vs VB.NET #4
imo, autoit3. It is more powerfule, a LOT more simple, no large downloads can call external languages an uses window APIs. Its one of the easiest and powerful languages.

Reply

RE: AutoIt vs VB.NET #5
gotta say vb.net lol, sorry Tongue

Reply

RE: AutoIt vs VB.NET #6
even not used App AutoIT ....
how is it >?
[Image: Wfxdx.png]

Reply

RE: AutoIt vs VB.NET #7
(11-25-2011, 07:43 PM)Dysfunctional Wrote: gotta say vb.net lol, sorry Tongue

You're not even a programmer...

Reply

RE: AutoIt vs VB.NET #8
never used either so ... ?
<?php echo "Very inactive at this current moment in time"; ?>
[Image: Z8KDe.png]

Reply

RE: AutoIt vs VB.NET #9
(11-25-2011, 07:50 PM)Jacob Wrote:
(11-25-2011, 07:43 PM)Dysfunctional Wrote: gotta say vb.net lol, sorry Tongue

You're not even a programmer...

lol, here's one of nathan's "i never knew that facts!"

I did used to do small stuff in vb.net, but after my mom got ill i stopped, when i got back online a few weeks later i forgot it all, and since i havent tried autoit yet, i can only say on what i'm semi-familiar on. ^_^

Reply

RE: AutoIt vs VB.NET #10
Au3.

Advantages:
  • Inbuilt AutoIt meaning if a person opens your compiled .exe autoit will be installed on the computer thats why the executable sizes are huge Wink
  • GUI style editing unlike VB.Net which you need to do 7 lines of code just to edit the style of a control you can use a single function for that Smile
  • No OS dependency
  • Has required functions which like the simplest is ProcessClose() that you need to make your own in VB.NET :O
  • You can code the GUI
  • Awesome support forum
  • Installation comes with a form designer and a window info and handle grabber and a simple macro recorder! Smile
  • DLL easy usage including making structures
  • Easy error handling
  • Can send and receive data between the autoit application and other running applications using a single line of code
  • Simple TCP and UDP support
  • IE UDF support which is handy for making bots
  • Comes with a project source encrypter in the autoit installation
  • Easy mouse and keyboard simulation
  • EASY AND I MEAN EASY GDI+ USAGE!!!
  • UAC won't stop your application! If you don't trust me try for yourself Smile
  • Easy to use with command line executables such as 7z.exe
  • Easy FTP usage
  • Easy controls managment
  • Not-Too-Hard Keyboard hooking
  • Many windows Constants can be included in the proect
  • Easy string manipulation and even a _StringRepeat function!
  • ...





Disadvantages:
  • Large executable size
  • De-compilable ( but you can simply prevent that Wink )
  • No multi threading support Sad
(This post was last modified: 11-25-2011, 09:04 PM by Skullmeat.)
Pierce the life fibers with your drill.

Reply