Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: ColT on December 20, 2004, 05:50 PM

Title: Hey
Post by: ColT on December 20, 2004, 05:50 PM
Hi, in Visual C++ 6.0, how do you tell the EditBox that it is going to send text to battle.net when you are making a GUI. Can you guy's help. Thanks.
Title: Re: Hey
Post by: Banana fanna fo fanna on December 20, 2004, 06:06 PM
EditBox.sendTextToBattleNet(WHEN_YOU_ARE_MAKING_A_GUI);
Title: Re: Hey
Post by: ColT on December 21, 2004, 05:48 PM
Do you have to make a .CPP file, or .H file for this.

Also, can you give me an example thank's.
Title: Re: Hey
Post by: MyndFyre on December 21, 2004, 09:02 PM
Quote from: ColT on December 21, 2004, 05:48 PM
Do you have to make a .CPP file, or .H file for this.

Also, can you give me an example thank's.

Nope, absolutely no code.  You set that as the Edit Box's default text in the designer and it does everything automatically.