Menu

Tree [f78bc6] master /
 History

HTTPS access


File Date Author Commit
 InputBox 2019-06-12 securedglobe securedglobe [e7b4ec]
 TestInputBox 2019-06-12 securedglobe securedglobe [e7b4ec]
 SG_TestInputBox.sln 2019-06-12 securedglobe securedglobe [e7b4ec]
 readme.textile 2019-06-12 Michael Haephrati Michael Haephrati [f78bc6] Update readme.textile

Read Me

About SGInputBox

An article by Michael Haephrati:
There are several building blocks in programming that are available in most of the languages and make life easy. For example, the ability to pop up a message. In Win32 that would be MessageBox(). Another building block is Inputbox. InputBox() is a very handy command for prompting the user for an input. You can find it in VBA and Visual Basic. However, while Message Boxes can be easily displayed in any c++ program, there is no direct way for calling InputBox like command. For that reason I created SGInputBox(). I am providing this code as a Static library, and with no Resources, which I think is the most comfortable way to be used, and it can be used by Console Applications, plain Win32 applications or any other type of c++ application.
https://www.codeproject.com/Articles/5100299/Adding-a-InputBox-to-any-cplusplus-program

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.