﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iwboe-blog &#187; api</title>
	<atom:link href="http://www.iwboe.com/wordpress/tag/api/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iwboe.com/wordpress</link>
	<description>時間::生活::旅行</description>
	<lastBuildDate>Sat, 17 Jul 2010 07:31:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>webBrowser之取消重新傳送對話框</title>
		<link>http://www.iwboe.com/wordpress/2008/12/27/138</link>
		<comments>http://www.iwboe.com/wordpress/2008/12/27/138#comments</comments>
		<pubDate>Sat, 27 Dec 2008 13:34:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C-Sharp]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[C-sharp]]></category>
		<category><![CDATA[webBrowser]]></category>

		<guid isPermaLink="false">http://www.iwboe.com/wordpress/?p=138</guid>
		<description><![CDATA[C# 使用WIN32API須先引入 http://msdn.microsoft.com/zh-tw/library/ms171548.aspx using System.Runtime.InteropServices;  在主程式加入API函數        [DllImport(&#34;User32.dll&#34;, EntryPoint = &#34;FindWindow&#34;)] private static extern IntPtr FindWindow(string lpClassName, string lpWindowName); [DllImport(&#34;User32.dll&#34;)] private static extern IntPtr FindWindowEx(IntPtr hwndParent, int hwndChildAfter, string lpszClass, string lpszWindow); [DllImport(&#34;user32.dll&#34;)] public static extern int GetDlgCtrlID(IntPtr hWnd); [DllImport(&#34;user32.dll&#34;, EntryPoint = &#34;SendMessageA&#34;)] private static extern int SendMessage(IntPtr hwnd, int wMsg, int wParam, IntPtr lParam); [...]]]></description>
		<wfw:commentRss>http://www.iwboe.com/wordpress/2008/12/27/138/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
