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
Powershell get-credential
insert into tablename select *,colname(s) from similar_tablename; when table columns diff by one or more column names
Increase Windows 7 Speed
How to assign limited access server login to SBS 2008
Is there a way to Setup my AS400 Session so that I automatically logs me on without having to type username/password?
How to hide files based on extension type
Does anyone have experience with Microsoft Azure SQL services?
Re-Generate Self Signed SSL Certificate - Exchange 2007
editing text on a gif in photoshop
Deploying printers group policy server 2003 and server 2008