string codepath = Application.StartupPath + @"/code1.bmp";
                                StringBuilder tcode = new StringBuilder(10240);
                                GetCode(codepath, tcode);//调试时候程序到这里就不执行下去了。不知道出了什么错误,不见有出错提示。下面的代码没有执行
                                MessageBox.Show(tcode.ToString());