LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Oct 20 2004 : 1:25:43 PM
|
Create this code:
#include <winuser.h> MSG *pMsg;
Now type in, as fast as you can:
pmsg->
If you're fast enough (it's not hard), you'll see a listbox with two symbols in it appear when you hit the '-':
pMsg PMSG
When you hit the '>', the '-' gets eaten, leaving you with:
pMsg>
Even if you're not fast enough, the case-correction fails, leaving you with:
pmsg->
|
Edited by - LarryLeonard on Oct 20 2004 1:27:12 PM |
|