| View previous topic :: View next topic |
| Author |
Message |
a. mahmoudi Guest
|
Posted: Thu Feb 23, 2006 2:03 pm Post subject: (Re Find Resource ID) That is mean that borland dose not hav |
|
|
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 |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu Feb 23, 2006 7:03 pm Post subject: Re: (Re Find Resource ID) That is mean that borland dose not |
|
|
"a. mahmoudi" <ali_amahmoudi (AT) yahoo (DOT) com> wrote in message
news:43fdb350$1 (AT) newsgroups (DOT) borland.com...
| 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 (http://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 |
|
| Back to top |
|
 |
|