View Single Post
Old Jul 10th, 2005, 8:44 PM   #9
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
No, you can't use "cout" for a text box, it's a console thangy, like "printf".

You need to look at the code I posted again or the response is wasted. Who wants to mess with that? You can't use that format string in wsprintf, you need to do it like I did. If that doesn't straighten it out, repost your newest code.

One presumes your text box is looking for wide characters? If not, why are you using what you're using?

If you were posting leet speak, you'd be looking to another for help !
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote