1
Addons / Re: DEVELOPERS: (mod info) WM_COPYDATA command interface
« on: February 03, 2010, 11:04:39 am »yes in C# i looked allready at the Windows Live Plugin but wich doesnt work for me
I knocked up a small class in C# (and a VB.NET example as well if you want it) and posted it here: http://www.audio-surf.com/forum/index.php/topic,5347.msg55490.html#msg55490
It shows how to communicate with Audiosurf from C#/VB.NET.
Retrieving things back is a simple case of over-riding the WndProc function of your form and picking up WM_COPYDATA messages.
The commands etc are all explained by Dylan in the first post of this thread.
Good luck.
thx for that informations
