Microsoft
Software
Hardware
Network
Question : Move an Option Group object
I need to know how to move an Option Group object on a form. I have done it for text boxes using the move function”
Me.cmdSearch.Move 13500, 1750, 150, 100
But when I try this with the Option Group it just increases the width and Height.
Answer : Move an Option Group object
use the top and left property
Me.Frame0.Top = 1.5 * 1440
Me.Frame0.Left = 1.5 * 1140
or
just remove the two last values
-----------------------lef
t top
Me.Frame0.Move 13500, 1750
Random Solutions
How can I immpove the design on this asp.net form
Recovery disk for System 7 Ultimate
Logitech Monitor Showing VERY FEW Resolution Options in Win 7
Editing a single value in XML file from a windows Form application c#
Spanning Tree
Start-up Manager for Windows 7 64-bit
Adding Column in a query
Qry and a combo box & column(1)
Cisco ASA 5505 ssh default username and password
Display data from fields in multiple tables on a single report