| |
|
|
Jörg Sellmeyer | ¡Hola Franco, lo kann doch no wirklich en el Sinne des erfinders ser, daß una Línea simplemente geleert se, si uno una gedragten Eintrag en el gleichen Punto otra vez losläßt, oder? Bug oder Feature? KompilierenMarcaSeparación $I Listview_Funktionen.inc
UserMessages 16
Cls
declare hDll&,LV&
hDll&=UseDll(Listview.dll)
InitMessages(%hwnd)
LV&=CreateListView(%hwnd,%hinstance,-1,$FFFFFF,-1,$21)
SetFont LV&,hFont&
EnableDragDrop(LV&,5)
EnableEdits(LV&,1)
SetCheckboxState(LV&,-1,1)
Declare Text$
Text$=Nr;Test,Test
SetColumnsFromMem(LV&,Addr(Text$),0)
WhileLoop 0,10
AddString(LV&,Format$(00,&Loop) + |Test|Test)
Wend
ShowListView(LV&,10,10,WIDTH(%hwnd) - 20,HEIGHT(%hwnd) - 20)
While 1
WaitInput
Case %umessage = 16:Break
Wend
CloseMessages(%hwnd) _ONCE
DeleteObject LV&
FreeDll hDll&
Saludo Jörg |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 04.10.2007 ▲ |
|
|
|
|
| Como hatter wohl geschlampt. |
|
|
| |
|
|
|
Frank Abbing | Bug, correcto. El Drag&Drop-Sortierung scheint wenig benutzt, si la Bug nun sólo aufgefallen es. Werde Yo beheben.
@IF: |
|
|
| |
|
|