看板 C_and_CPP 關於我們 聯絡資訊
※ 引述《crowneva (eva)》之銘言: : Graphics::TBitmap* BMP=new Graphics::TBitmap(); : TStringList* RawData=new TStringList(); : OpenDialog1->Execute(); // 原來這行刪掉. if(OpenDialog1->Execute()) { : RawData->LoadFromFile(OpenDialog1->FileName) : Byte* ptr=NULL; : int i=0; : for(int y=0;y<BMP->Height;y++) : { : ptr=(Byte*)BMP->ScanLine[y]; : for(int x=0;x<BMP->Width;x++) : { : ptr[x]= RawData->Strings[i++].ToInt(); : } : } : Image2->Picture->Assign(BMP) } : 以上是我的程式碼 : 我是要把txt變成image : 不過執行時 : image都出不來 : 哪位善心人士可以幫我指點迷津嗎?? 有沒有必要全括起來你自己研究吧.... 我只是直接回一下BCB的OpenDialog怎麼用:) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.134.41.4 ※ 編輯: VictorTom 來自: 220.134.41.4 (10/19 18:01)