Re: Probably for David Cuny
- Posted by Terry Moriarty <terry at EDERNEY.IDPS.CO.UK> Jul 26, 1999
- 453 views
David >There's just not enough information here. Are you saying that you give it >one value, and it shows another? Exactly. >Or does it show an old value, and not >update it when you send a new value? Nope, updates every time. >Where does the string value come from? I'm looking for info in NMHDR(address given in lParam) when WM_NOTIFY message is sent. I'm then converting the resulting 3 integers to an ASCII string with spaces. The conversion works correctly, what I'm really trying to do is to save time by not having to use the trace screen. >How are you sending the message? I'm intercepting the WM_NOTIFY message and then using SetWindowText to update the caption >Is it failing, or what? Nope. >Can you distill it down to a small example? Nope, when I try with a smaller example it works perfectly One thing I have noticed; when the string is shown in the trace window, after it has been *evaluated*, only the values of 32(space) and 48(0) have their ASCII equivalent displayed beside them. If I *directly* enter exactly the same string i.e. my_string = {32,51,53,49... it shows *all* the ASCII equivs. Is this starnge or is it something to do with the trace procedure? I'm very lazy at freeing allocated space, could this have anything to do with my problem? anyway, I'll catch you again tomorrow. It's nearly 1:30 a.m. here in dear old Ireland. Regards Terry >-- David Cuny