A1VBCode Forums

Make code stand out


http://www.a1vbcode.com/vbforums/Topic10851.aspx

By d.patrick - 4/21/2005

Could some functionality be added to the form so that posted code could be set to stand out more?  Maybe have code appear in a greyed box or something like that.

By Mobius - 2/21/2006

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim txtListGrades() As String = {"A+", "A", "B", "C", "D", "F"}
        FileOpen(1, "C:\arraywrite.txt", OpenMode.Output)
        WriteLine(1, txtListGrades)
        FileClose(1)
    End Sub

 

Yeah! Rock on! Thanks Mark, this was a test. Helps a whole lot.