sdflh
This commit is contained in:
@@ -24,12 +24,13 @@ Public Class Form1
|
||||
End Sub
|
||||
|
||||
Private Sub Watcher_ClipboardChanged(sender As Object, e As IDataObject)
|
||||
Dim oControl As Window.RectangleInfo = Window.GetFocusedControlLocation(CurrentAnchor)
|
||||
Dim oControl As Window.RectangleInfo = Window.GetFocusedControlLocation(Handle, CurrentAnchor)
|
||||
|
||||
TextBox9.Text = oControl.Left
|
||||
TextBox12.Text = oControl.Right
|
||||
TextBox11.Text = oControl.Top
|
||||
TextBox10.Text = oControl.Bottom
|
||||
TextBox3.Text = ComboBox1.Text.ToUpper
|
||||
End Sub
|
||||
|
||||
Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox1.SelectedIndexChanged
|
||||
|
||||
Reference in New Issue
Block a user