Hello all.
I want to show a boolean value with MessageBox. But it only accepts strings. I'm currently looking throught win32 sdk but cant find any function to convert a bool to a string(something like .Tostring in c#). Any help ?

Recommended Answers

All 2 Replies

Why not just make a switch/case or simple variable statement?
If true = one string, If its false = another string.

Ok thanks, nice ideia =)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.