Board index » cppbuilder » (Re Find Resource ID) That is mean that borland dose not have a solution for it

(Re Find Resource ID) That is mean that borland dose not have a solution for it


2006-02-23 08:06:24 PM
cppbuilder37
it is very bad than when we need to a resource id for
CreatePropertSheet we must go to "Visual C" and create a
dialog resource. That is mean that borland dose not have a
solution for it.
I need to resource id in my ActiveX library when I devlope a COM
object for shell extension (IPropertySheetExt) to add a page to
property page in explorer
 
 

Re:(Re Find Resource ID) That is mean that borland dose not have a solution for it

"a. mahmoudi" < XXXX@XXXXX.COM >wrote in message
Quote
it is very bad than when we need to a resource id for
CreatePropertSheet we must go to "Visual C" and
create a dialog resource.
You don't need VC++ for that. Simply create a .rc file in any text editor,
and then add the .rc file to your BCB project. Or get a third-party
resource editor, such as Resource Builder (www.resource-builder.com).
Quote
I need to resource id in my ActiveX library when I devlope
a COM object for shell extension (IPropertySheetExt) to
add a page to property page in explorer
I've written property sheet extensions using only BCB and they work fine.
Gambit