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
Problem installing VMWARE ESXi v4.1 on HP/Compaq ProLiant ML350 G6
making a border curved
Issues installing Crystal Report Viewer with cxlibw-1-6.dll Using Package and deployment VB6 and Crystal Version 10
Problem in Oracle 11G Installation on Linux Red Hat - Packages not found.
Why iis access opening incorrectly......
remove part of an asp string
handling gregorian dates
exchange 2010 installation
List Of Different ERP Modules And Information About ERP
How to turn off or alter amount of space used by System Restore and Shadow Copy in Vista?