| View previous topic :: View next topic |
| Author |
Message |
zero Member
Joined: 16 Sep 2003 Posts: 5
|
Posted: 23/02/04 12:13 Post subject: binary to string |
|
|
| 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. |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 145
|
Posted: 23/02/04 13:52 Post subject: |
|
|
| lol... those entries are in hex!!! besides, you can always read it as array on byte or array of char |
|
| Back to top |
|
 |
zero Member
Joined: 16 Sep 2003 Posts: 5
|
Posted: 10/03/04 13:36 Post subject: |
|
|
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. |
|
| Back to top |
|
 |
zero Member
Joined: 16 Sep 2003 Posts: 5
|
Posted: 19/03/04 13:28 Post subject: |
|
|
| never mind. I have figured it out. |
|
| Back to top |
|
 |
|