<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>「フォームやコントロールのマウスポインタ（カーソル）を待機状態にする」へのコメント</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;id=form%2Fcursorcurrent.html</link>
<description>「フォームやコントロールのマウスポインタ（カーソル）を待機状態にする」に投稿されたコメントの一覧</description>
<language>ja</language>
<image>
<url>https://dobon.net/banner/dbs1.gif</url>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;id=form%2Fcursorcurrent.html</link>
<title>「フォームやコントロールのマウスポインタ（カーソル）を待機状態にする」へのコメント</title>
<width>88</width>
<height>31</height>
</image>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;id=form%2Fcursorcurrent.html#15</link>
<description><![CDATA[評価：良い<br>簡潔に表現してあり、分かりやすい内容です。]]></description>
<pubDate>Sun, 21 Aug 2016 11:14:54 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;id=form%2Fcursorcurrent.html#15</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#14</link>
<description><![CDATA[評価：良い<br>簡潔で最高です。]]></description>
<pubDate>Wed, 08 Jan 2014 09:42:57 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#14</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#13</link>
<description><![CDATA[評価：良い<br>いつもお世話になっています。<br>簡潔で素敵です。]]></description>
<pubDate>Wed, 11 Apr 2012 18:03:04 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#13</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#12</link>
<description><![CDATA[評価：良い<br>使いや過ぎる]]></description>
<pubDate>Wed, 28 Apr 2010 12:01:03 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#12</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#11</link>
<description><![CDATA[評価：良い<br>以下の方法もあります。<br><br>	// 元のカーソルを保持<br>	Cursor preCursor = Cursor.Current;<br>	// カーソルを待機カーソルに変更<br>	Cursor.Current = Cursors.WaitCursor;<br>	<br>	//5秒間停止する<br>	System.Threading.Thread.Sleep(5000);<br>	<br>	// カーソルを元に戻す<br>	Cursor.Current = preCursor;]]></description>
<pubDate>Fri, 19 Mar 2010 08:29:36 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#11</guid>
</item>
<item>
<title>通常のコメント</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#9</link>
<description><![CDATA[マウスポインタの変更が思い通りにならず困っていました。<br>お陰さまで解決しました。有難う御座いました。]]></description>
<pubDate>Sat, 01 Aug 2009 06:52:43 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#9</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#8</link>
<description><![CDATA[評価：良い<br>Cursors.Defaultしてないのにカーソルがなぜ戻るか不思議に思ってましたが、わかりました。ありがとうございます。]]></description>
<pubDate>Fri, 31 Jul 2009 15:26:45 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#8</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#7</link>
<description><![CDATA[評価：良い<br>明快でした]]></description>
<pubDate>Tue, 28 Jul 2009 16:24:31 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#7</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#6</link>
<description><![CDATA[評価：良い<br>very easy to undersatand]]></description>
<pubDate>Mon, 13 Jul 2009 13:24:02 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#6</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#5</link>
<description><![CDATA[評価：良い<br>参考になりました！]]></description>
<pubDate>Tue, 07 Jul 2009 11:07:08 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#5</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#4</link>
<description><![CDATA[評価：良い<br>参考にさせて頂きます。]]></description>
<pubDate>Wed, 08 Apr 2009 22:25:41 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#4</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#3</link>
<description><![CDATA[評価：良い<br>UserWaitCursorを使用していたのですが、<br>カーソルが更新されず、ずっと悩んでいたのが<br>一発解決したので！！]]></description>
<pubDate>Thu, 19 Apr 2007 17:31:28 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#3</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#2</link>
<description><![CDATA[評価：良い<br>Cursor.Current プロパティを使う方法はすぐに見つかりますが、Control.Cursorプロパティを使う方法はここしか見つけられませんでした。ありがとうございました。]]></description>
<pubDate>Thu, 29 Jun 2006 12:10:52 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#2</guid>
</item>
<item>
<title>評価の理由</title>
<link>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#1</link>
<description><![CDATA[評価：良い<br>開発を行う際に大変役立った。<br>また、解説もわかり易く良かった。]]></description>
<pubDate>Wed, 15 Dec 2004 19:10:11 +0900</pubDate>
<guid>http://dobon.net/cgi-bin/pc/pc.php?mode=v&amp;amp;id=form%2Fcursorcurrent.html#1</guid>
</item>
</channel>
</rss>