Sign In:     


Forum: VirtualDJ Plugins

Topic: how to add icon to plugins
how do we add a custome icon to plugins to show up ive haaving trouble doing this
 

Posted Wed 22 Jul 26 @ 5:47 pm
There was in the past this code to load a picture but it is now deprecated.

OnGetPluginInfo(TVdjPluginInfo8 *infos)
{
infos->Bitmap = xxx;
}


Or maybe you are referring to a OnlineSource plugin?