Windows Phone本機資料庫(SQLCE):9、Connection Strings(翻譯)

    一隻大菜鳥,最近要學習windows phone資料庫相關的知識,找到了一些比較簡短的教程進行學習,由於是英文的,順便給翻譯了。本身英語水平就不好,估計文中有不少錯誤,如果有不幸讀到的童鞋請保持對翻譯品質的質疑,多多指教。    這是原文地址:http://windowsphonegeek.com/tips/Windows-Phone-Mango-Local-Database-SQL-CE--Connection-Strings本文如下:    這是“windows phone

Windows Phone 7 的貨幣匯率轉換”掌中匯率” Currency Exchanger ,支援世界150多種貨幣匯率轉換,全免費中文APP

之前搜尋了一下marketplace上的有關匯率的應用,發現大部分只能同時轉換一種到另一種,因此寫了這個可以同時轉換多個貨幣的CurrencyExchanger。本文將作為Currency Exchanger的發布頁。V1.6更新:- 增加:每個Live Tile可支援最多四種貨幣轉換。- 增加:支援手機晃動檢測,可快速更新匯率或清空列表等。- 修複:待添加貨幣列表中自動刪除已添加的貨幣。- 搜尋貨幣時可根據貨幣名稱搜尋,如"US"、"Chinese"、"dollar"等。-

Windows Phone 7 的中國經典益智遊戲——華容道

本頁作為華容道的發布頁。目前已更新到V1.6。 遊戲名稱:華容道程式版本:1.6-------------------------------------------------------------------------------------------------------------------------------------------------是否免費:是程式語言:中文程式簡介:1.6-增加了一個Windows

Windows Phone本機資料庫(SQLCE):4、[Column]attribute(翻譯)

   一隻大菜鳥,最近要學習windows phone資料庫相關的知識,找到了一些比較簡短的教程進行學習,由於是英文的,順便給翻譯了。本身英語水平就不好,估計文中有不少錯誤,如果有不幸讀到的童鞋請保持對翻譯品質的質疑,多多指教。   這是原文地址:http://www.windowsphonegeek.com/tips/Windows-Phone-Mango-Local-Database-SQL-CE--Column-attribute本文如下:   這是“windows phone

Windows Phone 7手指畫圖應用 – FingerPaint

Windows Phone 7手指畫圖應用 - FingerPainthttp://www.silverlightchina.net/html/wp7/resource/2010/1030/3037.html  自製手機介面轉場效果(持續更新)http://www.silverlightchina.net/html/wp7/resource/2011/0816/9791.htmlFoursquare for Windows Phone 7 http://4square.codeplex.com/

在Windows Phone應用中使用Google Map替代Bing Map

Bing Map對於中國使用者來說還是不行,很多地理位置沒有標明,而且不夠細緻,所以立刻想到的就是Google Map,於是找了一下相關資源,在Windows Phone應用中使用Google Map其實非常簡單,下面詳述一下步驟: 1. 有一個封裝好的DLL類庫:googlemaps.dll(點擊下載),這個是核心內容,在項目裡首先添加該DLL的引用: 2.

如何註冊Windows Phone Marketplace

  Windows Phone 7已經在海外上市1個多月了,除了給消費者帶來優秀的體驗之外為開發人員也帶來了很大的方便。你可以使用Silverlight for Windows Phone快速的開發Windows Phone 7上的各種應用程式,而是用XNA平台更可以讓你開發出絢麗的遊戲來。只是由於Windows Phone 7還沒有在國內上市,所以相應的Marketplace也沒有針對中國大陸開放。對於廣大的開發人員來說痛苦的就是想把自己的程式發布出去讓大家使用而無路

Windows Phone 7·動態改變Windows Phone 7的初始頁面

Windows Phone 7的預設頁面是在名叫WMAppManifest.xml檔案裡配置的<Tasks> <DefaultTask Name="_default" NavigationPage="LoginPage.xaml" /> </Tasks> 假如在啟動程式的時候根據狀態改變初始頁面,比如程式在啟動的時候判斷使用者是否登入,如果未登入則跳轉到LoginPage.xaml否則跳轉到其他介面。代碼如下:private void

