• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what is the diff between VB and VB .net

VB.NET:
Public Sub WrongForum(sender as Object, e as System.EventArgs) Handles Me.OnLoad
MessageBox.Show("Wrong Forum")
End Sub

 
Huge difference. VB was very much a loose language that allowed for sloppy programming without enforcing common syntax rules. VB.Net is much more strict and object oriented.

If you have to learn one now, learn VB.Net since classic VB is being phased out gradually.
 
Back
Top