If you are using plain Windows API, you need to obtain handle of the window you want to edit, then you can call SetWindowText, which is in user32.dll (you can use #include <Windows.h>)
here is the function prototype
BOOL SetWindowText (
HWND hWnd; // handle of a window
LPCTSTR lpString // new text in a window
);
See MSDN for more info
Main Topics
Browse All Topics





by: macksmPosted on 2009-07-05 at 06:07:20ID: 24779910
Give some spaces in the title property. It will appear as if no title is there.