in reply to Re^2: How do I customize the win32 title bar or create my own in Perl way?
in thread How do I customize the win32 title bar or create my own in Perl way?
Win32::API->Import( # http://msdn.microsoft.com/en-us/library/ms644950%28VS.85%29.aspx user32=>'LRESULT SendMessage( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam )');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How do I customize the win32 title bar or create my own in Perl way?
by Anonymous Monk on Jan 26, 2010 at 06:59 UTC | |
by Anonymous Monk on Jan 26, 2010 at 08:27 UTC | |
|
Re^4: How do I customize the win32 title bar or create my own in Perl way?
by Anonymous Monk on Jan 26, 2010 at 08:42 UTC |