
Originally Posted by
T0PGun
Hi Everyone,
Please I urgently need help on this. Is there anyone that can help me. I need to get this problem resolved today if possible.
Thanks
T0PGun
Hrm... I though I had released the fix for that version... the reason that the resizing is happening is because of the DPI... when a WinForms app loads WPF references this happens..
I used WPF to create a blur effect that is used for tool tip shadows.. to get around it look for GausianBlur.vb and change the GausianBlur method to:
VB.Net Code:
Public Sub GausianBlur(Optional ByVal Amount As Integer = 4)
OnFilterStarted()
OnFilterFinished()
End Sub
End Class
... as for the other error do you have any more details... eg when does this happen? ... the call stack does not seem to include any of my lines.. is this the full stack?
Also I use this with 4.7 with no issues (a few modifications since the last release though)
Kris