Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 24, 2017 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/cbf8b12a3e869f81eb58728f8b9f49ca to your computer and use it in GitHub Desktop.
Save bjoerntx/cbf8b12a3e869f81eb58728f8b9f49ca to your computer and use it in GitHub Desktop.
Public Sub New()
InitializeComponent()
textControl1.InputPositionChanged += TextControl1_InputPositionChanged
textControl1.FrameSelected += TextControl1_FrameSelected
textControl1.FrameDeselected += TextControl1_FrameDeselected
textControl1.DrawingActivated += TextControl1_DrawingActivated
textControl1.DrawingDeselected += TextControl1_DrawingDeselected
AddHandler m_rbtnLoad.Click, AddressOf M_rbtnLoad_Click
AddHandler m_rbtnSave.Click, AddressOf M_rbtnSave_Click
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment