|
답변]먼저 작은 폼(프로그레스를 만들 폼)하나 만들고 나서
Form1->ProgressBar1->Min=0;
Form1->ProgressBar1->Max=ListBox1->Items->Count;//복사할 리스트박스(리스트박스 총라인수)
Form1->Show();
ListBox2->Items->Add(ListBox1->Items->Strings[ListBox1->ItemIndex]
Form1->ProgressBar1->Position=ListBox2->Items->Count;//2번째 대상 리스트박스(계속해서 늘어남)
Form1->Close();
--그럼 열심히 배우세요-------
김홍섭 님이 쓰신 글 :
: 안녕하세요...
:
: 다름이 아니라..... FileListBox에서 ProgressBar를 사용하려고 합니다.
:
: 두개의FileListBox가 있구여..... 한쪽을 선택해서 다른 한쪽으로 복사하는것까지 됩니다...
:
: 근데..ProgressBar를 설정하려고 하니깐... 방법을 잘 모르겠습니다.
:
: 답변 꼭 부탁드립니다.
:
: 그럼.. 모두 즐프하세요.... ^^
|