In C# you can just select it and press DEL. It should work for C++ too.
> VS Pro 2003 C++. I have made a Win Form project with several
> buttons and a GroupBox for radio buttons. I would now like
[quoted text clipped - 3 lines]
>
> Thanks
Thanks, lukasz, I looked for 'del' under Menu Edit but this
was greyed out, perhaps because I had already entered
some code into the radio button event handlers.
But the DEL key itself sounds promising, I'l try that.
Thanks
> In C# you can just select it and press DEL. It should work for C++ too.
>
[quoted text clipped - 5 lines]
> >
> > Thanks
AlexG - 13 Sep 2004 17:01 GMT
Solved !
I clicked on the Group Box and found that Menu->Edit->del
was greyed out. Of course it would be as it had two sub-components
on it - the radio buttons. When I clicked a radio button Edit-del
worked fine. Remove the buttons in the Group box and Edit-del
let me delect the box. Removed all the 'this->' code too.
I just wish Microsoft had entries for 'Removing' 'Deleting'
'Erasing' in its search engine and indexes.
Thanks
> Thanks, lukasz, I looked for 'del' under Menu Edit but this
> was greyed out, perhaps because I had already entered
[quoted text clipped - 13 lines]
> > >
> > > Thanks