Is it possible to set a title bar icon in an UltraMessageBoxManager dialog? If not, there's a feature request.
Hello,
Unfortunately, it is not possible to set the caption's icon on the UltraMessageBox. To demonstrate your interest in this functionality, I would suggest entering a feature request so our product management will consider this feature for a future release.
While I don't recommend using it, you should be able to use reflection if this functionality is a requirement of your application. There are four steps to achieving it:
I hope this helps.
Thanks.
Chris
Hello Chris,
I have tried with these steps but not able to do it. Can you elaborate this please because? This is too much require for my application and its much and much urgent.
Please provide me some explanation with this post.
Thnank Your
Hi Chris,
I'm running into similar issues but mine is related to showing the dialog modally so I don't lose the window behind another if a user
clicks on another window. I can use reflection but can't get your example to work as I can't seem to instantiate a MessageBoxDialog object using reflection. Can you provide more info>?
thanks
Darren