How can we make a .DLL file..??? [message #132524] |
Sat, 13 August 2005 16:20 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ramisy2k
Messages: 150 Registered: April 2005
|
Senior Member |
|
|
Hi,
can any one tell me how can we make a .dll file..
can we insert any font file (.ttf), image, icons in in the dll file to call them progrmatically in forms 6i...and use them onu where
like i am currently using d2kwut60.dll file to call mouse cursors that loaded into it..
I would appreciate any response to this issue..??
regards,
Asim.
|
|
|
Re: How can we make a .DLL file..??? [message #132569 is a reply to message #132524] |
Sun, 14 August 2005 21:13 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
I believe that you can not use objects from DLL files in Forms at run time. You can call code components but not non-code components.
Your icons (as ico, gif, or bmp files) must be in individual files. Your fonts need to exist on the platform and can be accessed via visual-attribute definitions in the form or more efficiently as part of an object library (OLB). Images can be accessed from either in the database or in individual files.
David
|
|
|