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.
Or maybe you are referring to a OnlineSource plugin?
OnGetPluginInfo(TVdjPluginInfo8 *infos)
{
infos->Bitmap = xxx;
}
Or maybe you are referring to a OnlineSource plugin?
Posted Wed 22 Jul 26 @ 6:16 pm





