Home > Software engineering >  How VB by looking for the title of the external form setting specifies the coordinates of the positi
How VB by looking for the title of the external form setting specifies the coordinates of the positi

Time:09-26

A button, text, why specified form Y and X coordinate

CodePudding user response:

Please help,,,,,,,,,,,,,,,,,,,,,,,,,

CodePudding user response:

http://bbs.csdn.net/topics/390488924
Use this class can be achieved, I hope that you will use ~

CodePudding user response:

Studied, with the new version of that class is simple: http://blog.csdn.net/sysdzw/article/details/9083313
 Private Sub Command1_Click () 
Dim w As New clsWindow
W.G etWindowByTitle (" calculator ".) Move 100, 100
End Sub

CodePudding user response:

reference danpingwang reply: 3/f
was studied, using the new version of that class is simple: http://blog.csdn.net/sysdzw/article/details/9083313
 Private Sub Command1_Click () 
Dim w As New clsWindow
W.G etWindowByTitle (" calculator ".) Move 100, 100
End Sub

New version is 2.0, repair a lot of bugs, support methods to practice, but also adds some effects, such as:
W.G etWindowByTitle (" calculator "). Shake 'jitter effects
Fade-out w.F adeOut '
W.F adeIn 'fade-in effect

CodePudding user response:

Also in the update ~

CodePudding user response:

reference 5 floor bakw reply:
also in the update ~
himself in continuous use, if it's not just away
  • Related