}EXhbOŃ}Ct[`悵
picture_Paint(sender,e)
`悵ꍇAL֐
				 e->Graphics->DrawImage( bitmap, g->VisibleClipBounds );
ƂāAmouse_Move()
			 pictureBox1->Refresh();
ƂΗǂ
http://dobon.net/vb/dotnet/control/refreshupdateinvalidate.html

sǂݍ
				 System::IO::StreamReader^ reader = gcnew System::IO::StreamReader(
					 this->openFileDialog1->FileName,
					 System::Text::Encoding::GetEncoding("shift-jis"));
				 String^ str = reader->ReadToEnd();

				 System::IO::StringReader^ sr = gcnew System::IO::StringReader(
					 str);

				 while( sr->Peek() > -1) {

cli::array
http://cppcli.shacknet.nu/cli:array

_uobt@O
  Me.SetStyle(ControlStyles.DoubleBuffer, True)
  Me.SetStyle(ControlStyles.UserPaint, True)
  Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True)
http://www.atmarkit.co.jp/fdotnet/dotnettips/197doublebuf/doublebuf.html
