Page 1 of 1

binary to string

PostPosted: February 23rd, 2004, 12:13 pm
by zero
Hello. Could anybody tell me how can i convert a binary value into a string, into text? I'm thinking of binary values like the ones found in the registry, something that looks like 37 39 23 04 13 00.

PostPosted: February 23rd, 2004, 1:52 pm
by Johnny_Bit
lol... those entries are in hex!!! besides, you can always read it as array on byte or array of char

PostPosted: March 10th, 2004, 1:36 pm
by zero
Yeah... Sorry about that, I'm kinda new to programming. I wasn't clear what is what and the "reg binary value" name confused me. Anyway, I found a pretty good manual on the net, and now at least I know what a hexadecimal number is and how it "works".

Now I have another problem. How could I assign an onclick event to a button created during runtime on another window, like the taskbar. I have a procedure that should be executed when that button is clicked.
Thanks.

PostPosted: March 19th, 2004, 1:28 pm
by zero
never mind. I have figured it out.