Buenas tardes.
He instalado la versión 2307 de fwh esty buscando en la carpeta de samples este prg testvie1.prg
y no lo encuentro.
Saludos
#include "FiveWin.ch"
function Main()
local oWnd, oLvw, nOption := 1, oImageList
DEFINE WINDOW oWnd TITLE "ListView Test"
DEFINE IMAGELIST oImageList SIZE 32, 32
oImageList:AddIcon( "console" )
oImageList:AddIcon( "form" )
oImageList:AddIcon( "library" )
@ 1, 1 LISTVIEW oLvw SIZE 300, 300 PROMPTS "One" + CRLF + "ఒకటి", ;
"Two" + CRLF + "రెండు", "Three" + CRLF + "మూడు";
ACTION MsgInfo( nOption )
oLvw:SetImageList( oImageList )
ACTIVATE WINDOW oWnd
oImageList:End()
return nil
#include "..\include\winapi.ch"
#ifndef _64_
1 24 "WinXP\WindowsXP.Manifest"
#endif
#ifdef _64_
1 24 "WinXP/WindowsXP.Manifest64"
#endif
form ICON "../icons/dialog2.ico"
library ICON "../icons/libs.ico"
console ICON "../icons/msdos.ico"
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 65 guests