Active window name
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
did you post this question on another site? if so i answered it on there : http://pub13.ezboard.com/fvisualbasicexplorerfrm40.showMessage?topicID=692.topic[^]
Private void ExpectingTwins(string twins)
{
switch(twins)
{
Case ("twins on the way"):
MessageBox.Show("for mr and mrs dynamic","twins on the way");
break;
}
}