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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please help, I just don't get it!

Status
Not open for further replies.

war

Programmer
Feb 3, 2001
1
US
I've used visual basic, and now I'm trying visual c++ 5.0. I
can write code in C++ (borland c++ for dos). How do I attach a form to my code? In basic you just dbl-click a cmd button and it takes you to that procedure. Do I have to use a perticular name for each control?
Thank you.
 
I’m a brand spankin' newbie to VC++ too. I’d recommend buying a book for about $30 geared toward the newbie. You’ll save in the long run by not buying all that aspirin. The one that I got is "Practical Visual C++ 6" by Bates & Thompkins. It’s not the greatest but it's a start. I'll bet there are other really good books on the discount rack.

The procedure is analogous to what you do in VB. You can double click the button & upon accepting the dialog pop-up you’ll be taken to the blank template.
 
You should register a window in Win32 API, or add a window in resource files.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top