Windows Phone Toast通知

2020-12-13 03:00

阅读:423

标签:style   class   blog   code   ext   color   

try
            {
                string msg = this.richTextBox1.Text;
                string title = "新通知";
                string toastMessage = "" +
                    "" +
                       "" +
                            "" + title + "" +
                            "" + this.textBox1.Text + "" +
                            "" + Uri.EscapeDataString("&title=" + title + "&msg=" + msg) + "" +
                       " " +
                    "";
                byte[] strBytes = new UTF8Encoding().GetBytes(toastMessage);

                MsgLabel.Text = "发送中。。。";
                SendToastNotification(strBytes);
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);
            }

 

Windows Phone Toast通知,搜素材,soscw.com

Windows Phone Toast通知

标签:style   class   blog   code   ext   color   

原文地址:http://www.cnblogs.com/fb-boy/p/3791943.html


评论


亲,登录后才可以留言!