Alex Miller - 2006-12-14

It would be nice to have a control panel for loading and manipulating presets, text, and sprites.  This would be particularily useful on a secondary screen, which could be used to manipulate the visualizations on another display.

At first I thought this could be done using something like SendKeys in VB (I found CKeystrokeEngine: http://www.codeproject.com/dialog/keystroke.asp\) but when I remembered milkdrop is open source I figure why not add it directly into the project?  I know the basics of c++ but I am new to windows programming.  Is this really a difficult task?