Hi all,
I am expiriencing the following issue with a text input on WPF windows.
I have an existing winforms application. I've created a WPF dll, which has a main window called "Map". This window opens all various WPF windows (within the same dll) duing the runtime.
The problem is that i am unable to insert a text in the textBoxes that are placed in those windows.
I do call the main form "Map" from the winforms project, using the EnableModelessKeyboardInterop:
varmap=newMap(m_dbManager, nvrAdapter, m_main.m_LicModules);
ElementHost.EnableModelessKeyboardInterop(map);
map.Show();but yet it doesn't seem to work.
Does anybody expirienced the same issue or have any ideas how to solve it?
Thank you in advance.
ElementHost
.EnableModelessKeyboardInterop(map);