开发新手开始了一个简单的Win32应用程序 [英] New to Development started a simple Win32 Application

查看:114
本文介绍了开发新手开始了一个简单的Win32应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在从Visual Studio Express 2012开始一个新的应用程序,但我不知道如何创建内容,比如说"欢迎使用应用程序!"的消息,

I am starting a new app from Visual studio Express 2012, but I don't know how to create the content, say like a message that says "Welcome to the App!"

推荐答案

在Windows窗体中添加一个按钮&双击按钮,它将在代码编辑器中创建一个button1_click事件处理程序。

In the windows form add a button & double click on the button, it will create a button1_click event handler in the code editor.

Private Sub Button1_Clic(ByVal Sender as Object, ...)MessageBox.Show("Welcome to the App")End Sub





这篇关于开发新手开始了一个简单的Win32应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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