1
Answer

pasing data between forms and dialog boxes

DirectoryInfo di = new DirectoryInfo(DrvLtr) DrvLtr is a string containing the letter of a drive in Form1 and this code is in a Dialogbox how do i get access to DrvLtr.

Answers (1)