Yes Bob's pages are an excellent way of learning. Thats were I learnt how to
do my buttons
MikeY
"Chris Dunaway" <(E-Mail Removed)> wrote in message
news:3d8f45fb-8027-4941-8f6b-(E-Mail Removed)...
> On Nov 29, 2:22 am, Peter Duniho <NpOeStPe...@NnOwSlPiAnMk.com> wrote:
>> On 2007-11-28 21:46:16 -0800, Slickuser <slick.us...@gmail.com> said:
>>
>> > I got it to work but when I added in the GroupBox.
>>
>> > It show in the back and group is over it. Is there a way set it to
>> > back or show the drawing the group box as well?
>>
>> You are doing it wrong. You cannot just draw whenever you want. You
>> need to override the OnPaint() method, or subscribe to the Paint event,
>> and only draw there.
>>
>> Search on those names ("OnPaint" and "Paint") in this newsgroup for a
>> number of related threads, including one that is as recent as today and
>> includes very specific details regarding the correct way to draw in a
>> form.
>>
>> Pete
>
> Or you can try this link and look at the number 1 FAQ:
>
> http://www.bobpowell.net/faqmain.htm
>
> Chris
>