2011年4月27日 星期三

[C#] 移動滑鼠游標到 x,y 位置

紀錄一下,移動滑鼠游標到某個按鍵上


        [DllImport("user32.dll")]
        static extern bool GetCursorPos(ref Point lpPoint);


 Cursor.Position = new Point(btn2.Location.X + this.Left + 34, btn2.Location.Y + this.Top + 47);

2011年4月12日 星期二

[C# ASP.NET] Server Error in '/' Application.

執行 ASP.NET 2008 的時候,出現錯誤。

Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same.  If the server is on a remote machine, please ensure that it accepts remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection.  If the server is on the local machine, and if the before mentioned registry value does not exist or is set to 0, then the state server connection string must use either 'localhost' or '127.0.0.1' as the server name.


解決方法是

2011年4月11日 星期一

[C#] 簡單快速觀看股票行情 看股小工具

自己寫的簡單看股軟體,可以縮到工具列,目前設定每3分鐘自動更新一次。 

每個人都有自己一套的 選股邏輯,這個軟體 只是把相關資訊 拉出來比較方面觀看。

點我下載


ps. 若下載後不能執行,亦請下載 Microsoft .Net framework 2.0 環境,然後安裝。


簡單設定方式
1.) 點選 Setting
2.) Class,鋼鐵,2002  <-- 代表追加 鋼鐵分類,要觀察的有 2002 這隻個股
3.) 儲存 關閉文字檔
4.) 點擊 GO


[外掛] FaceBook WebGame 劍風戰記 研究

首先 先說明 這是一個自己的研究紀錄。請不要拿來使用 造成別人的困擾。
這是一個 Web Game 劍風戰記 。


使用方式:
-1.必須要開多頁面tab
-2.將下列的網址加入 即可。
-3.當戰鬥畫面出現後,執行相關網址即可。

這個遊戲目前我已經不玩了,但是我印象中 這個 FB Game 有個大Bug

如果你是從 官方 網站  建立帳號的
Bug1.) http://www.lttplay.com/play/JFO/get_member_account.php?uid=E-MAILAddress
           意思就是說 你得到了這個人的E-MAIL帳號  ,就可以直接登入,不需要密碼

如果你是從 FB 連結進入遊戲的
Bug2.) http://www.lttplay.com/play/JFO/get_member_account.php?platform=facebook&uid=fb@xxx
           xxx 是指 FB 個人ID,帳號密碼 都不需要.

1.) 快速成功結束戰鬥
http://s2.jf.lttplay.com/koh/HeroFightShowPopDiv.c

2.)快速關卡作戰勝利
http://s2.jf.lttplay.com/koh/showGKResultSucc.c

3.)10-15 等級副本快速勝利
http://s2.jf.lttplay.com/koh/HeroFightShowPopDiv.c?forFB=1

有興趣的朋友 可以試試。