ShowMsgBox and html

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
jusWest
User
Posts: 150
Joined: Fri Aug 24, 2018 8:26 am

ShowMsgBox and html

Post by jusWest »

I use something like this to create customized message boxes for our application:

Code: Select all

            int flags = (int)(UIX_MsgBoxStyleFlags.UIX_MsgBox_IconError |
                            UIX_MsgBoxStyleFlags.UIX_MsgBox_YesCancel |
                            UIX_MsgBoxStyleFlags.UIX_MsgBox_NoWndClose |
                            UIX_MsgBoxStyleFlags.UIX_MsgBox_AppModal);

            var message = "blabla";
            var dlgRes = inst.ShowMsgBox(message, title, "", wHandle, flags);
Is there a list of what styles the text supports?

I have used the html bold style, but cannot get anything else to work really.
zarkogajic
User
Posts: 1370
Joined: Thu Sep 05, 2019 12:35 pm

Re: ShowMsgBox and html

Post by zarkogajic »

Hi JusWest,

As far as I know: <b>, <i>, <u>.

-žarko
jusWest
User
Posts: 150
Joined: Fri Aug 24, 2018 8:26 am

Re: ShowMsgBox and html

Post by jusWest »

ok, thank you zarkogajic
User avatar
TrackerSupp-Daniel
Site Admin
Posts: 8371
Joined: Wed Jan 03, 2018 6:52 pm

ShowMsgBox and html

Post by TrackerSupp-Daniel »

:)
Dan McIntyre - Support Technician
Tracker Software Products (Canada) LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
Post Reply