Author | Message | Time |
---|---|---|
ColT | 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. | December 20, 2004, 11:50 PM |
St0rm.iD | EditBox.sendTextToBattleNet(WHEN_YOU_ARE_MAKING_A_GUI); | December 21, 2004, 12:06 AM |
ColT | Do you have to make a .CPP file, or .H file for this. Also, can you give me an example thank's. | December 21, 2004, 11:48 PM |
Myndfyr | [quote author=ColT link=topic=9967.msg93159#msg93159 date=1103672916] Do you have to make a .CPP file, or .H file for this. Also, can you give me an example thank's. [/quote] Nope, absolutely no code. You set that as the Edit Box's default text in the designer and it does everything automatically. | December 22, 2004, 3:02 AM |