Stimulsoft Reports.Net
www.stimulsoft.com

Welcome Guest Search | Active Topics | Members | Log In | Register

How to change window icon and UI language runtime ? Options
so29
Posted: Wednesday, March 10, 2010 6:54:48 PM
Rank: Member
Groups: Member

Joined: 11/2/2009
Posts: 69
hi

How icon Print preview window has changed

Code:
    Stimulsoft.Report.Render.StiPreviewForm previewForm = new Stimulsoft.Report.Render.StiPreviewForm();
            previewForm.Icon ???

How do I complete the code ??

And how the code has changed UI language

Does the Stimul code to be there?

Code:
  previewForm.UIlanguage =Spanish ;



Thank you.
Jan
Posted: Wednesday, March 10, 2010 9:19:22 PM
Rank: Advanced Member
Groups: Administration, Stimulsoft Team

Joined: 2/19/2009
Posts: 952
Hello,

Quote:
How icon Print preview window has changed

Code:
    Stimulsoft.Report.Render.StiPreviewForm previewForm = new Stimulsoft.Report.Render.StiPreviewForm();
            previewForm.Icon ???

How do I complete the code ??


Please use following code:

Stimulsoft.Report.StiOptions.Viewer.Windows.ViewerIcon = myicon;

Quote:
And how the code has changed UI language


Here is it:

Code:
Stimulsoft.Report.StiConfig.LoadLocalization("es.xml");


es.xml file you can find in attachment.

Thank you.

File Attachment(s):
es.xml (171kb) downloaded 4 time(s).


so29
Posted: Friday, March 12, 2010 6:27:04 PM
Rank: Member
Groups: Member

Joined: 11/2/2009
Posts: 69
hi

Thank you Jan
Users browsing this topic
Guest

Forum Jump
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.

Main Forum Rss Feed : RSS

Powered by Yet Another Forum.net version 1.0.1 - 2/27/2006
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.196 seconds.