How do I have a winform over a fullscree XNA application? -


i want have xna application , runs in both windowed , fullscreen. have text input winform comes when want input new ids. in fullscreen form not go on fullscreen application. there way make appear on it? or need re think approach?

is not possible.

you should integrate text input xna window.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -