A Allanon New Member Apr 28, 2012 #1 How do you check for the existence of an object in vb.net. In classic VB you could use if isObject(ObjectName) Then. What is there now that is equivalent.I believe you will simply check <BR>if IsNothing(ObjectName) Then
How do you check for the existence of an object in vb.net. In classic VB you could use if isObject(ObjectName) Then. What is there now that is equivalent.I believe you will simply check <BR>if IsNothing(ObjectName) Then