Time of Update: 2018-12-03
1. 加一個標記:加標記,是地圖中最常用的方法。它和bing map又有所不同,首先所在的命名空間不同;其次顯示方式不同;但總之都是可以在類比上啟動並執行。Pushpin pin = new Pushpin();pin.Location = new GeoCoordinate(30.259497, 120.129798);pin.Width = 200;pin.Height = 200;pin.Content = "test";pin.Background
Time of Update: 2018-12-03
前台頁面代碼:<!--資料列表開始--> <ScrollViewer HorizontalScrollBarVisibility="Auto" BorderBrush="White" BorderThickness="1" Margin="0,120,0,0"> <StackPanel Height="450"> <!--<Border
Time of Update: 2018-12-03
娜娜一直說我寫部落格沒有文字描述,不過我覺得直接上代碼才乾脆wp的兄弟們,IsolatedStorageSettings 操作類奉上。using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using
Time of Update: 2018-12-03
首先是 後台類 /// <summary> /// 上傳檔案 /// </summary> public class UploadFile { public UploadFile() { } /// <summary> /// 根據檔案名稱、檔案類型與檔案流實現化 /// </
Time of Update: 2018-12-03
private void listbox1_MouseMove(object sender, MouseEventArgs e) { if (Result[0] == "1") { //擷取listbox的子類型ScrollViewer ScrollViewer scrollViewer = FindChildOfType<ScrollViewer&
Time of Update: 2018-12-03
對於Silverlight程式,可以使用下面的方法類比1. 使用DispatcherTimer. System.Windows.Threading.DispatcherTimer dpt = new System.Windows.Threading.DispatcherTimer(); dpt.Interval = new TimeSpan(0, 0, 1); dpt.Tick += new EventHandler(dpt_Tick);
Time of Update: 2018-12-03
在學習Windows Phone開發的過程中,你可能會遇到頁面的概念,這裡和大家分享一下,Windows Phone開發中的頁面和silverlight不是完全一樣的,silverlight是由Frame和Page產生,而WP7是由PhoneApplicationFrame和PhoneApplicationPage產生的。Windows
Time of Update: 2018-12-03
分頁方法:using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using
Time of Update: 2018-12-03
代碼真的太簡單,只要大家願意真的就只是Ctrl+C一下的事兒。方便大家少寫代碼,直接上代碼。using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.
Time of Update: 2018-12-03
雖然CSDN的Windows phone7開發專欄已經開通了很長時間了 點擊跳轉到專欄 ,但是感覺還是沒有能把技術和知識點集中。現在把我所有windows phone7的博文都集中歸納了一下,希望能達到應有的效果!由於文章太多,最新動向的我將會在文章後面標註(New)控制項篇:windows phone開發之 listbox分頁載入資料windows phone開發之Image控制項windows phone開發之 ListBox控制項windows phone開發之
Time of Update: 2018-12-03
去年在年底放假前最後一天趕出來一個Windows phone7的微部落格戶端。很多的Bug和功能性的問題,年後上班一個多禮拜了,把去年的微博重新整理了一下,頁面最佳化,功能完善,修複Bug。在此發布曬一下第二版的微博,看看有木有比第一個版本的好很多啊! 第一版:點擊開啟第一版Windows
Time of Update: 2018-12-03
連續加班了幾天,終於在年底出來了一個預覽版,不過還需要用兩天完善和修改一些細節問題。因為windows phone的用戶端比較少,很多都是摸著石頭過河,參考了一下新浪的Windows phone用戶端的介面布局。現在把相關的項目貼出來。關於開發的一些常用的方法我在開發的過程中都有記錄留下來。我回過頭來看了一下上次做的一個Windows phone的業務系統 點擊開啟連結 ,看來比上次複雜很多。關於這個Window phone的程式碼,如果有需要或者有興趣參考的我可以提供部分公用調用處理代碼。
Time of Update: 2018-12-03
最近不算太忙,於是想試試window
Time of Update: 2018-12-03
昨天研究了一下Coding4Fun的對話方塊,發現還是太複雜,不符合我的風格,簡單、低調就好。於是順便看了一下ToastPrompt,然後做了一個物件導向封裝首先程式碼片段: /// <summary> /// 資訊提示 /// </summary> /// <param name="content">提示的資訊內容</param> /// <param
Time of Update: 2018-12-03
今天開啟Microsoft Visual Studio 2010 Express for Windows Phone,開啟一個工程,雙擊xaml檔案,發現無法開啟介面編輯器了。出現以下錯誤:An Unhandled Exception has occurred.System.InvalidProgramExceptionCommon Language Runtime detected an invalid
Time of Update: 2018-12-03
在WindowsPhone開發中,主要有三種布局方式,Canvas、Grid和StackPanel。Canvas是以座標的方式定位子項目,相當於Android中的AbsoluteLayout方式。Canvas當中也可以包含子Canvas。Grid是以表格的方式定位子項目。可以定義行和列,然後將元素布局到表格當中。類似於Html中的Table元素。StackPanel是以水平或者豎直方向對子項目進行排列。相當於Android中的LinearLayout,或者是JavaGUI中的FlowLayout
Time of Update: 2018-12-03
有意思的一篇文章,估計微軟迷們要吐槽了。Ah, Windows Phone 7.5 Mango! Just saying the name of the platform seems to start controversy - and don’t get us wrong, we appreciate the design work and the universally smooth performance Microsoft achieved with it, but it’s
Time of Update: 2018-12-03
我先不說什麼,給大家看一個。 呵呵,這是一個灰常低水準的濾罩效果,如果你覺得有意思,我貼出XAML來。 <Grid x:Name="LayoutRoot" Background="Transparent"> <Image Source="/lan.jpg" Stretch="Uniform" Canvas.ZIndex="0"/> <Rectangle Canvas.ZIndex="1" Fill="Black" Opacity="
Time of Update: 2018-12-03
上一節中我們討論了用double值進行動畫處理,我們知道動畫是有很多種的,今天,我向大家繼續介紹一個動畫類——ColorAnimation。其實,它和DoubleAnimation也是很像,畢竟所謂動畫,無非就是在特定的時間段內,把一個值變為另一個值的一種過度形式。故ColorAnimation就是用於顏色過度動畫的。其中,以下幾個屬性我們只需簡單關注一下即可: 1、By:相對於初始值所更改的值的總量。這個屬性比較不好理解,所以我把它放到第一位,說實話,這種用顏色表示的值確實不好理解。我們不妨用
Time of Update: 2018-12-03
PointAnimation也是很簡單的,與前面說到的兩個Animation是差不多的,屬性也是一樣的,如By、From、To,不同的是,PointAnimation是目標值從一點到另一個點。我有理由相信,大家一定懂的,所以,我不多介紹了,給兩個例了熱一下身就行了。例一,讓直線動起來。這個例子,以LineGeometry作為動畫的目標對象,通過對StartPoint屬性和EndPoint屬性進行動畫來讓直線(其實是線段)動起來。 <Grid> <Path