MouthShut.com Would Like to Send You Push Notifications. Notification may includes alerts, activities & updates.

OTP Verification

Enter 4-digit code
For Business
×
transparentImg
Upload Photo
Microsoft Visual Basic Image

MouthShut Score

89%
4.07 

Features & Functionality:

Ease of use:

Help & Support:

Look & Feel:

Value for Money:

×
Supported file formats : jpg, png, and jpeg


Cancel

I feel this review is:

Fake
Genuine

To justify genuineness of your review kindly attach purchase proof
No File Selected

Microsoft Visual Basic Reviews

akhilpatil14MouthShut Verified Member
Mumbai India
Not better Option for learning programmers!
Dec 17, 2015 05:44 PM 1662 Views

Microsoft visual basic is the environment developed by Microsoft for developing the windows application!


this application has some pre selected codes which help us in to just program the buttons and clicks on the application everything other is coded by visual basic!


now has any one who is  learning programmer I will just love the concept and also it saves time but we will not understand the basic core from what we are starting and developing! so there's no meaning to drag and drop and code the button!


it makes the programming easier at the same time difficult to understand!


I personally feel that C# is better than visual basic to program for applications!


Also you will require initial time to understand the UI of visual basic and trust me its very difficult to remember everything there are lots and lots of options and customizations!


karthikrao711MouthShut Verified Member
Srinagar India
Not Better Than C++...
Dec 16, 2015 04:08 PM 1612 Views


I am using Microsoft Visual Basic to make some interactive design and simple Input-output table.One user can't perform that many task from Visual basic than Turbo C.


Microsoft Visual Basic is used to make some basic output layout with dynamic layout by applying a little amount of code.


There are Labels, Buttons, Textboxs, Checkbox, Radiobutton, etc to implement our program.


Visual Basic can be used to connect the Structured Query language(SQL).Overall a nice software program but need to develop a lot compare to C language.! *


libraajay80MouthShut Verified Member
Panchkula, India India
VB made programming task a lot easier
Dec 15, 2015 06:45 PM 1584 Views

Programmers do programming, but they don't normally love it or enjoy it as they would like to.


