Пример #1
0
 private void SetCueText()
 {
     //tell windows to show the cue
     Win32Api.SendMessage(this.Handle, Win32Api.EM_SETCUEBANNER, IntPtr.Zero, strCue);
 }