What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??

Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??
quote:
Originally posted by DJeX
Does MS Visual C++ 6 just substitute the "Application->" and ", "Test", MB_OK" parts for you when you compile the program or that just extra crap Borland adds?

well i reckon VC just auto puts that in to make it more Dev friendly.

if you put the MessageBox call on a button click in a MFC project. a little box thing comes up to tell you what you need.

[Image: attachment.php?pid=350755]

but see how it says "lpszCaption = NULL" and nType = MB_OK.
well if you leave them out like
code:
MessageBox("im awesome");
then the caption will be auto set to null and the box will only have 1 "Ok" button.

but

if you do it the API way to create windows. usign CreateWindowEx and registering classes and stuff. you'll need to put in all 4 arguments (the handle (0 for desktop), " the caption as a char", "title as char",  Button Type (MB_OK or more in API viewer));

hope that makes sense (Y) :P

.jpg File Attachment: Temp.JPG (8.69 KB)
This file has been downloaded 365 time(s).

This post was edited on 12-23-2004 at 09:52 AM by Ash_.
[Image: jeansiger5.jpg]
12-23-2004 09:50 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by DJeX on 12-21-2004 at 10:53 PM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by RaceProUK on 12-22-2004 at 10:13 PM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by Ash_ on 12-23-2004 at 09:50 AM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by DJeX on 12-24-2004 at 04:17 AM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by Ash_ on 12-24-2004 at 02:41 PM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by DJeX on 12-27-2004 at 01:57 AM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by Millenium_edition on 12-27-2004 at 08:31 AM
RE: RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by Ash_ on 12-27-2004 at 09:01 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On