<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Getting IDataObject interface from DataObject?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Getting IDataObject interface from DataObject?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 07:34:28 +0000</pubDate>
  <lastBuildDate>Sun, 15 Mar 2009 16:41:00 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13003</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Getting IDataObject interface from DataObject? : &amp;#034;Thanks, we will add support...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13003&amp;PID=46725&amp;title=getting-idataobject-interface-from-dataobject#46725</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1401">jpcoffeyXXX</a><br /><strong>Subject:</strong> 13003<br /><strong>Posted:</strong> 15 March 2009 at 4:41pm<br /><br /><br>"Thanks, we will add support of IDataObject cast too."<br><br><br>Oleg, David Huang's suggestion is quite valuable as I have been looking for this functionality as well.&nbsp; Were you able to get this completed for CodeJock Suite Pro 2009?&nbsp; Thank you for your feedback.<br><br>Sincerely,<br><br>John P. Coffey<br>]]>
   </description>
   <pubDate>Sun, 15 Mar 2009 16:41:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13003&amp;PID=46725&amp;title=getting-idataobject-interface-from-dataobject#46725</guid>
  </item> 
  <item>
   <title><![CDATA[Getting IDataObject interface from DataObject? : Hi, Thanks, we will add support...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13003&amp;PID=43866&amp;title=getting-idataobject-interface-from-dataobject#43866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13003<br /><strong>Posted:</strong> 23 December 2008 at 2:02am<br /><br />Hi,<DIV>Thanks, we will add support of IDataObject cast too.</DIV>]]>
   </description>
   <pubDate>Tue, 23 Dec 2008 02:02:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13003&amp;PID=43866&amp;title=getting-idataobject-interface-from-dataobject#43866</guid>
  </item> 
  <item>
   <title><![CDATA[Getting IDataObject interface from DataObject? :  In VB6, the event signature...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13003&amp;PID=43863&amp;title=getting-idataobject-interface-from-dataobject#43863</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4827">DaveH</a><br /><strong>Subject:</strong> 13003<br /><strong>Posted:</strong> 22 December 2008 at 11:10pm<br /><br />In VB6, the event signature for the XtremeSuiteControls' OLEDragDrop event is something like:<br><br>Private Sub ListView1_OLEDragDrop(ByVal Data As XtremeSuiteControls.DataObject, Effect As Long, ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Single, ByVal y As Single)<br><br>The XtremeSuiteControls.DataObject looks the same as the standard VBRun.DataObject—unfortunately, that interface is rather limited compared to the OLE IDataObject interface. Specifically, it's not possible to specify the FORMATETC.lindex parameter that's needed to handle drag and drop of files from the shell (FileGroupDescriptor and FileContents).<br><br>As mentioned in <a href="http://www.mvps.org/emorcillo/en/code/vb6/getidata&#111;bject.shtml" target="_blank">http://www.mvps.org/emorcillo/en/code/vb6/getidataobject.shtml</a>, there's a hack to get an IDataObject from a VBRun.DataObject, and no hack is needed to get one from the VB Common Controls (e.g., MSComctlLib.ListView)—MSComctlLib.DataObject implements the IDataObject interface, so you can simply assign it to an IDataObject variable. Is there some way to do the same for XtremeSuiteControls.DataObject? Assigning it to an IDataObject variable gives a Type mismatch error, and the hack that works for VBRun.DataObject crashes the app (not surprising).]]>
   </description>
   <pubDate>Mon, 22 Dec 2008 23:10:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13003&amp;PID=43863&amp;title=getting-idataobject-interface-from-dataobject#43863</guid>
  </item> 
 </channel>
</rss>