搜索资源列表
demo
- Visual C++.NET实用编程,进行异常处理。学习try catch的使用和异常处理的基本思想。
Asprise-OCR-CSharp-Windows_Server_32bit-4.0
- 识别图片上的文字,识别率有80% 附加c#调用 [DllImport(\"AspriseOCR.dll\")] static extern string craboOCR(string file, int type) private void GetVeryfyCode() { if(File.Exists(_imgPath))//ok now? { try { this.picbVeryfyCode.Image=Syste
TryCatchTest
- This simple Try Catch Test application that show try catch is trapped when calling other classes methods. It demonstrate the fact that whatever and wherever error happens inside one try catch statement its passed to parent.-This is simple Try Ca
