网络计划 [英] Program for the web

查看:78
本文介绍了网络计划的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好:


 


我已经使用Visual Basic进行了一段时间的编程。 我目前正在尝试编写一个在Web上运行的应用程序,与Windows窗体应用程序相反。 我的申请与我将要描述的相似。 我试图用两个问题创建
测试。 每个问题都在一个图片框内(仅用作持有者)。 问题1有三个文本框和两个命令按钮。 用户在前两个文本框中输入数字,然后在第三个
上输入结果"a + b"。 当他们点击命令按钮1时,程序将检查答案是否正确,并在消息框中告诉他们。 如果他们点击命令按钮2,它将跳转到另一个问题。 第二个问题
类似,预计会检查"a * b"。 该程序应该完全在网络上运行,使用网络浏览器。 它将驻留在我的服务器上。 我希望这很清楚。


所以,我的问题是:


1-我应该为此创建什么类型的应用程序,Windows Form Application(我认为是不对的),ASP,QPF,还是什么?


2-对于正确的应用类型,是否有人有任何样本或好的教程。


任何推荐的图书?


 


感谢您的帮助。


Bob

解决方案

尝试使用ASP.NET Web应用程序。


获得帮助的最佳位置:


http:// forums .asp.net / 36.aspx / 1?Visual + Basic + NET


入门:


http://www.asp.net/get-started


http://www.codeproject.com/KB/aspnet/aspnetintro.aspx


http://msdn.microsoft.com/en-us/beginner/bb308760.aspx


 


Hi everyone:

 

I have been programming with Visual basic for some time now.  I am currently trying to write an application that runs on the web as oppose to a Windows Form application.  My application is similar to what I will describe.  I am trying to create a test with two questions.  Each question is inside a picturebox (just used as a holder).  Question 1 has three textboxes and two command buttons.  The user inputs numbers on the first two textboxes, and then enters the results on the the third for "a+b".  When they click on the command button 1, the program will check to see if the answer is correct or not, and tells them in a messagebox.  If they click on command button two, it will jump to the other question.  The second question is similar, expect it will check "a*b".  The program should run entirely on the web, with a web browser.  It will reside on my server.  I hope this is clear.

So, my question is:

1- what type of application should I create for this, Windows Form Application (which I think is not right), ASP, QPF, or what?

2- For the correct type of application, does anyone have any samples, or good tutorials.

Any recommended book?

 

I appreciate all your help.

Bob

解决方案

Try ASP.NET Web Application.

The best place to get assistance:

http://forums.asp.net/36.aspx/1?Visual+Basic+NET

Getting started:

http://www.asp.net/get-started

http://www.codeproject.com/KB/aspnet/aspnetintro.aspx

http://msdn.microsoft.com/en-us/beginner/bb308760.aspx

 


这篇关于网络计划的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