It was not different for me. After pushing myself into learning C and C+(that's where we normally begin) for first couple of years, there came Visual Basic(VB) as a part of Visual Studio, I and my friends almost immediately felt in love with.


Learnt it during my 6-months industrial training.


Built my first project in it.


Visual Basic is both language as well as IDE from Microsoft.


It is one of the most easy languages to learn and use.


Easy to write programs, debug and build in this language based on COM programming model to create GUI applications.


Many programmers worldwide still make their applications using VB and Microsoft has made sure that such applications are still compatible with windows platforms.


YOUR RATING ON

Microsoft Visual Basic
1
2
3
4
5
aravindangcMouthShut Verified Member
Tiruppur India
Programming became easier
Nov 04, 2015 10:18 PM 2817 Views

If you are going go for programming for the first time then I recommend you to use this Visual basic software.  All the codes on this software is classified into groups so you can easily type and choose the next function  by clicking arrow keys.


Using this software as a front endt and you can link any back end like MS SQL, MS Access, SQL etc.


The software has many buttons and predefined objects that you can easily drag and drop to main window.  You can also easily debug the software  by using watch command.  I am using this software for 2 years and its very easy to work with. I Created a Healthcare application for my college project using this software.  Another good thing about this software is once you completed the software you can export in exe file.   Once you export this software as a exe file,  the hackers cannot crack software until you have kept the jumping mechanism of license registration.


All the Microsoft softwares are developed  using this software.


Easy way to develop windows application
Nov 04, 2015 06:03 PM 1725 Views

Visual Basic is the easiest way for developing the windows application. It provides a good environment in which you can use the drag and drop functionality of keeping all the form fields into the form and then doing programming for the same.


The best feature is integration of MSDN with the help of which whenever you start writing programming after that it provides you with the list of command which could be useful with the text box or button which you are using. The user interface is easy to use, easy to install the software and run the software. Easily you can create the executable for your program and then run the software real quick without any problem.


Visual Basic being windows application also contains different libraries which you can incorporate into your program or module you are creating as well as you can also add more library available online to use the module in your program you are creating. With the Visual Basic many windows application came in existence which last for long time. Moreover, the programming done in VB is also easy to change or modify at any time.


Never Trust a single software or PL
Mar 29, 2004 01:39 AM 2631 Views

Hi guyz,


I know VB is one hell of a great RAD (Rapid Application Development ) environment but my advice being a developer with 4 years of experience is that do not just stick to one Programming language. Yeah it is very true that you do not need to learn C for learning VB but C is the mother of all languages. It came much before VB and even its ancestor GWBASIC or QBASIC.


Somebody who is good in C is believed to be good in all languages. That is probably a myth !. I never programmed in C++ because I hated the :: and -> constructs. It was too much. I think Java is the best among all languages that does not want the programmer to know about pointers or memory handling.


My advice to all wannabe programmers is learn VB because it is easy to learn but it is imperative for you to try develop various kinds of applications (easy or complex) using it.


Delphi (based on PASCAL) is another RAD which is tougher to learn as it is based on a tougher and stricter syntax like C or java.


I had once written a comparison sheet between Visual Basic and Delphi. Look at this URL


https://pratim.tripod.com/vbas.html


In short, try your hand in different languages as nothing is difficult if you are Willing to try hard. If you solve a problem in VB try doing the same in Java or Delphi.


I always believe in that age old prophecy - A MAN or WOMAN should never stop learning.


The best form of RAD
Mar 25, 2004 05:39 PM 3262 Views

I got my first-hand experience on Visual Basic almost 5-6 years ago when I was in Grade IX. Then it was only a Control Creation Edition v5.0, which came with a popular PC magazine CD-ROM. When I first used it, I knew that ''this is it''. Then I knew only GWBASIC and QBASIC. So using VB wasn't that much difficult, as almost all the syntaxes were similar. Then a few years later I got hold of Professional Edition v5.0 and some time later Enterprise Edition v6.0. I will talk about v6.0 over here...


The Basics of Visual Basic


VB6 comes with a good installer and installing it on a Windows machine is a piece of cake. The Integrated Development Environment or what we lovingly call as IDE is simple great to work on. A default ''form'' already has the Minimize, Maximize and Close buttons from the Windows API. It is very simple to design an application using VB... you just have to drag-and-drop the objects into the form... that's it!


Codes, codes and codes


Coding in VB is very very easy and the coding environment is quite user-friendly. You don't even have to know the proper syntax. VB will prompt you the syntax as you start typing it. This ''prompting'' is sometimes in the form of a tooltip and sometimes VB displays a dropdown menu from where you can choose the property/method associated with an item. VB rearranges the code after you've typed in and changes the case accordingly. Comments are displayed in green color, keywords are displayed in blue, while normal text is displayed in black.


Accessories.....


VB has too many built-in functions and extra features. The Menu Editor lets you create and edit menus with ease. The Visual Data Manager lets you create/edit database files without running the database program. VB has built in Data functions that use both Microsoft JET engine and ODBC driver to connect the program to databases.


VB supports Components. A component is a reusable piece of code that can be used again and again in different programs, much like Java Beans. VB already comes with a huge list of components such as Microsoft Common Dialog Control, WinSock Control, etc. And the list of components increases when new programs are installed on the computer.


VB also allows objects created by other programs to be inserted into forms during the design mode. VB has ActiveX designers too. VB also comes with predesigned forms such as Splash screens, About Box, Login Screen, etc.


Debugging, Compiling, Running and EXEing


VB, like other forms of BASIC, is Interpreter-based. So it compiles the lines of code only during run time. If an error is encountered during run time, it reports the error and shows the line where the error occurred. The application stops running during that time and after the error has been rectified, starts executing from that point.


Though VB doesn't compile programs before running, it has a compiler for converting the project into an EXE file i.e. a Windows-recognizable application. The complete package Visual Studio 6.0 also has a host of other tools such as a Setup utility, which helps to create a Setup utility from a VB project.


Help!


Help is not included with the Visual Studio 6.0. Help has to be installed in the form of MSDN (Microsoft Developer's Network) separately, but once installed they (VB and MSDN) work in unison. MSDN has a huge resource and can be of great help to the user, espescially if he/she is unaware of the syntax, methods and properties. MSDN also has examples, which shows the user how to do things in VB.


To Sum Up...


To sum up, VB is a pure form of RAD (Rapid Application Development). Its very easy to work with VB. But VB lacks in depth which is offered by C++. Also multi-environment program... a program which runs in multiple OSes cannot be created with VB.


Well not BASIC e't all !
Feb 19, 2004 08:16 PM 2672 Views

It has been over 6 years since I have been exploring/working on Visual Basic. The experience covers versions from GW-BASIC to BASIC to Visual Basic for DOS to Visual Basic 6.0 and exposure varing from my college labs to modern IT industry.


Here are the quick pick from what VB can do to your software engineering processes:




  1. RAPID? Well nothing compares to VB in this area (well few may say Delphi, but im my believe Delphi has more limitations than VB). Probably the best tool available for Front-end development. Gets even better with 3-rd party tools/controls available in the market. Even COM/COM+ development has never been so easy and fast before VB 6.0.




  2. Other MS Product Integration? Same here too, plan to develop a software that would work with any other MS software/package, VB is the obvious choice, RAPID+Easy Development.




  3. Internet software development? VB, VB, VB !!! Write COM/COM+ middle tier in VB and let ASP handle the UI/Front-end. Best of both worlds.






Although VB has some limitations, but then all tools/languages has some limitations. Most of the limitations has been taken care in the VB 7.0 (well they call it VB.NET !) Which gives you best of VB and .NET framework.


Love at first sight...
Mar 26, 2002 10:01 AM 3431 Views

I had never ever seen anything so beautiful, so elegant, and yet, so simple...! I simply fell in love with VB the minute I set my eyes on her!! I couldn't wait to get my hands on her!


OK...OK...maybe that is carrying things a little too far. But that is how exactly it was between Visual Basic and me. Then, VB was in version 5 (now it is in version 7--also called VB.net!). My friend was learning it, and he was showing it off to me. For me, who was then struggling with the #define's, the system.out.println's, the clrscr()'s of various languages (for those of you who think the three words I mentioned above are in Greek...you are pretty close! ;-)), this language looked real cooool!! You could click and drag text boxes on to a form, place buttons on the form, rattle on the keyboard to write a few lines of pretty sensible looking code, and presto!, the form could be displayed, stuff entered into the text boxes, and the buttons pressed for something to take place!! It felt good. You were able to take charge of your computer, and have it do whatever you wished (well, almost!), without having to tell it what to do in a far-fetched language. For example, to display a message to the user, you needed to simply type


MsgBox (''I love VB'')


That's it!! Wouldnt even be difficult to remember MsgBox, would it now??


If you are a beginner and keen on learning programming, just as a hobby, I would recommend that you get yourself a book on Visual Basic (again, I would recommend version 6.0; version 7 is a different kettle of fish altogether!!!), and get going. Once you have Visual Basic installed, and that book with you, you can be on your way!! Programming was never ever so much fun...!! Trust me!!


Within the first few days of learning VB, I had created a full-fledged 'Snakes and Ladders' game. It was fun. From there on, I created several games, and enjoyed myself too. I also taught VB to students, and got them hooked on to it in as huge a way as I was!! They were all churning out games--SCRABBLE, and a CRICKET game, MONOPOLY etc. It was fun!!


Well, with VB, it's not just games you can create...although that is what I love to use it for!! You could create the kinds of applications that are used in banks, reservation counters etc. Infact, the kinds of applications that you can create with Visual Basic depends on your creativity, and ofcourse your knowledge of VB.



If you are planning on getting VB 6.0 installed on your system, I would also recommend on getting the MSDN also installed. This provides you online help, which is an exhaustive resource, right from the makers of VB themselves!



All said, VB does not give the powerful features that languages like C can...but then, try creating a button in C as fast as you can as in VB. Each language has its own limitations, and VB has its own too. But once you are hooked on it like I am, you will forgive it its limitations, and delve more into its strengths.


Happy Programming....!! Try it!


bangalore india
Microsoft Visual basic
Mar 09, 2002 09:29 AM 2168 Views

VB is one of the coolest products from Microsoft stable.


Its has numerous applications in software programming world.


Its a great front end product and can get integrated with backend databases like Access,SQL or Oracle.


You can use VB to create virtually any application which invloves database usage.


My personal expereince with this product has been extremely good. Its a simple product and any one with Basic programming skills can learn how to use this product in 24 hours to a week.


There are some great books from microsot press, tech media which can help one learn this product.


It offers inbuilt templates for easy application building.


Anyone trying to build an application for the first time or otherwise can use this product.


Its usefull if u r building applications like search, book mark or any exam builder etc etc.


VB programmers will be in great demand and this is one of the technologies with long life.


The newer version vb.net is equally feature rich and easy to use.


But one should not just have VB programming skills but should pick up database skills, and other tools like XML or perl also.


C, C++ programming skills will be of added advantage.


VB is practically used to develop any application from small to big.


Bangalore India
The best front-end
Mar 08, 2002 05:42 AM 1813 Views

I have had occassion to use Microsoft Visual Basic for all my projects, and I feel it is one of the best front-end and very easy to use. I have used this software for developing application for a complicated government department and the effect on presentation of the demo is too good. It can be easily escalated for web use also. The application we have developed for police department required the use of multiple functions and logarathemetic scaling for use of the screens. the tab settings and arrangement of the screens was done in such a way, that a minimum computer literate could follow the screen directions for use. Since we have used bilingual, ie.use of two or more languages at a time, the font settings and screen adjustments was done in just 15 days and re-coding was not at all a problem.


Manchester United Kingdom
Forget C!!!
Mar 07, 2002 08:49 PM 2913 Views

I dont agree with the previous review at all. For one, there is no need to know c for learning VB. If you know objects and methods and attributes, you can learn VB in a day.(since the IDE is so rich and user friendly). So, infact what I feel is that, if you know OOP or C++, learning VB becomes much easlier.


What is VB (Visual Basic)?


VB is a Object Based Language, what it implies is that every entity in the system is an object. eg, a text box where in you enter some input is a object. The object has standard methods and attributes. The methods may be overridden,and can be like gettext() which would return the value in the text box. The objects also have attributes or properties, which dicates the behavious and looks of the object. eg multiline is a attribute or property of an object. If you say that multiline property of a textbox is TRUE, it means that it can accept multiple lines of text. The box where I am typing this response now is a multiline text box, where as the box where I typed the title of the review is not a 'multiline' text box.


Programmer Friendly


The good thing about VB is that any novice programmer who has basic programmer skills can learn it. You type in a control name and put a dot, let me show it to u


text1.<Ctrl Space> will list all the properties and methods available for that particular control, hence, you can learn the s/w if u have th IDE with you.


VB is fast if you are using it for GUI programming, when it comes to DB access which requires you to handle large volume of data, it fails.


Online help


The on-line help provided is very comprehensive and is constantly updated, make sure that u install MSDN when you install VB.


Easy Integration wirh Other Microsoft Products


The power of VB comes with the fact that you can integrate your application seamlessly with MS products, you can interact with MS Word, Excel and even the O/S with VB, and believe me, MS has taken sufficient care that all the products gel well with each other.


Third Party Tools


One more advantage of VB is the availability of 3rd party tools which compliments the VB language, some features that are not available in the original language is provided by 3rd party vendors, the most common examples would be Sheridian controls, Spread controls or True grid controls.


Conclusion


The ease of learning, the extremely user friendly IDE, the great online help and the presence of 3rd party vendors makes VB 'the s/w' to develop application in a very short time.


The Future


MS has now introduced the .NET platform, which integratesall the Visual Studio technologies together, which means that you can write your code in C#(C Sharp), VC++ or VB in the same module, try to look up some information on this platform, believe me, VB6 will become obselete soon.


Rgds


RR


pune India
Knowing Visual Basic always helps !!!
Mar 07, 2002 07:54 PM 2321 Views

Personally I feel that if u will go into software technology


you should try learning visual basic after learning C programming. Know this product always will help because microsoft is always trying to promote and enhance their products. Look now they have come up with vb.net and so it is software technology of future. Hence knowing this product will always help. Always. But there is one disadvantage with this software. It takes some time to learn cause it is very vast.The subject is very vast. But if you take delight and learn it it can be real fun. At first two years back while learning visual basic I wondered whether I had taken right step because java was very hot then. Some even told me that it is a foolish decision that I got stuck up with VB and am not coming out. But I thought that once I start something I should never leave it in between and start doing something it. That is not in my nature. So I thought I should complete it no matter whether its hot or not. Look what it has done to me now. I am an MCP(Microsoft certified professional) in VB. So my advice to anyone is that if you start something never leave it left undone in between no matter what other people have to say.


Trust your own doings.


For knowing this s/w one should learn C first


It's My Virtual Basic
Feb 26, 2002 03:53 PM 3762 Views

Well, As my previous review I thought it was not enough for everybody to understand..... right? So here I come up with this new review I hope so you all will like it....


To learn VB there is no need of learning any other language. Today I know total 23 Programming Languages. My first language which I learn was Basic after Basic I learn HTML and after HTML I learn VB. I came to know VB in 1998 with version 5.0, and today I know VB 6.0. Microsoft always promot it's product and Microsoft come with VB.Net on 13th Feb. 2002. I know total 20 Languages and I found that if anyone want to learn VB there is no need of learning any other language.


Now we will talk about the features of Visual Basic.


INSTALLATION: Installation of VB is very easy. You son't have to do anything just click on Next and you will get VB.


IDE: IDE is called as Integrated Development Environment. VB has IDE and it is so much user friendly that if you want to place Button or say Text Box you have to just drag and drop from the tool box which is placed on the left side. It has great GUI support.


MENU: In VB user will fing lot's of menus for programming every thing in VB is handle by menu. There are lot's of menus like Debuging menu, Project Menu, Help menu, Add-Ins menu and lots....


DEBUGING: I have found that the Debuging tool of VB is really easy to use and it is really fast and with more options other than those debuging tools of VC++ or say Java & C. If you have dought in some line just place your cursor to that line and click on Toggle Breakpoint which is placed in Debug menu. and than run application. when compiler comes to that line where we placed the breakpoint it will stop and you can check the value of variables from the Immediate window placed at bottom when you run your application.


COMPILE AND RUN: In other languages like VC++ or Java If you want to test your application you have compile it to and after that only you can check but in VB just press F5 key and VB compiler will test your application but it will not compile your application. It has lot's of compiler options like If you want to make application which is capable of Multilanguage so in other languages you have change the whole thing while in VB just give the conditions to VB that If user select English do this or that. This is the great feature in VB.


CODING: VB's coding environment is simple but great with all the functions it's comes with white page where you have to type all your codings.. when you type something which is syntax after typing syntax if you press spacebar you will get tool tip text that what to type... and when you some procedure it turns to color Blue and if syntax is wrong it will turn to Red so need to compile or test your application while coding.. coz if you write wrong syntax you will get syntax in red color. When you write some sysntax for say label just type the name of the label that you gave and put ''.'' and press spacebar you will get the list of all the events that label can do. (e.g. label1. ).


Components: VB comes with lots of components. Components are the tool which are used to make your application more feturable. There are lot's of components, (e.g. Winsock for comunicating with other Computer. Communication Control for comunucating with Modem. etc...)


Add-Ins: It has great Add-Ins, one of the best is Win API. (i.e. Windows Application Programming Interface.) You will not understand what is API coz you need to know the knowledge of at least one programming language. There are lot's of other add-ins like Visual Data Manager for database creating, Visual Sorce Safe for keeping your CODES safe from unauthorize people.


COM-Components: VB has a great feature on COM-Components. COM-Components let your application compunicate with other application. like If you want to add grammer check fac. in your application you can add COM-Component to your application and you can get that feature from other application like Microsoft Word or say Star Office's word processor.


Advantages: VB has lot's of advantages.. that it has great IDE, GUI. easy coding, great debuging tool, lot's of components, COM-Components, Add-Ins like Visual Source Safe and Data Manager and API. It's great If you want to develope commercial applications.


Dis-Advantages: VB has only one dis-advantage which I know is that it is not that much deep as C,C++ or VC++ or JAVA having.


That's all of VB... I hope so you will like my review...


© 2002 ĎħåvåĻ ƒāŗĭā.


YOUR RATING ON

Microsoft Visual Basic
1
2
3
4
5

Recent Questions and Answers on Microsoft Visual Basic

500

Pearl language

Mar 08, 2002

By: Shailendragoel

Answers: 0

500

X