CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Jun 2012
    Posts
    3

    If richtextbox is empty to display a msgbox

    if i press for example button1, and i want it to have a statement,


    button1.

    if richtextbox 1 = "" then,
    msgbox1. "you have no text".

    how do you do this in c#?

    I USE VISUAL C# 2010 EXPRESS!
    Last edited by tambovskya; June 14th, 2012 at 02:49 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured