Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Resize "SysHeader32" Class Objects
#1
Hello QM Forum,

I was just wondering if there is any way to resize SysHeader32 objects that share the same id number? I have tried the regular "siz # #" code and didn't work. Not really sure what else to try, maybe someone else here knows. Thank you very much for the time.
#2
yes.

Function Function3
Code:
Copy      Help
int syst = id(1 "window")
def LVM_SETCOLUMNWIDTH 0x0000101E
SendMessage(syst LVM_SETCOLUMNWIDTH 0 10) ;;0 1st column
SendMessage(syst LVM_SETCOLUMNWIDTH 1 10) ;;1 2nd column
SendMessage(syst LVM_SETCOLUMNWIDTH 2 10) ;;2 3rd column
#3
Thank you very much


Forum Jump:


Users browsing this thread: 1 Guest(s)