|
-
Feb 1st, 2002, 04:26 PM
#1
Why does VB get harder??
Hey all
When I started with VB5 i used to connect to my database like this
dim db as database
dim rs as recordset
now it got a little harder in vb6
dim db as dao.database
dim drs as recordset
Then ADO
Which is even harder to connect to
Now VB.NET
Instead of
msgbox "Hello World", "My First App"
now its
MessageBox.Show("Hello World!", "My First App")
Why is everything getting harder? and all the code is getting much longer?
I'm just starting so theres maybe a very importing part i'm missing in all this
Zzzi
-
Feb 1st, 2002, 04:27 PM
#2
Lively Member
stop stroking it then !
A post brought to you by the Grim Reaper Appreciation Society™
"Buy your lifetime subscription now and save on your coffin"
-
Feb 1st, 2002, 04:52 PM
#3
Fanatic Member
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Feb 1st, 2002, 05:34 PM
#4
Hyperactive Member
Re: Why does VB get harder??
Unlike pure Visual Basic Implementation, VB.NET has to cover several constraints in order support the CLR.
But I would bet my money on learning C# than Re-learning Visual Basic.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|