iframe就是網頁裡面的網頁=.=

先放個iframe標籤

 <iframe id="myIframe" width="800" height="600"></iframe>

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

我們看到的WinForm總是方形的

但可以改成圓形或是多邊形

(在設計畫面看不到,一定要動態更改)

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

//滑鼠移過超連結變色的話只能用下面的方法做

//不能寫到ASP.NET的標籤style="XXX;"裡面

<style type="text/css">

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

就是

如果用css

style="cursor:hand;"

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

就是可以去變化MovieClip的轉換效果

 

//用下面這種,另外一種把物件放到startTransition裡面的方法常會有問題

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

import flash.utils.Timer;

import flash.events.TimerEvent;

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

按下IE的網際網路選項,瀏覽歷程紀錄的設定按下去

檢查儲存的畫面是否有較新的版本裡面有這四個

每次啟動 Internet Explorer

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

DialogResult myResult = MessageBox.Show
(
"你要選是還是否?", "顯示在彈出視窗上面的字"
, MessageBoxButtons.YesNo, MessageBoxIcon.Question);

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

下面這行就是以名字這欄位為準

就可撈出不重複的名字了

DataTable myDT = mySource.DefaultView.ToTable(true, new string[] { "名字" });

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

如果出現

Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

原因是把

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