想請教ListBox的使用 |
尚未結案
|
raistlinmiao
一般會員 發表:17 回覆:20 積分:12 註冊:2004-10-22 發送簡訊給我 |
|
GGL
資深會員 發表:104 回覆:600 積分:335 註冊:2006-11-05 發送簡訊給我 |
|
GGL
資深會員 發表:104 回覆:600 積分:335 註冊:2006-11-05 發送簡訊給我 |
第二個問題:
void __fastcall TForm1::ListBox1DragDrop(TObject *Sender, TObject *Source, int X, int Y) { TPoint p; int mIndex, mDropItem; String s; p.x= X; p.y= Y; // 原未被拖曳的位置index mDropItem= ListBox1->ItemIndex; // 最新拖曳的位置index mIndex= ListBox1->ItemAtPos(p, true); // 對調兩者 if (mIndex >= 0) { s= ListBox1->Items->Strings[mDropItem]; ListBox1->Items->Delete(mDropItem); ListBox1->Items->Insert(mIndex, s); } } //--------------------------------------------------------------------------- void __fastcall TForm1::ListBox1DragOver(TObject *Sender, TObject *Source, int X, int Y, TDragState State, bool &Accept) { Accept=true; } //---------------------------------------------------------------------------我是參考http://delphi.ktop.com.tw/topic.php?topic_id=30148 這篇是delphi的有些部分我不知道怎麼改,就照自己的意思改,如果程式有錯再提出來 |
raistlinmiao
一般會員 發表:17 回覆:20 積分:12 註冊:2004-10-22 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |