Re: FORUM ISSUES: Report Upgraded Issues in this thread
Code:
Public Class TestButton
Inherits Control
Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
MyBase.OnPaint(e)
e.Graphics.DrawImage(My.Resources.GB_Gray, MyBase.ClientRectangle) 'Really long line test:e.Graphics.DrawImage(My.Resources.GB_Gray, MyBase.ClientRectangle)'e.Graphics.DrawImage(My.Resources.GB_Gray, MyBase.ClientRectangle)
End Sub
End Class
Nice!! They fixed the word wrapping with code tags. I still like my highlight tag though :(. I'll have to use code for the time being then.
EDIT:
Nvm, it only works in preview mode.