Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Cast Away
4 discussion posts
Hi,

I'm a developper and I noticed my applications won't receive their WM_SYSCOMMAND WndProc (code &H112).

Especially those with the following m.WParam :
> &HF030 - Maximize
> &HF120 - Restore
> &HF032 - Maximze (from double clic)
> &HF122 - Restore (from double clic)

As soon as I close DisplayFusion, everything works as expected.
Please fix this behaviour, as this is really bad since you won't let any other applications get those very important WindowMessages for themselves.

You probably don't release the MyBase.WndProc(m) once you've used it. I would say you can do this within your own application (overiding a normal behaviour with your own and then blocking the WndProc), but not when it's a general sheel application like displayfusion is... causing others to be blocked!

Thanks a lot,
Cast
Jun 16, 2019  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Are you using Monitor Splitting in DF by any chance?
Jun 18, 2019  • #2
User Image
Cast Away
4 discussion posts
Hello Keith!

Yes I am.
Is there a way to keep the Split feature and have the WndProc fixed?

Thanks ;)
Jun 19, 2019  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I'm not 100% sure actually. I will check in with our devs to find out.
Jun 20, 2019  • #4
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, so you can disable application hooks for that specific application by creating a rule for it on the DisplayFusion Settings > Compatibility tab. The splits won't work for that application then, but it will still work for everything else.

Hope that helps!
Jun 24, 2019  • #5
User Image
Cast Away
4 discussion posts
Thanks Keith,

I will try that and come back to you to let you know

Cast
Jun 25, 2019  • #6
User Image
Cast Away
4 discussion posts
Working great!

Thanks a lot, that will work for me.
Cast
Jun 25, 2019  • #7
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)