討論區: プラグイン (Thread #26271)

ストップタイマー (2010-05-15 15:06 by nanashi #50611)

http://pc11.2ch.net/test/read.cgi/gamedev/1269954334/95-96

で議論されたストップタイマーを作っています。
つきましては下記のメソッドをMainWindow.csに追加して頂きたいと思います。
りおりおさん、どうぞよろしくお願いします。


/// <summary>
/// タイマー取得
/// </summary>
public Timer getTimer()
{
return timer;
}

/// <summary>
/// MDI子ウィンドウ最小化
/// </summary>
public void minimizeMdiChildren()
{
foreach (Form frm in this.MdiChildren)
{
frm.WindowState = FormWindowState.Minimized;
}
}

回覆 #50611×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) 登入

RE: ストップタイマー (2010-05-17 10:48 by riorio #50648)

ベータ:2.1.0.8
アルファ:3.1.0.4

にて対応いたしました!
よろしくおねがいします。
回覆: #50611

回覆 #50648×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) 登入

RE: ストップタイマー (2010-05-22 14:56 by nanashi #50757)

りおりおさん、早速のご対応どうもありがとうございます。

http://freetrain.ps.land.to/upload/upload.php
アップローダの ftup0092.zip がストップタイマープラグインです。
どうぞよろしくお願いいたします。
回覆: #50648

回覆 #50757×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) 登入