Hallo,
ist es möglich ein ExplorerListGadget ohne Spaltenüberschriftenzeile darzustellen?
Gruß
Enigma
ExplorerListGadget (erledigt)
ExplorerListGadget (erledigt)
Zuletzt geändert von enigma am 30.03.2014 09:53, insgesamt 1-mal geändert.
Re: ExplorerListGadget
Ja.
siehe: http://www.rsbasic.de/winapi-library/
Edit: RSBasic war wohl schneller xD
gruß,
SBond
Code: Alles auswählen
If OpenWindow(0,0,0,500,500,"Window",#PB_Window_SystemMenu|#PB_Window_ScreenCentered)
ExplorerListGadget(1,10,10,480,480,"C:\",0)
lvHeader = SendMessage_(GadgetID(1),#LVM_GETHEADER,0,0)
SetWindowLongPtr_(lvHeader,#GWL_STYLE,GetWindowLongPtr_(lvHeader,#GWL_STYLE)|#HDS_HIDDEN)
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf
Edit: RSBasic war wohl schneller xD
gruß,
SBond
41 6c 73 6f 20 77 65 6e 6e 20 64 75 20 73 6f 20 76 69 65 6c 20 4c 61 6e 67 65 77 65 69 6c 65 20 68 61 73 74 2c 20 64 61 6e 6e 20 6b 61 6e 6e 73 74 20 64 75 20 61 75 63 68 20 67 6c 65 69 63 68 20 7a 75 20 6d 69 72 20 6b 6f 6d 6d 65 6e 20 75 6e 64 20 61 62 77 61 73 63 68 65 6e 2e


Re: ExplorerListGadget
@SBond, RSBasic
Ich danke euch beiden. Und ich hab mir nen Wolf gesucht.
Gruß
Enigma
Ich danke euch beiden. Und ich hab mir nen Wolf gesucht.
Gruß
Enigma