当前位置: 代码迷 >> Windows Mobile >> 重写backKeyPressEvent事件解决方法
  详细解决方案

重写backKeyPressEvent事件解决方法

热度:70   发布时间:2016-04-25 07:41:15.0
重写backKeyPressEvent事件
C# code
if (!webBrowser1.Source.Equals("http://www.baidu.com"))            {                string newURL = "http://www.baidu.com";                try                {                    newURL = sta.Pop().ToString();                    newURL = sta.Pop().ToString();                }                catch { MessageBox.Show("error!"); }                webBrowser1.Source = new Uri(newURL);             }

每次都会到异常处理 请问是怎么回事?

------解决方案--------------------
什么异常?
sta是什么?
  相关解决方案