Page 1 of 1

Can i use f-in-box in WPF application ?

Posted: Wed Nov 11, 2009 3:35 pm
by vsesh02
How can i do it ?

Posted: Wed Nov 11, 2009 3:51 pm
by Softanics
Thank you for your question.

Unfortunaly, we still don't provide a f-in-box control for WPF.

Thank you.

Posted: Wed Feb 03, 2010 1:56 pm
by oilspill
You can use a f-in-box control in a WPF application by using the WindowsFormHost Control which will allow you to use any Windows Form Control in a WPF application

It isn't great as this control will always appear above other WPF content due to the way WPF uses DirectX (see http://msdn.microsoft.com/en-us/library/ms744952.aspx) but it might give you an option.

hth