|
-
Jan 8th, 2007, 10:52 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Run Time
if (lblTime.Text == MyString) //format to "hh:mm tt"
{
MessageBox.Show("hoy AM");
return 0;
}
above code problem is that showing multiple messagebox, i tried already this program in VB6 message box shows only once, but in C#.net i didn't yet press the OK button but continuously appear,
i want only to appear the message box once when my time is equal the system time
tnx.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|