L
Lloyd Sheen
I should have been on the QA team. Now I have trouble with GUI events and
handling those events. I put two picture boxes on a form and am attempting
to use them as buttons. The regular button is a mess when I attempt to put
the icon as the image.
So in the designer I double click the pic box and it jumps to the code for
picbox_click. So far so good. Add the code like any other event , start
the app, get to where I can click the pic and ..... wait for it, nothing
happens. All other events on the form happen with no problem. The handles
syntax is generated for the event but ... wait for it ... nothing happens.
How can this be RAD??? An IDE is supposed to help with coding. If the
click event will not be captured then why is it shown (especially since it
is the default action).
Any ideas? ( and I have already re-installed about 5 times).
Lloyd Sheen
handling those events. I put two picture boxes on a form and am attempting
to use them as buttons. The regular button is a mess when I attempt to put
the icon as the image.
So in the designer I double click the pic box and it jumps to the code for
picbox_click. So far so good. Add the code like any other event , start
the app, get to where I can click the pic and ..... wait for it, nothing
happens. All other events on the form happen with no problem. The handles
syntax is generated for the event but ... wait for it ... nothing happens.
How can this be RAD??? An IDE is supposed to help with coding. If the
click event will not be captured then why is it shown (especially since it
is the default action).
Any ideas? ( and I have already re-installed about 5 times).
Lloyd Sheen