﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - how to show activeX control in UXPage or UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/how-to-show-activeX-control-in-UXPage-or-UXWindow/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>how to show activeX control in UXPage or UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/how-to-show-activeX-control-in-UXPage-or-UXWindow/</link><pubDate>Mon, 15 Jun 2015 01:41:53 GMT</pubDate><dc:creator>yudi</dc:creator><category>ActiveX Control</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you for sharing the solution with us.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>how to show activeX control in UXPage or UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/how-to-show-activeX-control-in-UXPage-or-UXWindow/</link><pubDate>Wed, 10 Jun 2015 04:38:00 GMT</pubDate><dc:creator>soup27</dc:creator><category>ActiveX Control</category><description>&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;I solve this problem by setting the activeX control to be contained by a new WPF window.&amp;nbsp;&lt;/p&gt;&lt;p&gt;And thanks for your help!&lt;/p&gt;</description></item><item><title>how to show activeX control in UXPage or UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/how-to-show-activeX-control-in-UXPage-or-UXWindow/</link><pubDate>Wed, 27 May 2015 06:47:01 GMT</pubDate><dc:creator>yudi</dc:creator><category>ActiveX Control</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you for the sample (ClientUIWPFNavApp1.zip - attached on soup soup's post on May 26, 2015).&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I made a minor modification to UXPage1.xaml.cs by setting the URL of AxWMPLib.AxWindowsMediaPlayer to a media file which exist in my end.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;from:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;axWmp.URL = @"C:\Users\Public\Videos\Sample Videos\野生动物.wmv";&lt;/pre&gt;&lt;br&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;to:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;axWmp.URL = @"C:\Windows\Media\tada.wav";&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The result is (AllowsTransparency="True"): when user navigates to "ActiveX" page, I can hear that tada.wav is played. This proves that the ActiveX control works. It just can't be seen.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Next, I create another project which uses native WPF controls (without using ClientUI controls). Then set WindowStyle to None; and AllowsTransparency to True.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The result is similar. The ActiveX control works, but not visible.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;In my opinion, it comes to a conclusion that enabling AllowsTransparency will causing ActiveX control becomes invisible. It isn't ClientUI bug since native WPF control show this behavior as well.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please let me know if you have different thoughts.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>how to show activeX control in UXPage or UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/how-to-show-activeX-control-in-UXPage-or-UXWindow/</link><pubDate>Tue, 26 May 2015 05:53:44 GMT</pubDate><dc:creator>soup27</dc:creator><category>ActiveX Control</category><description>&lt;p&gt;&lt;span id="tran_0_0"&gt;I have found the cause of the problem. When I set the MainWindow style like the following:&lt;br&gt;The ActiveX control does not work. The sample file link:(&lt;a href="http://pan.baidu.com/s/1qWl0YHQ"&gt;http://pan.baidu.com/s/1qWl0YHQ&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;span&gt;&lt;pre&gt;AllowsTransparency="True"&lt;/pre&gt;&lt;/span&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span face="Courier New" style="background-color: rgb(255, 252, 225);"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>how to show activeX control in UXPage or UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/how-to-show-activeX-control-in-UXPage-or-UXWindow/</link><pubDate>Tue, 26 May 2015 02:29:57 GMT</pubDate><dc:creator>yudi</dc:creator><category>ActiveX Control</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I'm using the walkthrough article: &lt;a href="https://msdn.microsoft.com/en-us/library/ms742735%28v=vs.110%29.aspx" target="_blank"&gt;Hosting an ActiveX Control in WPF&lt;/a&gt;, and start create a simple test project which shows how to host ActiveX control in UXPage.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;When I run the application, the ActiveX control appear and work as expected. I enclosed my simple project for reference.&lt;br&gt;Should you find anything that I might miss during my attempt to reproduce the reported problem, please feel free to let me know.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>how to show activeX control in UXPage or UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/how-to-show-activeX-control-in-UXPage-or-UXWindow/</link><pubDate>Mon, 25 May 2015 04:25:17 GMT</pubDate><dc:creator>soup27</dc:creator><category>ActiveX Control</category><description>&lt;p&gt;my application is WPF windows host application, not website.&lt;/p&gt;&lt;p&gt;is the clientui wpf&amp;nbsp;not supported for activeX control?&lt;/p&gt;</description></item><item><title>how to show activeX control in UXPage or UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/how-to-show-activeX-control-in-UXPage-or-UXWindow/</link><pubDate>Mon, 25 May 2015 03:38:00 GMT</pubDate><dc:creator>yudi</dc:creator><category>ActiveX Control</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;It is not possible for an ActiveX control to run inside of Silverlight.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;However, it is possible to have an html page host both Silverlight and an ActiveX control and have these two communicate via javascript.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>how to show activeX control in UXPage or UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/how-to-show-activeX-control-in-UXPage-or-UXWindow/</link><pubDate>Sun, 24 May 2015 03:10:21 GMT</pubDate><dc:creator>soup27</dc:creator><category>ActiveX Control</category><description>&lt;p&gt;I have wrote an activeX control and want to show it in a UXPage or UXWindow. when I added it to the UXPage,&amp;nbsp; it can be&amp;nbsp;shown in the designed preview, but when I run the Application&amp;nbsp;and navigate to the page with the activeX control, it does not work,nothing can be seen.&lt;/p&gt;&lt;p&gt;if UXPage or UXWindow can not show an activeX control?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>