Untitled


SUBMITTED BY: Guest

DATE: May 21, 2013, 9:02 p.m.

FORMAT: Text only

SIZE: 250 Bytes

HITS: 1069

  1. #region Imports
  2. using System;
  3. using System.Text;
  4. using System.Runtime.InteropServices;
  5. using System.Windows.Forms;
  6. #endregion
  7. namespace CustomRTB
  8. {
  9. public class CustomRTB : RichTextBox
  10. {
  11. #region API Stuff

comments powered by Disqus