
s there any way to Keep the active logo like Netscape always at Right side
Quote:
> Is there any way to Keep the active logo like Netscape always at Right
> side, I use PictureBox Control put above Toolbar cotrol, although
> PictureBox did have a property to keep it always right, but it not
> allow me to change this property, any help will be appreciate.
Not sure if I'm answering the right question here but:
In the form's resize event, move the picture to the right side of the
form.
e.g.
MyPicture.Left = Me.ScaleWidth - MyPicture.Width
N Varacalli
--
HTML and/or RTF mail will be rejected.
Replace "invalid.see.sig" with:
mtlrc <dot> canada <dot> hp <dot> com
Visual Basic Wish List: Tell Microsoft what we want!