lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


[1] http://msdn.microsoft.com/en-us/library/windows/desktop/ms633520(v=vs.85).aspx

Thanks for the link, and found Raymond Chen's awesome blog, where it digs in the details of the GetWindowText and WM_GETTEXT

	http://blogs.msdn.com/oldnewthing/archive/2003/08/21/54675.aspx

Part of my job is to take care of bunch of GUI apps at work, that are using MFC, Win32 directly, wxWidgets, Qt, custom controls with D3D and who knows what else (I'm just a poor game tool developer).

	Such tips are often saving the day.