如何从c ++中的文本框中获取输入 [英] how to take input from textbox in c++

查看:290
本文介绍了如何从c ++中的文本框中获取输入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

实际上我想创建一个代码,要求用户填写不同文本框中的值,如姓名,地址等,以便用C语言制作简历。我想知道如何用c语言创建TEXT Box。我必须将这些文本框的值保存在一个可以在浏览器中运行的html文件中。

actually i want to create a code that asks the user to fill the values in the different text boxes like name, address etc for making curriculum vitae in C language .I want to know how can i create TEXT Boxes in c language .I have to save the values of these text boxes in an html file which can be run in browser.

推荐答案

如果您使用的是Visual Studio,请在此处开始阅读:<一个href =http://msdn.microsoft.com/en-us/library/vstudio/bb384843.aspx>在MSDN上创建Win32应用程序(C ++) [ ^ ]。



顺便说一句,你知道使用 C# Windows Forms 代替 C ++ Winapi
If you are using Visual Studio then start reading here: "Creating Win32 Applications (C++)" at MSDN[^].

By the way, you know your task would be much easier using C# and Windows Forms instead of C++ and Winapi?


这篇关于如何从c ++中的文本框中获取输入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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