作者xsoho ( )
看板C_and_CPP
标题[问题] GDI+ double buffering in CLI
时间Tue Mar 31 18:21:51 2009
我在Form1中宣告一个System::Windows::Forms::Panel^ panel1, 用来显示图片
希望用scroll时图片不会有断断续续的问题
所以我想用 this->panel1->DoubleBuffered = true; 或是
this->panel1->SetStyle方式都不行,他都显示
error C3767: 'System::Windows::Forms::Control::SetStyle':
candidate function(s) not accessible
请问有什麽方法可以让panel1显示图片顺畅? 谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 59.124.69.118