Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

making VB gui for win32 console C++

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
howdy,
I would like to know how to make a gui using VB. The main program would be in Win32 console C++.
Ex.
suppose I have a C++ program created using win32 console.
Just to make it easy to understand what I am getting at,
fisrt I make a program to ask using to enter like his name and C++ cout it to screen.
Now How can I make the interface using VB? like when
C++ cout<<&quot;Enter name: &quot;; I would like it to be a VB input box.

Any know if this can be done?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top