Could anyone tell me if there is a function like the InputBox() function in Visual basic? I have googled it and come up with nothing. Thanks.

Recommended Answers

All 3 Replies

You have to write a windows GUI program and add dialog boxes with edit controls. Tutorial here.

The InputBox() function is a nice wrapper for some simpler API calls. Try here.

Hope this helps.

Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.