-
Recent Posts
Archives
Categories
Meta
Tag Archives: WinForms
MonoGame WinForms Repository
This is a quick note that I’ve setup a repository on GitHub specifically for code and examples related to MonoGame WinForms controls. You can find it here: https://github.com/jaquadro/MonoGame-WinFormsControls The repository unifies all of the code that I’ve put up as … Continue reading
MonoGame + WinForms: Where’s My Keyboard?
A reader of an earlier post in the MonoGame + WinForms series pointed out a problem I never thought to test for: using MonoGame’s keyboard input with your embedded MonoGame control doesn’t work. Today’s post will solve this. First, why … Continue reading
Embedding Your MonoGame Game in a WinForms Control
This post is a follow-on to my previous entry: Bringing your XNA WinForms Controls to MonoGame + OpenGL. In my previous entry, one reader brought up a good question: once you have your MonoGame-based WinForms control working, how do you … Continue reading