View Single Post
Old 11-10-2004, 10:06 PM   #5 (permalink)
Iron_Cross
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

managed C++ is way different than traditional c++...so you may have to consult the .NET documentation...I'm sure there is a much more viable function for your purpose.

You could always use events, I'd use the KeyDown or KeyPress events. That would allow you to do the processing after the first key was pressed, and no more. Read up in the .NET documentation about those events.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline