Folder browse exception
-
HI when i open a flderbrowse dialog box and select folder "F:\Documents and Settings\Parshant\Local Settings\Application Data\Identities\{9A42BBED-20C1-4620-9381-F7ACFB5D1809}\Microsoft\Outlook Express" then it throw a exception "invalid access to memory location" But when select at another location it works perfect. i written the code DialogResult result = folderBrowserDialog.ShowDialog(); if(result==DialogResult.OK) lbl_dbx_folder_info.Text=folderBrowserDialog.SelectedPath.ToString(); Parshant
-
HI when i open a flderbrowse dialog box and select folder "F:\Documents and Settings\Parshant\Local Settings\Application Data\Identities\{9A42BBED-20C1-4620-9381-F7ACFB5D1809}\Microsoft\Outlook Express" then it throw a exception "invalid access to memory location" But when select at another location it works perfect. i written the code DialogResult result = folderBrowserDialog.ShowDialog(); if(result==DialogResult.OK) lbl_dbx_folder_info.Text=folderBrowserDialog.SelectedPath.ToString(); Parshant
HI, you either don't have access to that folder or it is simply not found. :) jamil abou khalil
-
HI, you either don't have access to that folder or it is simply not found. :) jamil abou khalil
But in case of "openfiledialog" file is simply seleted in side "F:\Documents and Settings\Parshant\Local Settings\Application Data\Identities\{9A42BBED-20C1-4620-9381-F7ACFB5D1809}\Microsoft\Outlook Express" no exception thrown.But in folderbrowsedialoge problem occure. plz help