AUGE_OHR AT WEB.DESilvio.Falconi wrote:where I can write to you ?
thx for help
AUGE_OHR AT WEB.DESilvio.Falconi wrote:where I can write to you ?
Function MyDrawIcons()
LOCAL nJ := 0, nI, cStr, cObj, nRow := 10, nCol
LOCAL nWidth := Form_1.Width
LOCAL cIconSrc := System.SystemFolder + "\imageres.dll"
LOCAL nCount := ExtractIcon( cIconSrc, -1 ) - 1
FOR nI := 0 TO nCount
nCol := 10 + 70 * ( ++nJ - 1 )
IF nCol > nWidth - 80
nRow += 70
nJ := 1
nCol := 10
ENDIF
cObj := "Btn_"+LTRIM(STR(nI))
@ nRow, nCol BUTTON &cObj ;
OF Form_1 ;
ICON cIconSrc ;
EXTRACT nI FLAT ;
WIDTH 38 HEIGHT 38 ;
ACTION SaveThisIcon( cIconSrc, Val( SubStr( This.Name, At( "_", This.Name ) + 1 ) ) )
cObj := "Lbl_"+LTRIM(STR(nI))
cStr := "nI="+LTRIM(STR(nI))
@ nRow + 40, nCol LABEL &cObj ;
OF Form_1 VALUE cStr ;
WIDTH 60 HEIGHT 12 ;
TRANSPARENT FONTCOLOR BLUE
IF nI % 18 == 0
DO EVENTS
ENDIF
NEXT
Return NIL
Jimmy wrote:cnavarro wrote:Try with buildh.bat
YES ...
Question : when using BUILD.BAT and when BUILDh.BAT
now i got EXE ... but it is only empty Form
in Source i have something like this
- Code: Select all Expand view
set resources to "cards.dll"
...
cardname[1]="card1.bmp"
...
bi1:loadbmp(cardmap)
so where does "card1.bmp" come from
i can't "see" how Resource work.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 96 guests