We have a Windows32 program that uses some .NET controls.  We are having a 
problem with this on Android devices (e.g. Surface Pro 3 and others) 
running Windows 10 Pro.

 

Everything is normal until we access our first .NET control. Then existing 
native windows are resized, text is redrawn with a tiny font and the menu 
bar is now too short to display the menu. I monitored the messages coming 
in and compared them to a Windows 10 Pro PC. The difference is the 
ImmersiveFocusNotifcation (wparam = 0xFFFFFFFC), which I understand is an 
android device specific message. We are not receiving any resize messages.

 

It doesn't matter if I ignore it, or answer true or false. Since we are not 
using Immersive Mode or doing anything Android specific, this is confusing 
to me.

 

Does anyone have any ideas for dealing with it?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a64b4f83-8468-4a24-989a-cd8d25ca4ad1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to