Kadjo

SoftDev Journal

About This Journal

24 June 2007 by Jojo Makiling

Technical concerns tend to find a solution as long as there are good people working on them. And Linux has the very best. - Linus Torvalds

Opening a Folder in .net

May 11th, 2006 by pepesmith

This is for the RR program
Dim jj As FolderBrowserDialog = New FolderBrowserDialog
'//jj.Filter = "Foxpro program(*.prg)|*.prg|All files (*.*)|*.*"
jj.ShowNewFolderButton = False
jj.RootFolder = Environment.SpecialFolder.MyComputer
jj.ShowDialog()
'
Me.txtFoxproProgram.Text = jj.SelectedPat

Posted in Miscellaneous, RR-MIS Program | No Comments »