Board index » cppbuilder » How can we find resource Number of a TForm?

How can we find resource Number of a TForm?


2006-02-21 10:15:49 AM
cppbuilder98
when we use from CreatePropertySheet to create a sheet from a
template we need to resource of a dialog, but we have an object
that inherited from TForm.
How can we find resource Number of a TForm?
 
 

Re:How can we find resource Number of a TForm?

"a. mahmoudi" < XXXX@XXXXX.COM >wrote in message
Quote
when we use from CreatePropertySheet to create a sheet
from a template we need to resource of a dialog, but we have
an object that inherited from TForm.
Sorry, but you cannot use VCL TForm objects as Wi32 API dialog resources.
Quote
How can we find resource Number of a TForm?
You cannot, bcause there is none. Borland does not use dialog resources at
all, and thus no resource IDs.
Gambit