Karl Blessing
Programmer
Trying to get two buttons, to stay down in lower right corner during resize, however the code below seems to make the top of the buttons right at the edge of the form (10 for some margin)<br>also going to need to get a Picture box from top of the form, to right above the buttons, but left of the file1 box.<br><br>With BtnOK<br> .Top = Me.Height - (.Height + 10)<br> .Left = Me.Width - (.Width + 10)<br>End With<br><br>With BtnCancel<br> .Top = BtnOK.Top<br> .Left = (BtnOK.Left - .Width) - 10<br>End With<br><br>Picture1.Move (File1.Width + File1.Left + 5), 0, (Me.Width - (File1.Width + File1.Left + 5)), (Me.Height - (Me.Height - BtnOK.Top))<br> <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href= </a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML,Visual InterDev 6, ASP(WebProgramming), QBasic(least i didnt start with COBOL)