Click here to Skip to main content
15,922,696 members

Comments by Jack1848238528 (Top 5 by date)

Jack1848238528 6-Sep-11 4:06am View    
I tried doing both these solutions... but it still exits with the same error on checking if the file exists... 'if (File.Exists(path))' The path that was specified in the other code is "properties/lava.properties"
Jack1848238528 9-Jun-11 3:36am View    
Nvm.... found the error... its fixed
Jack1848238528 9-Jun-11 3:33am View    
The error was the word void, thats why i put the _ _ around it. The code is normally.., "private void fileOpen_Click(object sender, EventArgs e)"
Jack1848238528 9-Jun-11 3:32am View    
When inserting the code from your second link, I get the error, "Expected class, delegate, enum, interface or struct." That came from the first line, "private _void_ fileOpen_Click(object sender, EventArgs e)
Jack1848238528 9-Jun-11 3:26am View    
I tried using these methods... still came up with many errors.