bugfixing all day long

- wix setup missing devexpress dll
- rework profile filter and control capture
This commit is contained in:
Jonathan Jenne
2019-10-21 14:06:00 +02:00
parent 4ddaba693d
commit 61693da2dc
9 changed files with 119 additions and 693 deletions

View File

@@ -264,6 +264,10 @@ Public Class ctrlApplicationAssignment
Dim oBounds As String = frmControlCapture.GetBoundsString(oTopLeft, oTopRight, oBottomLeft, oBottomRight)
Dim oForm As New frmControlCapture(EditMode:=True, ControlBounds:=oBounds, ControlName:=oControlName)
oForm.TopLeft = oTopLeft
oForm.TopRight = oTopRight
oForm.BottomLeft = oBottomLeft
oForm.BottomRight = oBottomRight
Dim oResult = oForm.ShowDialog()