bugfixing all day long
- wix setup missing devexpress dll - rework profile filter and control capture
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user