<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - ActiveX</title>
 <link>http://www.oehive.org/taxonomy/term/165/0</link>
 <description></description>
 <language>oehive</language>
<item>
 <title>Does anybody uses Prolint with  ActiveX</title>
 <link>http://www.oehive.org/node/2313</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
I try to use the newest version of Prolint which uses ActiveX. And cannot get it working with MSCOMCTL.OCX.&lt;br /&gt;
I need to know if anybody got it working on OpenEdgee is in 11.5.&lt;br /&gt;
Hanna&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/proparse_group&quot; class=&quot;og_links&quot;&gt;Proparse Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/2313#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/165">ActiveX</category>
 <category domain="http://www.oehive.org/taxonomy/term/1085">Logwin</category>
 <category domain="http://www.oehive.org/taxonomy/term/1086">Logwin8</category>
 <category domain="http://www.oehive.org/taxonomy/term/155">Prolint</category>
 <group domain="http://www.oehive.org/node/194">Hive group</group>
 <group domain="http://www.oehive.org/prolint">Prolint</group>
 <group domain="http://www.oehive.org/proparse_group">Proparse Group</group>
 <pubDate>Fri, 10 Jul 2015 12:46:35 +0000</pubDate>
 <dc:creator>HannaB</dc:creator>
 <guid isPermaLink="false">2313 at http://www.oehive.org</guid>
</item>
<item>
 <title>Codejock ShortcutBar and CommandBarsFrame</title>
 <link>http://www.oehive.org/node/924</link>
 <description>&lt;p&gt;This is my first attempt at a blog, forgive me for any newbie blog errors.&lt;br /&gt;
I&#039;m developing a non-smart Progress window using the Codejock ShortcutBar and CommandBarsFrame controls.&lt;br /&gt;
I use Codejock 11.1 and Progress 10.1B01&lt;/p&gt;
&lt;p&gt;I cannot share the actual code I developed, but I will try to share some of solutions for issues I encountered.&lt;/p&gt;
&lt;h2&gt;ShortcutBar&lt;/h2&gt;
&lt;h3&gt;Items&lt;/h3&gt;
&lt;p&gt;The items added using AddItem must be windows, passing the hWnd of a frame won&#039;t work.&lt;br /&gt;
Progress windows aren&#039;t really suited for this job, but with the extra undocumented &lt;/p&gt;
&lt;pre&gt;&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/win32api&quot; class=&quot;og_links&quot;&gt;Win32 API samples&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/924&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/924#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/165">ActiveX</category>
 <category domain="http://www.oehive.org/taxonomy/term/376">Codejock</category>
 <category domain="http://www.oehive.org/taxonomy/term/378">CommandBarsFrame</category>
 <category domain="http://www.oehive.org/taxonomy/term/377">ShortcutBar</category>
 <category domain="http://www.oehive.org/taxonomy/term/142">Code Samples</category>
 <group domain="http://www.oehive.org/win32api">Win32 API samples</group>
 <pubDate>Wed, 18 Jul 2007 10:44:48 +0000</pubDate>
 <dc:creator>c_verbiest</dc:creator>
 <guid isPermaLink="false">924 at http://www.oehive.org</guid>
</item>
<item>
 <title>Generate include files for Windows constants</title>
 <link>http://www.oehive.org/project/TypeLibConstants</link>
 <description>&lt;p&gt;The included program allows the generation of include files containing pre-processor definition for all of the constants within any type library. Type libraries may either be specific type library files (.olb,.tlb) or can be contained within .exe,.dll or .ocx files.&lt;br /&gt;
I typically need to know constants when working with COM or ActiveX objects in the 4GL. Often, the documentation for such objects refers to various property values by the name of the constant. This is because most documentation is geared towards development environments where the constant values will automatically be made available to the developer. Such is not the case for Progress.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/project/TypeLibConstants&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.oehive.org/taxonomy/term/165">ActiveX</category>
 <category domain="http://www.oehive.org/taxonomy/term/162">COM</category>
 <category domain="http://www.oehive.org/taxonomy/term/161">Constants</category>
 <category domain="http://www.oehive.org/taxonomy/term/163">PRE-Processor</category>
 <category domain="http://www.oehive.org/taxonomy/term/164">Type Library</category>
 <category domain="http://www.oehive.org/taxonomy/term/134">Operating System and Application Interfaces</category>
 <category domain="http://www.oehive.org/taxonomy/term/150">All Projects</category>
 <enclosure url="http://www.oehive.org/files/TypeLibrary.zip" length="63353" type="application/x-zip-compressed" />
 <pubDate>Fri, 06 Oct 2006 09:51:53 +0000</pubDate>
 <dc:creator>tbergman</dc:creator>
 <guid isPermaLink="false">580 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
