Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi All Please healp me I want to creat a automatic or in button click new folder at run time i have using VB 6.0 Thank you!!!!!!!!
Hi Suppose u wanna create folder namely wasim in c:\ directory paster this code in click event Private Sub Command1_Click() MkDir ("c:\wasim") End Sub Hope answer to the question bye
Private Sub Command1_Click() MkDir ("c:\wasim") End Sub
pitchu