Entra:     


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
 

Inviato 4 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?