WINDOWS FORM VISUAL C ++ 2008 [英] WINDOWS FORM VISUAL C++ 2008

查看:67
本文介绍了WINDOWS FORM VISUAL C ++ 2008的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿伙计们!你能给我一些在visual c ++ 2008 express中创建的windows窗体中的示例程序吗?该程序应该有menustrip,列表框,组合框,文本框进度条,单选按钮,复选框,图片框等。我是初学者,所以对我来说有点难过。请包含源代码。感谢你们! :)

解决方案

Microsoft提供的示例可在 MSDN网站上找到 [ ^ ]


了解可用属性的一种方法是使用设计器和属性窗格。您可以双击设计器中的控件以生成其默认事件的代码(或者您可以使用属性窗格生成任何其他事件处理程序。



您可以也可以手工编写代码,但它更有效。



顺便说一句,对于Winforms开发,虽然它可以在C ++中完成,但它更容易,更清晰,在C#中更安全,更快捷。


hey guys! can you give me some example program in windows form created in visual c++ 2008 express. the program should have menustrip, listbox, combo box, textbox progress bar, radio button, checkbox, picturebox etc. all in one. im a beginner so its kinda hard for me. pls include the source code . thank you guys! :)

解决方案

Microsoft-supplied samples are available on the MSDN web site[^]


One way to learn available properties is by using the designer and the properties pane. You can double click on a control in the designer to generate code for its default event (or you can uses the property pane to generate any other event handler.

You can also write the code by hand but it more works.

By the way, for Winforms development, although it can be done in C++, it is much easier, cleaner, safer and faster to do it in C#.


这篇关于WINDOWS FORM VISUAL C ++ 2008的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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