CString str;
GetWindowText(str);
str.TrimLeft();
str.TrimRight();
ShowSearchInfo(FALSE);
if (str.GetLength()==0)
{
ShowSearchInfo();
}
else
{
ShowSearchInfo(FALSE);
}CString str;
GetWindowText(str);
str.TrimLeft();
str.TrimRight();
ShowSearchInfo(FALSE);
if (str.GetLength()==0)
{
ShowSearchInfo();
}
else
{
ShowSearchInfo(FALSE);
}CString str;
GetWindowText(str);
str.TrimLeft();
str.TrimRight();
ShowSearchInfo(FALSE);
if (str.GetLength()==0)
{
ShowSearchInfo();
}
else
{
ShowSearchInfo(FALSE);
}