I was entering some sample code for a user in the vb.net forum
this code:
it appears like :Code:Option Strict On ' Optional Option Explicit On ' Optional Imports System.Runtime.InteropServices <ComClass(InterfaceShadows:=True)> _ Public Class TestClass Public Function Test() As String Return "Test" End Function End Class
visual basic code: Option Strict On ' Optional Option Explicit On ' Optional Imports System.Runtime.InteropServices <ComClass(InterfaceShadows:=True)> _ Public Class TestClass Public Function Test() As String Return "Test" End Function End Class
it also then appears like this in the code editor (after editing or previewing the post):



Reply With Quote
