Rajnish Kaushik Posted January 20, 2014 Posted January 20, 2014 (edited) Can someone please give me tutorial on vb and where can i download VB 6.0 please do not suggest to google it since i tried but no use so googling wont be appriciated http://www.scienceforums.net/topic/81332-fight-with-teacher/ see this too Edited January 20, 2014 by Rajnish Kaushik
iNow Posted January 20, 2014 Posted January 20, 2014 (edited) Why didn't google work for you? Did you try alternative search terms? This is the type of information you need to learn to find yourself instead of expecting others do do the hard work for you and simply provide you an answer here. http://lmgtfy.com/?q=free+visual+basic+6.0+download http://lmgtfy.com/?q=visual+basic+tutorial Edited January 20, 2014 by iNow
Rajnish Kaushik Posted January 20, 2014 Author Posted January 20, 2014 Why didn't google work for you? Did you try alternative search terms? This is the type of information you need to learn to find yourself instead of expecting others do do the hard work for you and simply provide you an answer here. http://lmgtfy.com/?q=free+visual+basic+6.0+download http://lmgtfy.com/?q=visual+basic+tutorial Just you please try over there i have already cheacked all the sites for download but no one works hence i said no google each and everyone there is just nuts add and nothing useful if u get it then i will thank you sir
Sensei Posted January 20, 2014 Posted January 20, 2014 When I am entering "visual basic" in google the first link is wiki page of it, second is link to download it from secondary server, 3rd is microsoft original... So- what are you talking about?!
Strange Posted January 20, 2014 Posted January 20, 2014 http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_4
Rajnish Kaushik Posted January 20, 2014 Author Posted January 20, 2014 When I am entering "visual basic" in google the first link is wiki page of it, second is link to download it from secondary server, 3rd is microsoft original... So- what are you talking about?! http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_4 but i wank 6.0 because thats in my book i already have 8 but no use its too different and so its show error
Strange Posted January 20, 2014 Posted January 20, 2014 I doubt you will be able to find it. I think MS are quite strict about controlling what versions of old software are available. http://msdn.microsoft.com/en-us/vstudio/ms788229
Rajnish Kaushik Posted January 20, 2014 Author Posted January 20, 2014 I doubt you will be able to find it. I think MS are quite strict about controlling what versions of old software are available. http://msdn.microsoft.com/en-us/vstudio/ms788229 u r right but isn't there any other websites???
Strange Posted January 20, 2014 Posted January 20, 2014 I doubt it. They would probably be forced to remove it by Microsoft.
Rajnish Kaushik Posted January 20, 2014 Author Posted January 20, 2014 I doubt it. They would probably be forced to remove it by Microsoft. so what should i do now someone please help me
Rajnish Kaushik Posted January 20, 2014 Author Posted January 20, 2014 Upgrade to the latest version. but how can i upgrade my text book
Strange Posted January 20, 2014 Posted January 20, 2014 Buy a new one? Read the documentation on what has changed between 6.0 and the latest version?
Rajnish Kaushik Posted January 20, 2014 Author Posted January 20, 2014 Buy a new one? Read the documentation on what has changed between 6.0 and the latest version? but what about my exam and my teacher??
Strange Posted January 20, 2014 Posted January 20, 2014 I don't know. You will have to ask them. If they need the code written in an obsolete version, then it is up to them to provide the resources necessary. On the other hand, if they are just setting exercises to be implemented in any suitable version of Visual Basic, then you can, presumably, use the latest.
Rajnish Kaushik Posted January 20, 2014 Author Posted January 20, 2014 i asked them but then they said that its in coll lab and u try there but also they didnt let to take it from there read this post http://www.scienceforums.net/topic/81332-fight-with-teacher/
Sensei Posted January 20, 2014 Posted January 20, 2014 Visual Studio 6.0 (which has Visual Basic 6.0 I think so) is commercial product. But Visual Studio 2005/2008 Express have slightly newer versions of VB. And are free. And should be easy to find to download.
Rajnish Kaushik Posted January 20, 2014 Author Posted January 20, 2014 Visual Studio 6.0 (which has Visual Basic 6.0 I think so) is commercial product. But Visual Studio 2005/2008 Express have slightly newer versions of VB. And are free. And should be easy to find to download. i already have 8 but its quite different and show error it i show my books programme
Strange Posted January 20, 2014 Posted January 20, 2014 Try and stay on topic. Do you have to use VB 6 rather than any other version ? If yes, why? If not, what is the problem with using a different version? Instead of writing all these whining posts, you could spend the time reading up on what has changed between versions so you can do your course work.
Sensei Posted January 20, 2014 Posted January 20, 2014 i already have 8 but its quite different and show error it i show my books programme Better show source and make screen-shot what VB complains about..
Rajnish Kaushik Posted January 20, 2014 Author Posted January 20, 2014 Try and stay on topic. Do you have to use VB 6 rather than any other version ? If yes, why? If not, what is the problem with using a different version? Instead of writing all these whining posts, you could spend the time reading up on what has changed between versions so you can do your course work. yes because its in my book and the other version show me error on typing that programme in them,
Strange Posted January 20, 2014 Posted January 20, 2014 yes because its in my book and the other version show me error on typing that programme in them, So: READ the documentation on what has changed. CHANGE your source code to fix the problem. Feel free to ask questions about specifics if you need to. As it is you are just wasting time (your and everyone else's).
Sensei Posted January 20, 2014 Posted January 20, 2014 I would rather blame mistyped characters for errors than changes in language.. That's why asked for screen-shot and source to check it out.
Strange Posted January 20, 2014 Posted January 20, 2014 There are some quite significant differences in syntax. For example parentheses are required on all subroutine calls: MsgBox “Hello World” has to change to MsgBox(“Hello World”) Also, all subroutine parameters must be qualified with ByVal or ByRefarrays always have a lower bound of zerofixed length strings are not supportedthe Variant data type has been removedand various other things…. (All documented on the pages linked earlier)
Sensei Posted January 20, 2014 Posted January 20, 2014 I see. I am C/C++ programmer, not VB. It looks like significant change between versions..I think Rajnish should forget about v6.0, and learn newer, more modern versions. What is sense learning something obsolete anyway..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now