登录
首页 » Windows开发 » 适用于 WinRT Phones 和 App 的帮助架构

适用于 WinRT Phones 和 App 的帮助架构

于 2022-03-07 发布 文件大小:71.21 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

翻译 maninwest@Codeforge 作者David Maw @CodeProject一个在 Windows RT 或Windows Phone 中嵌入帮助页面的方式。创建一个 Windows Phone 程序时,我希望能提供一个用户帮户,格式能与设备设置兼容且可灵活应对不同的设备配置。我选择的解决方案是在代码文件中嵌入 HTML 页面,并根据设备设置进行渲染。背景你需要 XAML 和 C# 背景包含什么此代码是个可运行的通用应用,构建于 Windows Modern程序和  Windows Phone 8.1 程序上 -除了运行平台不同外,它们大体是对等的。解压缩文件并加载到 Visual Studio 2013 (我使用的的更新4) ,你应该可以构建它并在设备或者模拟器上运行。 在自己的项目中使用代码要使用该代码,你需要将一些文件复制到你的项目。你需要 Helper.cs, 它不渲染 UI,但是有各种有益的类。你还需要一个实际显示帮助的页面 (复制我的 HelpPage.xaml和 HelpPage.cs 作为开始点).你会希望允许用户在你程序的某个地方导航到帮助页面,为了实现这个功能,添加一个资源 ( HelpViewModel, 见下文) 和一些控件(按钮等)。你需要创建一页或者多页HTML 帮助页面,并将其放置在项目的 "Help"目录下。在你复制的文件中将"UniversalHelp" 替换成你的程序名称。在每一个你想添加帮助控件的页面,你需要添加类似下面的东西: 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MFC对话框,应用
    mfc对话框,重新招聘申请,发布
    2022-05-18 20:42:47下载
    积分:1
  • 我在学习移动设备时,自己写的一个简单的基于移动设备的数据库程序,工具VS2005,C#,数据库SQL CE2.0...
    我在学习移动设备开发时,自己写的一个简单的基于移动设备的数据库程序,开发工具VS2005,C#,数据库SQL CE2.0-I study at the development of mobile devices, they wrote based on a simple database program for mobile devices, development tools, VS2005, C#, database SQL CE2.0
    2022-01-25 17:21:41下载
    积分:1
  • system
    检测系统的信息,包括操作系统,包括硬盘,CPU,内存等等,非常有效,很正确。-system-check.
    2022-08-17 13:44:43下载
    积分:1
  • 快速dct变换的vc实现实例,希望对大家有帮助。
    快速dct变换的vc实现实例,希望对大家有帮助。-Dct transform vc rapid realization of examples you would like to help.
    2022-03-07 14:57:34下载
    积分:1
  • pingbackdoor the source code, under the windows of
    pingbackdoor的源代码,在windows下用的-pingbackdoor the source code, under the windows of
    2022-04-17 00:26:37下载
    积分:1
  • delay函数
    VB的演示函数,可以直接调用,方便用户进行加入到自己的源码中进行使用。在用户的VB程序中直接添加进去,然后调用就行了。
    2023-06-03 14:00:03下载
    积分:1
  • Good operating environment: Win 2000 Server+ SQL Server 2000+ MS vs.net Framewor...
    不错  运行环境:Win 2000 Server + SQL Server 2000 + MS vs.net Framework1.   文件说明:Library为图书管理系统项目工程文件 DataBase文件夹下为数据?BR> [SelectFolder.rar] - Visual C++中一个选择文件夹的对话框封装类-Good operating environment: Win 2000 Server+ SQL Server 2000+ MS vs.net Framework1. This document explains: Library for the library management system project document DataBase folder data? BR
    2022-06-01 11:58:36下载
    积分:1
  • c language runtime environment
    c语言的运行环境-c language runtime environment
    2023-03-22 23:00:03下载
    积分:1
  • Ajax+ASP.NET小巧高效的无刷新聊天室程序,没有使用数据库,而是使用新概念的Dictionary、LinkedList集合实现数据临时存储,运行后先随便...
    Ajax+ASP.NET小巧高效的无刷新聊天室程序,没有使用数据库,而是使用新概念的Dictionary、LinkedList集合实现数据临时存储,运行后先随便输入一个昵称登陆,然后就进入了聊天室,请注意,发送消息时候没有提交按钮,直接按键盘回车键就可实现消息发送,测试时候打开两个浏览器,使用不同的昵称进入聊天室,效果更好。 -Ajax+ ASP.NET compact and efficient non-refresh chat room program, do not use databases, but the use of new concepts Dictionary, LinkedList collection of data temporary storage, run casually enter a nickname, after the first landing, and then entered the chat room, please Note that when there is no submit button to send the message, directly from the keyboard enter key to send the message can be achieved, the test time to open two browser, using a different nickname to enter chat rooms, better.
    2023-03-31 16:55:03下载
    积分:1
  • PopCap Games Framework Version 1.3 Changes General * Removed support...
    popcapframework1.3版,这是著名的PopCap游戏公司,不知道的话,祖玛应该知道吧,这些游戏都是用这个框架开发的,现在PopCap将它开源了!-PopCap Games Framework Version 1.3 Changes General * Removed support for Visual Studio/Visual C++ 6. If you use these versions, you will need to update your project files manually. o Note: you can download Visual Studio 2005 Express edition for free from Microsoft (http://msdn.microsoft.com/vstudio/express/) * PAKfile support- See docs/Pak Resource File Support.doc * Added support for wide displays and for windowed emulation of wide displays. * Some wide string/localization related changes to strings/chars: Use the WideString.vcproj projects for widestring support * Added support to draw anti-aliased lines/polygons. * Cached WAV files are "encrypted" (weakly) to prevent the easy copying of sound resources. * All demos were made to be widestring compatible and we added corresponding widestring projects. std::string has been replaced with SexyString, c
    2023-04-24 21:25:04下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载