views:

59

answers:

2

Hi, I want to make chat application and for the first step, I need to know which API there is to use to display text in lines and also erase if needed. thanks!

+3  A: 

Charles Petzold's classic book Programming Windows is one of the best ways to learn the Win32 API.

jdigital
A: 

If you are just going to work with Windows, why not use something easier, like C# and WinForms or WPF?

Tarydon