<?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 : [problem] DRAG AND DROP from Explorer</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [problem] DRAG AND DROP from Explorer]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 18:44:38 +0000</pubDate>
  <lastBuildDate>Tue, 25 Oct 2011 14:10:36 +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=18753</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[[problem] DRAG AND DROP from Explorer : I have another i tested, test...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=66678&amp;title=problem-drag-and-drop-from-explorer#66678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6659">Developerx</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 25 October 2011 at 2:10pm<br /><br /><p>I have another i tested, test this..rename to test.exe.manifest put in same dir as your exe.</p><p><br></p><p>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;<br>    &lt;assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"&gt;<br>    &lt;trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"&gt;<br>        &lt;security&gt;<br>            &lt;requestedPrivileges&gt;<br>                &lt;requestedExecutionLevel level="asInvoker" uiAccess="false"/&gt;<br>            &lt;/requestedPrivileges&gt;<br>        &lt;/security&gt;<br>    &lt;/trustInfo&gt;<br>&lt;/assembly&gt;</p>]]>
   </description>
   <pubDate>Tue, 25 Oct 2011 14:10:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=66678&amp;title=problem-drag-and-drop-from-explorer#66678</guid>
  </item> 
  <item>
   <title><![CDATA[[problem] DRAG AND DROP from Explorer : Hello Josnav,  I have tested...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=66677&amp;title=problem-drag-and-drop-from-explorer#66677</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6659">Developerx</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 25 October 2011 at 2:07pm<br /><br /><p>Hello Josnav,</p><p>I have tested both Xp and Win7 with drag and drop, the problem is related to Win7 and the so called security madness. manifest file maybe fix it I have made one which i tested on Win7, i post what i have tested. VB6 compiled exe. I dont use 7, i only want to test my applications.</p><p>test.exe (vb6 compiled exe)</p><p>put the xml manifest stuff into a file called test.exe.manifest</p><p>1. notepad paste manifest and save as, as type * and filename test.exe.manifest</p><p><br></p><p>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;<br>&lt;assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"&gt; <br>  &lt;assemblyIdentity<br>     version="1.0.0.0"<br>     processorArchitecture="*"<br>     name="MyMagicalApplication"<br>     type="win32"<br>  /&gt; <br>  &lt;description&gt;Sample manifest for your super cool application&lt;/description&gt; <br><br>  &lt;!-- Request version 6 of the common controls. --&gt;<br>  &lt;dependency&gt;<br>    &lt;dependentAssembly&gt;<br>      &lt;assemblyIdentity<br>        type="win32"<br>        name="Microsoft.Windows.Common-Controls"<br>        version="6.0.0.0"<br>        processorArchitecture="*"<br>        publicKeyToken="6595b64144ccf1df"<br>        language="*"<br>      /&gt;<br>    &lt;/dependentAssembly&gt;<br> &lt;/dependency&gt;<br><br>  &lt;!-- Identify the application security requirements. --&gt;<br>  &lt;trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"&gt;<br>    &lt;security&gt;<br>      &lt;requestedPrivileges&gt;<br>        &lt;requestedExecutionLevel<br>          level="requireAdministrator"<br>          uiAccess="false"<br>        /&gt;<br>      &lt;/requestedPrivileges&gt;<br>    &lt;/security&gt;<br>  &lt;/trustInfo&gt;<br>&lt;/assembly&gt;</p>]]>
   </description>
   <pubDate>Tue, 25 Oct 2011 14:07:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=66677&amp;title=problem-drag-and-drop-from-explorer#66677</guid>
  </item> 
  <item>
   <title><![CDATA[[problem] DRAG AND DROP from Explorer :   The programs you are dragging...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65895&amp;title=problem-drag-and-drop-from-explorer#65895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 12 August 2011 at 8:53am<br /><br />The programs you are dragging from or dropping to must have the same privileges.&nbsp; Its built in security of the OS.&nbsp; There should be an article on these forums about modifying the manifest to make your program run at a higher level.<br><br>And he meant SortedDragDrop = True<br>]]>
   </description>
   <pubDate>Fri, 12 Aug 2011 08:53:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65895&amp;title=problem-drag-and-drop-from-explorer#65895</guid>
  </item> 
  <item>
   <title><![CDATA[[problem] DRAG AND DROP from Explorer : Yes, tested with 64 bits. No luck....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65894&amp;title=problem-drag-and-drop-from-explorer#65894</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6937">josnav</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 12 August 2011 at 5:54am<br /><br />Yes, tested with 64 bits. No luck. Tested in WXP and it works so, maybe it is a bug with admin privileges of EXPLORER.EXE process but in W7 64 bits doesn't work. <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" alt="Cry" title="Cry" /><br><br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Aaron" alt="Originally posted by Aaron" style="vertical-align: text-bottom;" /> <strong>Aaron wrote:</strong><br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by josnav" alt="Originally posted by josnav" style="vertical-align: text-bottom;" /> <strong>josnav wrote:</strong><br /><br /><div>&nbsp;</div><div>&#091;...&#093;<br>I'm testing in W7 64 bits with VB 6.0<br>&#091;...&#093;</div><div>&nbsp;</div><div></td></tr></table> </div><div>&nbsp;</div><div>Hi,</div><div>&nbsp;</div><div>I don't have W7 so I can't test it for you... Did you replace ReportControl with 64 bits version?</div><div>&nbsp;</div></td></tr></table>]]>
   </description>
   <pubDate>Fri, 12 Aug 2011 05:54:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65894&amp;title=problem-drag-and-drop-from-explorer#65894</guid>
  </item> 
  <item>
   <title><![CDATA[[problem] DRAG AND DROP from Explorer : OLEDragDrop is an event, not a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65893&amp;title=problem-drag-and-drop-from-explorer#65893</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6937">josnav</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 12 August 2011 at 5:52am<br /><br />OLEDragDrop is an event, not a property. <br>SortDragDrop doesn't exist&nbsp; <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" alt="C&#111;nfused" title="C&#111;nfused" /><br><br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by bellmik" alt="Originally posted by bellmik" style="vertical-align: text-bottom;" /> <strong>bellmik wrote:</strong><br /><br />Two features are necessary for drag drop to work.<br><br>OLEDragDrop = True<br>SortDragDrop = True<br><br><br></td></tr></table>]]>
   </description>
   <pubDate>Fri, 12 Aug 2011 05:52:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65893&amp;title=problem-drag-and-drop-from-explorer#65893</guid>
  </item> 
  <item>
   <title><![CDATA[[problem] DRAG AND DROP from Explorer : Two features are necessary for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65838&amp;title=problem-drag-and-drop-from-explorer#65838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6945">bellmik</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 09 August 2011 at 9:24am<br /><br />Two features are necessary for drag drop to work.<br><br>OLEDragDrop = True<br>SortDragDrop = True<br><br><br>]]>
   </description>
   <pubDate>Tue, 09 Aug 2011 09:24:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65838&amp;title=problem-drag-and-drop-from-explorer#65838</guid>
  </item> 
  <item>
   <title><![CDATA[[problem] DRAG AND DROP from Explorer :   josnav wrote:  I&amp;#039;m testing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65782&amp;title=problem-drag-and-drop-from-explorer#65782</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 08 August 2011 at 1:31am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by josnav" alt="Originally posted by josnav" style="vertical-align: text-bottom;" /> <strong>josnav wrote:</strong><br /><br /><DIV>&nbsp;</DIV><DIV>&#091;...&#093;<BR>I'm testing in W7 64 bits with VB 6.0<BR>&#091;...&#093;</DIV><DIV>&nbsp;</DIV><DIV></td></tr></table> </DIV><DIV>&nbsp;</DIV><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>I don't have W7 so I can't test it for you... Did you replace ReportControl with 64 bits version?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 08 Aug 2011 01:31:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65782&amp;title=problem-drag-and-drop-from-explorer#65782</guid>
  </item> 
  <item>
   <title><![CDATA[[problem] DRAG AND DROP from Explorer :    josnav wrote:Visual Basic...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65781&amp;title=problem-drag-and-drop-from-explorer#65781</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 07 August 2011 at 9:53pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by josnav" alt="Originally posted by josnav" style="vertical-align: text-bottom;" /> <strong>josnav wrote:</strong><br /><br /><br>Visual Basic says that xtpColumnOffice2007 does not exist<br></td></tr></table><br><br>Hi,<br><br>use xtpColumnResource for Office 2007 and 2010.<br><br>Andre<br><br>]]>
   </description>
   <pubDate>Sun, 07 Aug 2011 21:53:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65781&amp;title=problem-drag-and-drop-from-explorer#65781</guid>
  </item> 
  <item>
   <title><![CDATA[[problem] DRAG AND DROP from Explorer : Thanks for your answer, I&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65774&amp;title=problem-drag-and-drop-from-explorer#65774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6937">josnav</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 07 August 2011 at 6:35am<br /><br />Thanks for your answer, I'm very fool with that error.<br><br>No, I have only changed a compiler error variable, in .PaintManager.ColumnStyle = xtpColumnOffice2007<br>Visual Basic says that xtpColumnOffice2007 does not exist so I put xtpColumnOffice2003<br>Only that, and that is a cosmetical change.<br>I run the EXE compiled, and when I try to drag &amp; drop a file from explorer, I see the icon with the circle and the line crossed that dont allow to do it. <br>I'm testing in W7 64 bits with VB 6.0<br><br>This is my exe compiled:<br>http://www.uploadonall.com/files/0TEIOSUR/DropFiles.rar<br><br>I need to get that function but it doesnt works...<br>]]>
   </description>
   <pubDate>Sun, 07 Aug 2011 06:35:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65774&amp;title=problem-drag-and-drop-from-explorer#65774</guid>
  </item> 
  <item>
   <title><![CDATA[[problem] DRAG AND DROP from Explorer : Hi,  I tried same test project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65772&amp;title=problem-drag-and-drop-from-explorer#65772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18753<br /><strong>Posted:</strong> 07 August 2011 at 5:38am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I tried same test project with V15.0.1 - V15.0.2 and V15.1.2 and they all work OK. Did you change something, if so, show me what you did and I will see what can be done <img src="https://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 07 Aug 2011 05:38:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18753&amp;PID=65772&amp;title=problem-drag-and-drop-from-explorer#65772</guid>
  </item> 
 </channel>
</rss>