private
{
rtbDisplayTagContents.Clear();
rtbDisplayTagContents.Visible=
Cursor=Cursors.WaitCursor;
startIndex=0;
endIndex=0;
intStart=0 ;
intParenthesisCount=0;
intStart=startIndex=rtbGetHtmlFile.Find(charStartSearchCharecter,endIndex,rtbGetHtmlFile.Text.Length);
intStart++;
endIndex=rtbGetHtmlFile.Find(charEndSearchCharecter,intStart,rtbGetHtmlFile.Text.Length);
intParenthesisCount++;
rtbDisplayTagContents.AppendText(rtbGetHtmlFile.Text[j].ToString());
}
Cursor=Cursors.Default;
rtbDisplayTagContents.Text="No Content";
case
startIndex=rtbGetHtmlFile.Find("<html");
endIndex=rtbGetHtmlFile.Find("</html>");