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
RE: AutoIt vs VB.NET #21
(11-26-2011, 12:42 AM)Raziel Wrote: @[ntdll.dll]x[advapi32.dll] - what do you mean by "No OS dependency" ?
As far as I know, it's very dependent to Windows.

VB.NET depends on the .NET framework.

Btw i think this thread is a bit offensive because every language is special in its own ways.
(This post was last modified: 11-26-2011, 05:29 AM by Skullmeat.)
Pierce the life fibers with your drill.

Reply

RE: AutoIt vs VB.NET #22
(11-26-2011, 05:25 AM)[ntdll.dll]x[advapi32.dll] Wrote: VB.NET depends on the .NET framework.

True, but that's a Windows thing. So it's only Windows compatible, you don't use .NET Frameworks on Mac or Linux.

(11-26-2011, 05:25 AM)[ntdll.dll]x[advapi32.dll] Wrote: Btw i think this thread is a bit offensive because every language is special in its own ways.

True
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: AutoIt vs VB.NET #23
(11-25-2011, 08:49 PM)Dysfunctional Wrote:
(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!"

HAHAHA True Biggrin

Reply

RE: AutoIt vs VB.NET #24
(11-26-2011, 06:31 AM)Infinity Wrote:
(11-26-2011, 05:25 AM)[ntdll.dll]x[advapi32.dll] Wrote: VB.NET depends on the .NET framework.

True, but that's a Windows thing. So it's only Windows compatible, you don't use .NET Frameworks on Mac or Linux.

(11-26-2011, 05:25 AM)[ntdll.dll]x[advapi32.dll] Wrote: Btw i think this thread is a bit offensive because every language is special in its own ways.

True

I forgot to fill in, "And .NET framework depends on Windows" Biggrin
Pierce the life fibers with your drill.

Reply

RE: AutoIt vs VB.NET #25
I'm not a big Microsoft fan, but I just stated in my previous post that you CAN develop .NET applications using its' native languages for Windows, Mac and Linux compared to AutoIT which is - at least for now - Windows dependent.

Reply

RE: AutoIt vs VB.NET #26
(11-26-2011, 08:37 AM)Raziel Wrote: I'm not a big Microsoft fan, but I just stated in my previous post that you CAN develop .NET applications using its' native languages for Windows, Mac and Linux compared to AutoIT which is - at least for now - Windows dependent.

That's not exactly native .NET Frameworks though, I know there was a kit for C# to develop in .NET Framework for Linux, but I forgot where I posted that on another forum.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: AutoIt vs VB.NET #27
(11-25-2011, 07:10 PM)Jacob Wrote: 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.

Damn, now I wanna learn AutoIt, I hope you are right, I found VB.Net pretty much confusing.

Reply

RE: AutoIt vs VB.NET #28
VB.net is a very simple, easy language in comparison to some others i've used.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: AutoIt vs VB.NET #29
I voted for VB.NET. Just because I never tried AutoIt maybe I will try it later. But can somebody make a propper beginner guide on Autoit, but really from where to find the editor to the first hello world program, maybe even further?
[Image: Signature.png]

Chek Out My Tutorials
| Set Up A Pentest Lab | How To Make Bitcoins |

Reply

RE: AutoIt vs VB.NET #30
(11-26-2011, 05:10 PM)The 7th Sage Wrote: I don't see how a language can be powerful without a very important feature such as multithreading.

@AutoIt users I'd like to know if it supports the following features, just out of curiosity,

-> Garbage Collection
-> Multi language Support
-> Object Oriented

Anyways if you really want to learn programming, go for C or similar languages, makes it easier. Thats what they usually teach in programming courses to beginners. Or even Java, its rich in API, Platform independent, and many many more advantages.


isnt java the msot versatile language?

in au3, i know you can simulate multithreading, the other two, no.

You also have to remember, Autoit3 was originally made a scripting language and will never be updated to have true multithreading capability or object orientation, while vb.net is a full language and has the support of one of the largest companies in the world...while Autoit3 was made by some guy who wanted automation to be better because microsofts" scripit" or whatever wasa complete fail and had hardl nay usability.

Random note: Autoit3 is coded in C++

Reply