<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>alpacatech</author_name>
  <author_url>https://blog.hatena.ne.jp/alpacatech/</author_url>
  <blog_title>Alpaca Tech Blog</blog_title>
  <blog_url>https://alpacatech.hateblo.jp/</blog_url>
  <categories>
    <anon>C++/CLI</anon>
  </categories>
  <description>フォームのプロパティ変更 AllowDrop = True イベント処理 DragEnterとDragDrop （ドロップ許可とドロップ処理） が必要 // ファイルドロップエンター private: System::Void MainForm_DragEnter(System::Object^ sender, System::Windows::Forms::DragEventArgs^ e) { if (e-&gt;Data-&gt;GetDataPresent(DataFormats::FileDrop)) { e-&gt;Effect = DragDropEffects::Copy; } } // ファイ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Falpacatech.hateblo.jp%2Fentry%2F2017%2F09%2F07%2F204457&quot; title=&quot;ファイルのドラッグドロップ受付 - Alpaca Tech Blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-09-07 20:44:57</published>
  <title>ファイルのドラッグドロップ受付</title>
  <type>rich</type>
  <url>https://alpacatech.hateblo.jp/entry/2017/09/07/204457</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
