- Home
·
- Graphics
·
- One line code that moves any control (say Frame or TEXTBOX OR TEXT BOX OR LABEL OR LISTBOX OR COMBO
One line code that moves any control (say Frame or TEXTBOX OR TEXT BOX OR LABEL OR LISTBOX OR COMBO
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
(1(1 Vote))
Frame1.Move (Width - Frame1.Width) * 0.5, (Height - Frame1.Height) * 0.5
End Sub
One line code that moves any control (say Frame or TEXTBOX OR TEXT BOX OR LABEL OR LISTBOX OR COMBO Comments
No comments yet — be the first to post one!
Post a Comment