On Feb 13, 1:04 pm, "Herfried K. Wagner [MVP]" <hirf-spam-me-
h...@gmx.at> wrote:
> "onionman07" <odonaldso...@yahoo.com> schrieb:
>
> >I am having a problem with a program i am trying to develop that uses
> > menus to modify and track current properties of controls on a form. I
> > have 2 PictureBox controls where I can choose how to change their
> > properties. What I have to do is change colors, increase or decrease
> > the size by 5 pixels or move them in any direction 10 pixels. I also
> > have a Menu Item that you can choose whether you want to see 1 or 2
> > picture boxes.
>
> What's the exact problem? You can simply access the controls
> ('Me.PictureBox1.Width = ...') in the menu item's 'Click' event handler.
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
The exact problem is I have to increase or decrease the size of a
picture box by using a menu. I also have to move it as well.
|