Hide form icon...

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
lidds
User
Posts: 510
Joined: Sat May 16, 2009 1:55 pm

Hide form icon...

Post by lidds »

If it possible to hide all the PDF XChange default form icon?
formIcon.png
formIcon.png (13.92 KiB) Viewed 951 times
Thanks

Simon
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Hide form icon...

Post by Sasha - Tracker Dev Team »

Hello Simon,

For now, we have a way to set the application icon that would be shown in all of your dialogs:

Code: Select all

Bitmap i = (Bitmap)Bitmap.FromFile(System.IO.Directory.GetParent(System.Environment.CurrentDirectory).Parent.Parent.FullName + "\\Resources\\calculator.png");
uiInst.SetAppIcon((uint)i.GetHicon());
Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
lidds
User
Posts: 510
Joined: Sat May 16, 2009 1:55 pm

Re: Hide form icon...

Post by lidds »

Thanks Alex, that worked perfectly
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Hide form icon...

Post by Sasha - Tracker Dev Team »

:)
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply