Microsoft Virtual Earth Silverlight Map Control (CTP)快速上手
2009-03-29 11:59:04 来源:WEB开发网核心提示: 图片看不清楚?请点击这里查看原图(大图),第一步:打开VS2008,Microsoft Virtual Earth Silverlight Map Control (CTP)快速上手(2),新建Silverlight项目,(2.0与3.0的Silverlight Tools均可)第二步:添
图片看不清楚?请点击这里查看原图(大图)。
第一步:打开VS2008,新建Silverlight项目。(2.0与3.0的Silverlight Tools均可)
第二步:添加对Microsoft.VirtualEarth.MapControl.dll的引用。
Microsoft.VirtualEarth.MapControl.dll位于Virtual Earth Silverlight Map Control (CTP) SDK安装路径内。
第三步:在Silverlight的MainPage.xaml(2.0中是Page.xaml)中插入地图控件。
<UserControl x:Class="SilverlightApplication1.Page"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:m="clr-namespace:Microsoft.VirtualEarth.MapControl;assembly=Microsoft.VirtualEarth.MapControl">
<Grid x:Name="LayoutRoot" Background="White">
<m:Map/>
</Grid>
</UserControl>
- ››Microsoft Outlook 2010 邮箱客户端中常用邮件设置...
- ››Microsoft Office2007Open XML 格式的术语表
- ››Microsoft PowerPoint 2010介绍
- ››Microsoft ReportViewer(微软报表)项目中的应用...
- ››Microsoft APP-V 4.5使用经验之序列化工具
- ››Microsoft Access 2010的十大优势详解
- ››VirtualBox虚拟机安装CentOS系统
- ››Microsoft数据访问技术简介
- ››Microsoft My Phone for Windows Mobile 6+ 新版发...
- ››Microsoft Security Essentials 1.0.1959.0
- ››Microsoft Office Access 2007年中选项组控件中您...
- ››Microsoft Office Communications Server 2007 R2...
更多精彩
赞助商链接