RE: check boxes
- Posted by Bernie Ryan <xotron at localnet.com> Aug 21, 2001
- 395 views
George Walters wrote: > I'm playing with check boxes and there's some text that windows places > after > the box with some char's surrounded by a dotted box. Where is that text > coming from and how do I control it? anyone know? I have 3 checkboxes > the > first has a 'Y' the 2nd and 3rd have a 'N' to the right of the box.... > george: Did you try a window's message : sendMessage(butt_name, WM_SETEXT, 0, allocate_string("New Text")) Bernie