From: Sean H. <jal...@ho...> - 2002-05-23 12:31:12
|
>hi. i'm doing a program at the moment that needs to log its output to >something and i've chosen a listview because it seems to work best with >that. however, the column header up the top doesn't really suit what i'm >trying to achieve. i've tried doing -style => LVS_NOCOLUMNHEADER and the >same with -addstyle and -exstyle but the header remains. is it possible to >get rid of it? I don't think Win32::GUI exports that constant - that may be your problem. Try this: -addstyle => 0x4000 I haven't tested this solution. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com |