About Path Select Dialog
C#
3
Posts
2
Posters
21
Views
1
Watching
-
In my application, it needs a dialog of folder selection. Are there a predefined dialog in Windows 2000? Sorry, I am a beginner of Windows Application Programmer.:confused: :confused:
-
opendialog opnfile=new opendialog(); opnfile.filte=.... opnfile.text=....(sorry,I don't remember,please youself look for it in MSDN) if (opnfile.0k=...) { string filename=opnfile.filename; } hope this helps! regards Iverson :omg: