应用中有多个vb表单 [英] Multiple vb forms in application

查看:96
本文介绍了应用中有多个vb表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只是从Visual Basic开始,我正在开发一个应用程序.在主表单中,我有一个按钮,我想创建一个单击事件以转到表单.

I am just starting with visual basic and I am working on an application. In the main form I have a button and I want to create an click event to go to the form.

how can that be done

推荐答案

您可以在 ^ ].我相信其中一些可以解决您所提出的问题以及其他示例.
You could find several useful examples at http://windowsclient.net/downloads/folders/applications/default.aspx[^]. I believe that some of those cover the issue you asked along with several other examples.


学习新技能总是很困难.但是,不要立即在互联网上四处询问.读一本书并一步一步地学习时,您可能会学到更多.在线上提问之前,请先了解基本知识.

创建和显示表单的基本步骤是:
实例化表单.
调用form.Show方法.
Learning a new skill is always difficult. However, do not ask around on the internet right away. You might learn much more when you read a book and go at it one step at a time. Understand the basics before you come ask questions online.

The basic steps for creating and showing a form are:
Instantiate the form.
Call the form.Show method.
Dim frm As New myForm
frm.Show



就是这么简单:)
祝您在VB学习中好运!



It''s that easy :)
Good luck with your VB study!


最基础的介绍是在YouTube上
The best for basic introduction is in Youtube


这篇关于应用中有多个vb表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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