ToString的格式們
C  貨幣   3.5.ToString("C")  ¥3.50

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

private void Grid_Welkin_PreRender(object sender, System.EventArgs e)
{

  string myType = ""; // 種類

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

用Grid的ItemDataBound的事件
private void GridWelkin_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e)
{

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

WinForm用程式加入某個信任的網站和更改IE瀏覽器的設定

三個參考的網站

http://support.microsoft.com/kb/182569/

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

Flash是用AS3寫的

加入

import flash.external.*;

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

<div id="name"></div>

<script type=text/javascript src="http://connect.facebook.net/zh_TW/all.js"></script>

<script type="text/javascript"> 

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

先引用using System.ComponentModel;

 

//下面這段加到class上面的話則此控制項的一些說明會出現在左邊那條ToolBar上

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

首先呢,圖片要加到一個MovieClip裡面

然後再把Flash內建的Filter(濾鏡)用上去就好了

 

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

//這裡有介紹各種Flash的開發環境要怎麼貼圖

http://www.insideria.com/2008/05/textures-wireframe-bitmap-movi-1.html

 

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

 //先到http://urlrewriter.net/裡面的Doenload 下載一個dll

 

 //加入參考在Release裡的Intelligencia.UrlRewriter.dll 

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