首 页 | 新 闻 | Symbian | Android| Windows Mobile | J2ME | 下载中心 | 游戏策划招聘与求职 | 购书指南 | 视频教程
您现在的位置: 开发视界 >> Windows Mobile >> Windows Mobile联网 >> 正文
基于Windows Mobile 5.0的GPS应用程序开发
作者:wang8712    文章来源:csdn blog    更新时间:2007-9-25 10:55:14

                str = "经度:" +strJd + "\n纬度:" + strWd;

                result = MessageBox.Show(str, "当前坐标", MessageBoxButtons.OKCancel, MessageBoxIcon.Question, MessageBoxDefaultButton.Button2);

                if (result == DialogResult.OK)

                {

                    //将经过确认的坐标数据显示到相应的TextBox

                    wd.Text = strWd;  

                    jd.Text = strJd;

                    return;

                }

             }

        }

 (完)

上一页  [1] [2] [3] [4] [5] [6] 

相关文章:
没有相关文章
 

站点地图 | 加入收藏 | 联系站长 | 广告服务 |
QQ:280529124  Tel:0592-8271361 辽ICP备05021703号