以下文章轉載自

http://blog.csdn.net/zxmcl/archive/2007/08/02/1723595.aspx

 

welkingunther 發表在 痞客邦 留言(0) 人氣()

兩個辦法

1.Web.Config檔

<configuration>

welkingunther 發表在 痞客邦 留言(0) 人氣()

 

以下文章轉載自

http://miisoo.blogspot.com/2008/01/javascript-string-operations.html

welkingunther 發表在 痞客邦 留言(0) 人氣()

var myobject = new Object();

myobject.welkin1 = 'gunther1';

myobject.welkin2 = 'gunther2';

welkingunther 發表在 痞客邦 留言(0) 人氣()

這是有大師把DirectShowdotnet包起來的DLL!!

http://directshownet.sourceforge.net/

 

welkingunther 發表在 痞客邦 留言(0) 人氣()

這是有大師把Google翻譯的APIdotnet包起來的DLL!!

http://code.google.com/p/google-api-for-dotnet/

 

welkingunther 發表在 痞客邦 留言(0) 人氣()

<div id="detection" style="visibility: hidden;display: none;">

    系統測試

</div>

welkingunther 發表在 痞客邦 留言(1) 人氣()

DataTable dt = new DataTable();

            dt.Columns.Add(new DataColumn("Display", typeof(string)));

           // Language是一個Class

welkingunther 發表在 痞客邦 留言(0) 人氣()

using System.Net;

using System.Net.Mail; 

     

welkingunther 發表在 痞客邦 留言(2) 人氣()

private delegate void MainUICallBack(string myStr, Control ctl);

private void MainUI(string myStr, Control ctl)

{

welkingunther 發表在 痞客邦 留言(0) 人氣()