Subj : Resource Workshop Custom Control To : borland.public.cpp.borlandcpp From : "Dominic" Date : Wed Mar 03 2004 03:56 pm I have created a custom control to be used within Resource Workshop in BC5.02. Everything works fine except a problem I get at design time. I want to interpret the caption of the control as a resource ID and use this to load a bitmap to display at design time. The problem comes when loading the resource, as it is not found. I assume that the reason for this is that the wrong module handle is being used , i take it the module handle I have is the one to the custom control dll itself and therefore the resource I wish to use is not in this module. Does anyone know how to load a resource,from the currently loaded rc file in resource workshop, in a custom control dll??? Any help would be greatly appreciated. .