windows phone 修改啟動畫面

應用程式通常需要預先載入一些資源以保證應用程式可以啟動後這些資源立即可用,即使這會導致在載入完成前應用程式暫不顯示。啟動畫面就是在其他內容還在載入時呈現的一個內容地區。所有的Windows Phone 項目模板都包含一個啟動畫面圖片。其預設檔案名稱為SplashScreenImage.jpg ,當程式正在啟動時會自動顯示。如果你的程式需要花費1秒以上的時間才能呈現第一個頁面,那麼建議你為程式設定一個啟動畫面。你可以使用Windows Phone

windows phone 7 應用提交時遇到的位置服務問題

Allow me to draw your attention to this Windows Phone application Certification Requirement:Requirement 2.7.2 The privacy policy of your application must inform users about how location data from the Location Service API is used and disclosed and

windows phone 選擇照片

App.csusing System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.

windows phone開發中圖片和二進位相互轉換

引用using System.Windows.Media.Imaging;using System;using System.Net;using System.IO;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using 

windows phone 8 鎖定畫面 顯示應用程式的訊息提醒

自己的應用程式如果有推送訊息,希望能在鎖定畫面獲得提示,像未接電話和未讀簡訊一樣。建立一個24*24的PNG圖片,用於鎖定畫面顯示。放入程式根目錄下。開啟檔案WMAppManifest.xml. 更新DeviceLockImageURI節點.輸入圖片名稱.添加<Extensions>      <Extension ExtensionName="LockScreen_Notification_IconCount" ConsumerID="{111DFF24-AA15-4A96-

Windows Phone 應用程式中的廣告

Windows Phone 應用程式中的廣告http://msdn.microsoft.com/zh-cn/library/hh286399(v=vs.92).aspx  Using the Silverlight API for Windows Phonehttp://msdn.microsoft.com/en-us/library/advertising-mobile-windows-phone-7-silverlight-adcontrol-csharp(v=msads.20).aspx 

Windows Phone 7 開發,發行商為中文名稱會亂碼,修改發行商名稱

我的發行商名稱是中文的,在程式裡加了搜尋我的更多應用。 MarketplaceSearchTask task = new MarketplaceSearchTask();             task.ContentType = MarketplaceContentType.Applications;             task.SearchTerms = "我的發行商名稱";             task.Show();在模擬器上能正常開啟,但部署到手機上,中文名稱會亂碼,修改發

Windows Phone 官方樣本學習:Background Transfer Service Sample(後台傳輸)

此樣本顯示了如何使用後台傳輸服務在後台下載檔案,即使當應用程式不再運行在前台。通過BackgroundTransferRequest 實現上傳下載// Create the new transfer request, passing in the URI of the file to // be transferred.BackgroundTransferRequest transferRequest = new BackgroundTransferRequest(transferUri);//

windows phone 頁面切換 動畫

首先將App.xaml.cs中 InitializePhoneApplication() 函數裡的RootFrame修改成RootFrame=new TransitionFrame();  其次在XAML中添加

windows phone 8 更換鎖定畫面圖片

 1,開啟WMAppManifest.xml.添加 <Extensions>      <Extension ExtensionName="LockScreen_Wallpaper" ConsumerID="{111DFF24-AA15-4A96-8006-2BFF8122084F}" TaskID="_default"

Windows Phone 官方樣本學習:Short message dictation and web search grammars sample(語音辨識,文字語音)

在windows phone8中語音可以理解為三部分功能即: 語音控制 voice commands, 語音辨識 speech recognition, 文字語音 text-to-speech

Windows Phone 7開發環境

WP的開發套件其實很早就已經發布了,相關開發資料也有了很多,不過最近才開始關注這個平台,有朋友已經拿到了WP7的真機,HTC的,到處宣揚這牛機強悍的觸控體驗,絕對是IP4的重量級對手。不過鑒於國內的環境,WP7在短期內可能無法引進,即便引進了,幾個關鍵性的應用估計也要被殘廢。不過我相信半年內肯定會有一個解決方案出來,提早儲備技術。目前中文資料不多,不過幾天前,Windows Phone

總頁數: 77 1 .... 46 47 48 49 50 .... 77 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.