VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



One line code that moves any control (say Frame or TEXTBOX OR TEXT BOX OR LABEL OR LISTBOX OR COMBO

by Mahaveer Chand Lodha (1 Submission)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 16th August 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

One line code that moves any control (say Frame or TEXTBOX OR TEXT BOX OR LABEL OR LISTBOX OR COMBOBOX OR COMMAND BUTTON OR JUST ANYTHING) to

API Declarations


'place a frame control away from the centre of the Form
'Paste the codes as below into the Form and clik f5
'To View more or of My submissions type Lodha in search counter
'[email protected]
'www.maximsolutionsinc.com

Rate One line code that moves any control (say Frame or TEXTBOX OR TEXT BOX OR LABEL OR LISTBOX OR COMBO



Frame1.Move (Width - Frame1.Width) * 0.5, (Height - Frame1.Height) * 0.5 
End Sub


Download this snippet    Add to My Saved Code

One line code that moves any control (say Frame or TEXTBOX OR TEXT BOX OR LABEL OR LISTBOX OR COMBO Comments

No comments have been posted about One line code that moves any control (say Frame or TEXTBOX OR TEXT BOX OR LABEL OR LISTBOX OR COMBO. Why not be the first to post a comment about One line code that moves any control (say Frame or TEXTBOX OR TEXT BOX OR LABEL OR LISTBOX OR COMBO.

Post your comment

Subject:
Message:
0/1000 characters