Click here to Skip to main content
15,891,184 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhat is the difference between VB and VB.NET? Pin
Sarfraz Munna28-May-08 2:16
Sarfraz Munna28-May-08 2:16 
AnswerRe: What is the difference between VB and VB.NET? Pin
Vasudevan Deepak Kumar28-May-08 2:45
Vasudevan Deepak Kumar28-May-08 2:45 
AnswerRe: What is the difference between VB and VB.NET? Pin
Ashfield28-May-08 5:04
Ashfield28-May-08 5:04 
AnswerRe: What is the difference between VB and VB.NET? Pin
Christian Graus28-May-08 13:57
protectorChristian Graus28-May-08 13:57 
GeneralRe: What is the difference between VB and VB.NET? Pin
Herl the Pearl29-May-08 10:12
Herl the Pearl29-May-08 10:12 
AnswerRe: What is the difference between VB and VB.NET? Pin
supercat928-May-08 15:15
supercat928-May-08 15:15 
GeneralRe: What is the difference between VB and VB.NET? Pin
Kevin Brydon28-May-08 22:44
Kevin Brydon28-May-08 22:44 
AnswerRe: What is the difference between VB and VB.NET? Pin
Guffa29-May-08 6:48
Guffa29-May-08 6:48 
Munna Sarfraz Ahmad wrote:
The keyword SET is gone - Since everything in VB.NET is an object.


No, that's not the reason, because that is not true.

There is still a difference between simple variables (value types) and objects (reference types). A reference is however a value type, so whenever you make an assignment, you are copying a value type. As you can't assign the object itself, there is no use for the Set keyword.

Munna Sarfraz Ahmad wrote:
We can also create a class destructor, which is equivalent to Class_Terminate event in VB 6.0, by adding a sub-procedure called Finalize to our class.


The memory management in .NET doesn't use reference counting, so the Finalize method is not a destructor. It's not equivalent to the Class_Terminate event. If you need to control the life cycle of an object, the class should implement the IDisposable interface.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionCombobox with multiple selection Pin
camarate28-May-08 1:59
camarate28-May-08 1:59 
AnswerRe: Combobox with multiple selection Pin
Kevin Brydon28-May-08 2:35
Kevin Brydon28-May-08 2:35 
GeneralRe: Combobox with multiple selection Pin
camarate28-May-08 2:55
camarate28-May-08 2:55 
GeneralRe: Combobox with multiple selection Pin
Steven J Jowett28-May-08 5:59
Steven J Jowett28-May-08 5:59 
GeneralRe: Combobox with multiple selection Pin
camarate28-May-08 6:27
camarate28-May-08 6:27 
QuestionDynamically creating controls with TableLayoutPanel Contrrols Pin
pavya_Cool28-May-08 1:34
pavya_Cool28-May-08 1:34 
AnswerRe: Dynamically creating controls with TableLayoutPanel Contrrols Pin
Mycroft Holmes28-May-08 15:55
professionalMycroft Holmes28-May-08 15:55 
QuestionVS 2005 references Pin
Mohammad Al Hoss28-May-08 0:38
Mohammad Al Hoss28-May-08 0:38 
AnswerRe: VS 2005 references Pin
Thomas Stockwell30-May-08 10:56
professionalThomas Stockwell30-May-08 10:56 
QuestionHow to get file size from website Pin
Kumaran21cen28-May-08 0:18
Kumaran21cen28-May-08 0:18 
AnswerRe: How to get file size from website Pin
dan!sh 28-May-08 0:54
professional dan!sh 28-May-08 0:54 
QuestionSetup Wizard Pin
cm pandian27-May-08 22:48
cm pandian27-May-08 22:48 
QuestionRead MySQL TinyText column from VB.NET [modified] Pin
drexler_kk27-May-08 20:15
drexler_kk27-May-08 20:15 
AnswerRe: Read MySQL TinyText column from VB.NET Pin
jzonthemtn28-May-08 2:00
jzonthemtn28-May-08 2:00 
GeneralRe: Read MySQL TinyText column from VB.NET Pin
drexler_kk28-May-08 13:02
drexler_kk28-May-08 13:02 
GeneralRe: Read MySQL TinyText column from VB.NET Pin
jzonthemtn29-May-08 2:36
jzonthemtn29-May-08 2:36 
QuestionHow to save outgoing mails in Outlook Express Sent Items Folder. Pin
SekharOne27-May-08 19:15
SekharOne27-May-08 19:15 

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.