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
Header bigger on Zen Cart template
Detection problems with a brother HL-5370DW printer and Windows 2003 Server
Dell Powerconnect 2816 and Cisco 871w - VLAN
password protected visual basic code for access database
Auto populate the date of "Monday" of the current week in Excel
USB problem dell Inspiron 1545 USB problem
Windows 2008 SP2 & Exchange 2007 CCR failover did not work properly
Windows 2000 server and USB 2.0 Iomega External HDD
Move Mailbox from Exchange 2003 to Exchange 2010
definition of view from code