Search found 34 matches: bmpfromico

Return to advanced search

Re: bmpfromico

DeleteObject( oImage:hBitmap )
oImage:hBitmap = hBmp
oImage:Refresh()
by Antonio Linares
Fri Jul 03, 2015 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 9001

Re: bmpfromico

Sorry Antonio, I have on Listview many items when I add a item I made nImage := Icon_Read(cNewfile) ILADDICON( oImageListSmall:hImageList, nImage ) nImage := max(0,ILADDICON( oImageListBig:hImageList, nImage ) ) DestroyIcon(nImage) oItem = TListViewItem():New( oList ) oItem:cText = cNewfile oItem:nI...
by Silvio.Falconi
Fri Jul 03, 2015 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 9001

Re: bmpfromico

I just sent an email to Manuel Alvarez as he is a master with GDI+ and surely it may help for what you want to do.

Lets wait for his answer
by Antonio Linares
Fri Jul 03, 2015 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 9001

bmpfromico

CAn I load a temporary Bmp from an Ico and show it on Image Control ?
If Yesy, how ?
by Silvio.Falconi
Fri Jul 03, 2015 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 9001
Previous

Return to advanced search