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.
EditBox.sendTextToBattleNet(WHEN_YOU_ARE_MAKING_A_GUI);
Do you have to make a .CPP file, or .H file for this.
Also, can you give me an example thank's.
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.