Se Connecter:     


Forum: VirtualDJ Plugins

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

Posté 3 hours ago
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?