简体   繁体   English

为 Tablet PC 创建表单

[英]Creating a form for a Tablet PC

I am in the middle of creating a form that will work with Tablet PCs.我正在创建一个适用于 Tablet PC 的表单。 But right now i need to see what are the best practices that one can have when creating them.但是现在我需要看看在创建它们时可以拥有哪些最佳实践。 When i am creating forms i am referring to the forms where a user fills in data presses next it is similar to a survey application.当我创建 forms 时,我指的是 forms,其中用户填写数据,然后按下它类似于调查应用程序。 Does anyone have any helpful links or even suggestions that will help me understand the best practices for tablet PCs?有没有人有任何有用的链接甚至建议可以帮助我了解平板电脑的最佳实践?

Although this isn't directly C# related, I found it to be a fine example of how to do forms for Tablets in the manner you describe, where the user can hit the Next or Back button to navigate thru a form in a user-friendly environment: http://jqtouch.com/虽然这与 C# 不直接相关,但我发现它是一个很好的例子,说明如何按照您描述的方式为平板电脑执行 forms,用户可以点击“下一步”或“后退”按钮以用户友好的方式浏览表单环境: http://jqtouch.com/

I just started converting a site that was designed for Tablet users earlier today and managed to finish about a 20+ field form to the point where I'm ready to plug in the existing .NET form fields first thing on Monday.我刚刚开始转换一个为平板电脑用户设计的网站,并设法在周一完成了大约 20 多个字段的表单,以便我准备好插入现有的 .NET 表单字段。 If I can, I'll post an example after it's ready to go如果可以,我会在准备好 go 后发布一个示例

Just create a next form & On Button_Click require.FormName & Form1.Visible=false So a next form will open with different options,etc and the fist form will hide so it will look like a different page.只需创建下一个表单 & On Button_Click require.FormName & Form1.Visible=false 所以下一个表单将使用不同的选项等打开,而第一个表单将隐藏,因此它看起来像一个不同的页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM