Search found 2 matches
- Wed Oct 24, 2007 4:20 pm
- Forum: TsiLang Components Suite
- Topic: Switch - MessageBox
- Replies: 2
- Views: 8222
- Wed Oct 24, 2007 2:43 pm
- Forum: TsiLang Components Suite
- Topic: Switch - MessageBox
- Replies: 2
- Views: 8222
Switch - MessageBox
Hello all, I wonder if someone could help me convert this below for siLang please. switch(MessageBox(0, " Are You Sure You Want To Stop? ", " Stop ? ", MB_YESNO)) case IDYES: //do something break; case IDNO: //do something else break; I tried removing the "Are You Sure You W...