Click here to Skip to main content
16,012,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Difference between VB 6.0 and .net Pin
Christian Graus26-May-07 23:32
protectorChristian Graus26-May-07 23:32 
AnswerRe: Difference between VB 6.0 and .net Pin
Christian Graus26-May-07 23:28
protectorChristian Graus26-May-07 23:28 
GeneralRe: Difference between VB 6.0 and .net Pin
The ANZAC27-May-07 11:10
The ANZAC27-May-07 11:10 
GeneralRe: Difference between VB 6.0 and .net Pin
Christian Graus27-May-07 16:58
protectorChristian Graus27-May-07 16:58 
GeneralRe: Difference between VB 6.0 and .net Pin
Xandip27-May-07 23:08
Xandip27-May-07 23:08 
GeneralRe: Difference between VB 6.0 and .net Pin
Christian Graus27-May-07 23:34
protectorChristian Graus27-May-07 23:34 
GeneralRe: Difference between VB 6.0 and .net Pin
Xandip28-May-07 0:04
Xandip28-May-07 0:04 
GeneralRe: Difference between VB 6.0 and .net Pin
Christian Graus28-May-07 11:33
protectorChristian Graus28-May-07 11:33 
Xandip wrote:
you must choose them, based on the needs you have..


VB6 was created to service one need - the need to write code for people who didn't know C++, and couldn't or didn't want to learn it. That's just a fact.

Xandip wrote:
The same way.. sometimes i think that whats the use of C++ ??


ROFL - that's a pretty ignorant view, given that without C++, VB would not exist, nor would Windows. And especially given that C++ is the *only* widely used language on Windows that can do *anything* that's possible to be done. I'll write you a business app in C++ before you can write me a 3D game in VB6.

And, VB6 always traded on the ability to buy COM components ( written in c++ ) to do the things it could not do.

Xandip wrote:
May i remind you that the programmer is not the one who decides what the interface should show, and how to respond when a button is clicked


So what ?

Xandip wrote:
Its the user requirement which forces the programmer to do so..


Correct

Xandip wrote:
So even if your client wants to view the database with a single click, then i dont think you will be able to do it without VB.



Then you have absolutely no idea what you're talking about, and should just give up on the discussion. VB6 may let you do that with less lines of code than C++ ( C++ doesn't have particularly great libraries for database support ), but to say that C++ couldn't read a database table so a user can view it, is just plain ignorant. When you write code in VB, it's still C++ that is reading the database, anyhow. VB is a layer of abstraction to keep the code simple for you.

This discussion is moot now anyhow. C# and VB.NET are the best ways to write that sort of business application, they are easier to use than C++, have more up to date libraries, and don't suffer from the bad language design that VB6 did, although I still prefer C# because of things like sane syntax and strong typing. I said from the start, I have no issue with people prefering VB.NET, both C# and VB.NET perform equally and have the same libraries to call on.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionWhat am I missing? Pin
MikMit26-May-07 16:52
MikMit26-May-07 16:52 
AnswerRe: What am I missing? Pin
Dave Herren26-May-07 17:34
Dave Herren26-May-07 17:34 
GeneralRe: What am I missing? Pin
MikMit26-May-07 17:47
MikMit26-May-07 17:47 
GeneralRe: What am I missing? Pin
Dave Herren27-May-07 1:59
Dave Herren27-May-07 1:59 
QuestionSimple Visual Studio Projects for students Pin
Visual Very Basic26-May-07 12:40
Visual Very Basic26-May-07 12:40 
AnswerRe: Simple Visual Studio Projects for students Pin
The ANZAC26-May-07 15:12
The ANZAC26-May-07 15:12 
AnswerRe: Simple Visual Studio Projects for students Pin
Thomas Stockwell26-May-07 15:35
professionalThomas Stockwell26-May-07 15:35 
AnswerRe: Simple Visual Studio Projects for students Pin
Dave Herren26-May-07 15:39
Dave Herren26-May-07 15:39 
AnswerRe: Simple Visual Studio Projects for students Pin
Christian Graus26-May-07 15:48
protectorChristian Graus26-May-07 15:48 
GeneralRe: Simple Visual Studio Projects for students Pin
Dave Herren26-May-07 16:03
Dave Herren26-May-07 16:03 
GeneralRe: Simple Visual Studio Projects for students Pin
The ANZAC26-May-07 21:18
The ANZAC26-May-07 21:18 
GeneralRe: Simple Visual Studio Projects for students Pin
Christian Graus26-May-07 23:31
protectorChristian Graus26-May-07 23:31 
GeneralRe: Simple Visual Studio Projects for students Pin
Christian Graus26-May-07 23:30
protectorChristian Graus26-May-07 23:30 
GeneralRe: Simple Visual Studio Projects for students Pin
Dave Herren27-May-07 2:45
Dave Herren27-May-07 2:45 
GeneralRe: Simple Visual Studio Projects for students [modified] Pin
Dave Herren27-May-07 3:17
Dave Herren27-May-07 3:17 
JokeRe: Simple Visual Studio Projects for students Pin
MidwestLimey30-May-07 8:11
professionalMidwestLimey30-May-07 8:11 
AnswerRe: Simple Visual Studio Projects for students Pin
NDD5727-May-07 23:05
NDD5727-May-07 23:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.