Do any of you have suggestions for the best tutorial/book about programming with VB 6.0 for internet applications, and/or the best VB 6.0 tutorial links.
Funnily enough the MSDN either on the CD or net is one of the best. One of the few things I like about MS is they do seem to like to help people develop stuff for windows. Obviously it only makes sense from a marketing point of view but is handy nevertheless.
www.vbcode.com is also handy, especially if you want to do something simple but new to you and can't find the documentation anywhere. Simple stuff can be the worst sometimes as everybody presume you know it so doesn't tell you how.
Also for Internet stuff check out the dart tools. The price is reasonable and one tool can save weeks of work. (www.dart.com I think)
MSDN is goddamn useless unless you know what you are looking for. Its got shitloads of information, but you gotta know exactly what you need... not newbie questions, and it wont teach you how to do something
Alex - ICQ:61889253 - MSN:zubr_zubr at hotmail.com - Skype:zubrzubr
Originally posted by zubr MSDN is goddamn useless unless you know what you are looking for. Its got shitloads of information, but you gotta know exactly what you need... not newbie questions, and it wont teach you how to do something
Gotta totally disagree. It's there and often easy enough to find if you know how to use it - the CD version especially normally will have the answer easily available. If you're do anything serious with any kind of programming language your stuffed from the start if you can't even figure out how to search effectively be it MSDN or elsewhere.
Originally posted by Pathfinder Do any of you have suggestions for the best tutorial/book about programming with VB 6.0 for internet applications, and/or the best VB 6.0 tutorial links.
Yep - about 50% of the day is spent on non-adult stuff mainly writing VB or VC stuff.
You can decompile VB although I've never had a reason to try. There's a good market for software that fiddles with the source to prevent it being decompiled for this very reason.
Pathfinder - I'm far from being an expert but have done this crap commercially for a while now so hit me on ICQ or by mail if ya need anything. I'll help if I can.
Thanks. I may take you up on the offer at some point in time. I am going to have to spend some time overcoming a learning curve again, as it has been about three years since I have done any programming, and the older I get the worse my memory is. I have microsoft manuals for Visual Studio, and MSDN does seem to have some additional info.
By the way I found a guy that claimed to have a decompiler for VB 6 and I now have it, but it sucks and is not of much value.
You are right about trying to protect the source code, so decompilers often do not work anyhow. It certainly is a shortcut if you can see how certain software handles their procedures.
Comment