This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, July 1, 2005 12:54:25 AM(UTC)
Groups: Registered
Posts: 2
I'm using the LDialog class the Raster Imaging Pro 13 C++ class libraries to display e.g. the Averaging common dialog. Is it possible to customize this dialog by adding buttons (or other controls) and then receive the button clicked messages?
#2
Posted
:
Monday, July 4, 2005 11:36:12 AM(UTC)
Groups: Registered, Tech Support
Posts: 20
There are no functions in our toolkit to freely customize
the dialogs. You can only control items on the dialogs (such as hide/show them)
using the flags documented with our functions. You cannot add your own items.
Thanks,
Ali Abo Al-Rob
LEADTOOLS Technical Support
704-332-5532 voice
704-372-8116 fax
http://support.leadtools.com
#3
Posted
:
Tuesday, July 5, 2005 2:37:31 AM(UTC)
Groups: Registered
Posts: 2
Thanks for the reply - the answer I expected but I thought it was worth asking just in case.
After some trial and error, I've done the customization by editing the resources in ltdlg13n.dll and using the Windows API to gain access to the dialog procedure and intercept BN_CLICKED notifications.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.