Author | Message | Time |
---|---|---|
Sargera | Does anyone have a bot source that uses the Win32 to develop perhaps a GUI, and uses Win32 CALLBACK functions and Window procedures, etc.? If you do, please inform me (if you're willing to give it to me). Thanks! :) | July 23, 2004, 4:14 AM |
Maddox | If you're looking for something that gives an example of Windows GUI programming try http://www.relisoft.com. There are bot sources at http://tks.slacktech.com, but I don't know why you would need a bot specifically. As an alternative to the messy and tedious Windows API, you might want to check out Qt. It's a nice C++ framework that compiles under Linux/OSX/Windows. | July 23, 2004, 8:11 AM |
UserLoser. | [quote author=Sargera link=board=30;threadid=7832;start=0#msg71998 date=1090556070] Does anyone have a bot source that uses the Win32 to develop perhaps a GUI, and uses Win32 CALLBACK functions and Window procedures, etc.? ... [/quote] Yes. | July 23, 2004, 9:27 AM |
Sargera | [quote author=Maddox link=board=30;threadid=7832;start=0#msg72010 date=1090570309] If you're looking for something that gives an example of Windows GUI programming try http://www.relisoft.com. There are bot sources at http://tks.slacktech.com, but I don't know why you would need a bot specifically. As an alternative to the messy and tedious Windows API, you might want to check out Qt. It's a nice C++ framework that compiles under Linux/OSX/Windows. [/quote] I don't think that it's messy. Though as you said, it can be tedious at times. | July 23, 2004, 4:33 PM |
St0rm.iD | wxWindows is nice...and free...and portable. | July 23, 2004, 4:40 PM |