Mona

Mona/Wikilog/002


void chgcol()
{
	this->Show();
	for (; this->visible; Application::DoEvents())
	{
		label1->set_ForeColor(Color::FromArgb(osapal_r[col], osapal_g[col], osapal_b[col]));
		this->label1->set_Text(
		    "縲 		    "縲 		    "縲 		    "orz orz orz orz");
		col++;
		if (col > 7)
			col = 0;
		sleep(500);
	}
}
../../../include/gui/System/Mona/Forms/Control.h: In member function `void
   Form1::chgcol()':
../../../include/gui/System/Mona/Forms/Control.h:36: error: `bool
   System::Mona::Forms::Control::visible' is private
Form1.cpp:31: error: within this context

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2008-10-12 (日) 04:20:39