【GUI】wxWidgets(旧wxWindows) その5【サイザー】 (960レス)
【GUI】wxWidgets(旧wxWindows) その5【サイザー】 http://mevius.5ch.net/test/read.cgi/tech/1270793556/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
277: デフォルトの名無しさん [sage] 2011/11/08(火) 21:06:07.61 void filenameFrame::OnAbout(wxCommandEvent& event) { wxString msg = wxbuildinfo(long_f); wxMessageBox(msg, _("Welcome to...")); } void filenameFrame::OnButton1Click(wxCommandEvent& event) { wxString CurrentDocPath; wxString Filename; wxArrayString Filenames; wxString GetDirectory; wxFileDialog* OpenDialog = new wxFileDialog( this,wxEmptyString,wxEmptyString,wxEmptyString,wxEmptyString,wxFD_MULTIPLE,wxDefaultPosition); if (OpenDialog->ShowModal() == wxID_OK) { CurrentDocPath = OpenDialog->GetPath(); Filename << OpenDialog->GetFilename(); GetDirectory << OpenDialog->GetDirectory(); //Filenames << OpenDialog->GetFilenames[0]; TextCtrl1->SetLabel(CurrentDocPath); TextCtrl2->SetLabel(Filename); TextCtrl3->SetLabel(GetDirectory); //TextCtrl4->SetLabel(Filenames); } OpenDialog->Destroy(); } http://mevius.5ch.net/test/read.cgi/tech/1270793556/277
メモ帳
(0/65535文字)
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
あと 683 レスあります
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.016s