GetCode()的问题
string codepath = Application.StartupPath + @"/code1.bmp";
                                 StringBuilder tcode = new StringBuilder(10240);
                                 GetCode(codepath, tcode);//调试时候程序到这里就不执行下去了。不知道出了什么错误,不见有出错提示。下面的代码没有执行
                                 MessageBox.Show(tcode.ToString());
------解决方案--------------------
GetCode是你写的函数,不是标准库函数,天知道怎么回事。