QUOTE(extremeboy @ Aug 16 2008, 03:07 AM)

I couldn't find much articles on the language of VB6 any other recomendations??
I know the original VB is 18 years old now and I've been using it for 12 but you won't get me changing to VB.Net. I'm in 40 VB forums so you must have been searching for the wrong things. Check and join my VB forum in signature.
QUOTE(Axephilic @ Aug 16 2008, 06:46 AM)

You will have a real fun time with bugs with VB6 and compatibility issues to no end. I also recommend learning C++, it is an awesome language to know.
With VB6, if you start releasing software, you will find that a lot of people will not be able to use it. This will be due to different errors, because people don't have fm20.dll (I think that's the dll it was) and some other error messages unless they are on Win 98.
There are no bugs in VB6 that you can't overcome. I tried VC++ before I tried VB and it was a terrible language to learn compared with Basic.
There is no problem installing your application if you use the correct installer and I don't mean P & D Wizard that comes with VB, check out
Inno Setup.
Fm20.dll is a dll that is used for additional controls and according the M$ you aren't allowed to redistribute it but there other controls you can use to do the same job.
QUOTE(extremeboy @ Aug 16 2008, 03:54 PM)

I know that VB.net is more simple than VB6 but I don't have that program as I only have VB6.
What bugs are there with VB6? Haven't encoutered any bugs yet?
VB.Net is not simple compared with VB6.
No I haven't either.
QUOTE(extremeboy @ Aug 16 2008, 11:58 PM)

One question, if anyone knows.
For squareroot in C++ is sqrt is it the same for VB??
VB has its own
Sgr function.
CODE
MsgBox Sqr(7)