<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>「ショートカットを作成する」へのコメント</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;id=file%2Fcreateshortcut.html</link>
<description>「ショートカットを作成する」に投稿されたコメントの一覧</description>
<language>ja</language>
<image>
<url>https://dobon.net/banner/dbs1.gif</url>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;id=file%2Fcreateshortcut.html</link>
<title>「ショートカットを作成する」へのコメント</title>
<width>88</width>
<height>31</height>
</image>
<item>
<title>通常のコメント</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;id=file%2Fcreateshortcut.html#9</link>
<description><![CDATA[　補足の、<br>「ソリューションエクスプローラーの「参照設定」で「IWshRuntimeLibrary」を選択し、プロパティの「相互運用機能型の埋め込み」をFalseにする方法があります。」<br>　でエラーの修正ができました。<br>　いつもお世話になっております。ありがとうざいます。又、サイトを閲覧させて頂きます。]]></description>
<pubDate>Sat, 04 Mar 2023 09:09:33 +0900</pubDate>
<guid>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;id=file%2Fcreateshortcut.html#9</guid>
</item>
<item>
<title>通常のコメント</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#8</link>
<description><![CDATA[&gt; ここに書いてあるとおりにやったんですが、IWshShortcut shortcut = (IWshShortcut)&gt; shell.CreateShortcut(shortcutPath);のところで、<br>&gt; 型 'System.Runtime.InteropServices.COMException' のハンドルされていない例外が Sample.exe で発生しました<br>&gt; 追加情報: 例外が発生しました。 (HRESULT からの例外: 0x80020009 (DISP_E_EXCEPTION))<br><br>shortcutPathの拡張子「.lnk」を消したところ、同じ例外がスローされました。]]></description>
<pubDate>Tue, 27 May 2014 02:13:05 +0900</pubDate>
<guid>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#8</guid>
</item>
<item>
<title>通常のコメント</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#7</link>
<description><![CDATA[ここに書いてあるとおりにやったんですが、IWshShortcut shortcut = (IWshShortcut)shell.CreateShortcut(shortcutPath);のところで、<br>型 'System.Runtime.InteropServices.COMException' のハンドルされていない例外が Sample.exe で発生しました<br><br>追加情報: 例外が発生しました。 (HRESULT からの例外: 0x80020009 (DISP_E_EXCEPTION))<br><br>という例外が発生するんですがどうしたらいいでしょうか？]]></description>
<pubDate>Sun, 27 Apr 2014 23:27:48 +0900</pubDate>
<guid>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#7</guid>
</item>
<item>
<title>通常のコメント</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#6</link>
<description><![CDATA[CreateShortcutに既存のlnkファイルを指定すると情報を取得できるので、それも並べて書いておいてもいいかと思います。]]></description>
<pubDate>Sat, 07 Dec 2013 23:12:22 +0900</pubDate>
<guid>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#6</guid>
</item>
<item>
<title>通常のコメント</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#5</link>
<description><![CDATA[&gt; 上記の方法で作成したショートカットを削除するにはどうしたらよいのでしょう？<br><br>ファイルをコピー、移動（名前の変更）、削除する<br>http://dobon.net/vb/dotnet/file/filecopy.html<br><br>で紹介している方法で削除してください。]]></description>
<pubDate>Mon, 02 Sep 2013 01:07:39 +0900</pubDate>
<guid>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#5</guid>
</item>
<item>
<title>評価の理由</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#4</link>
<description><![CDATA[評価：良い<br>大変参考になりました。<br><br>また、上記の方法で作成したショートカットを削除するにはどうしたらよいのでしょう？]]></description>
<pubDate>Wed, 14 Aug 2013 08:55:05 +0900</pubDate>
<guid>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#4</guid>
</item>
<item>
<title>通常のコメント</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#3</link>
<description><![CDATA[&gt; WshShellClass shell = new WshShellClass();<br>&gt; の部分で、以下のエラーが出ました。<br>&gt; 「相互運用型&quot;IWshRuntimeLibrary.WshShellClass&quot;を埋め込むことができません。代わりに運用可能なインターフェイスを使用してください。」<br><br>.NET Framework 4.0からこのようになったようです。「相互運用機能型の埋め込み」をFalseにする以外に、「WshShellClass」を「WshShell」にすれば解決できるようです。ご報告、ありがとうございました。]]></description>
<pubDate>Sat, 06 Jul 2013 00:56:26 +0900</pubDate>
<guid>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#3</guid>
</item>
<item>
<title>通常のコメント</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#2</link>
<description><![CDATA[WshShellClass shell = new WshShellClass();<br>の部分で、以下のエラーが出ました。<br>「相互運用型&quot;IWshRuntimeLibrary.WshShellClass&quot;を埋め込むことができません。代わりに運用可能なインターフェイスを使用してください。」<br>詳しい原因はわからないままですが、とりあえず下記URLの方法でエラーはなくなったので、ご報告まで。<br><br>http://nine-works.blog.ocn.ne.jp/blog/2011/01/post_a5c5.html]]></description>
<pubDate>Thu, 18 Apr 2013 09:55:09 +0900</pubDate>
<guid>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#2</guid>
</item>
<item>
<title>評価の理由</title>
<link>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#1</link>
<description><![CDATA[評価：良い<br>大変判りやすく、助かりました。]]></description>
<pubDate>Tue, 05 Oct 2010 17:05:14 +0900</pubDate>
<guid>https://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=file%2Fcreateshortcut.html#1</guid>
</item>
</channel>
</rss>