Hi,
In the TFolderEx bookmarks, I need, depending on the situation, to change the bitmap (from the resource) . How can this be done ?
Hi,
In the TFolderEx bookmarks, I need, depending on the situation, to change the bitmap (from the resource) . How can this be done ?
  BITMAPS IIF( lCondition, "Bitmap01", "BitMap02" )Natter wrote:Not suitable. I need to interactively change pictures in bookmarks. I tried the methods SetBitmap and SetBrightBMP, but it didn't work out :(Sorry, this not run ok ?
oFld:SetBitMap( "modif", oFld:nOption ) Â // "modif" -> resource of bitmapIf I run the method: SetBitmap ("modif", oFld:nOption), then the bookmark simply becomes empty
Natter wrote:If I run the method: SetBitmap ("modif", oFld:nOption), then the bookmark simply becomes emptyResource "modif" exist in your file .RC or .RES ?
I didn't understand the question. First, the resources are registered in .RC, after compilation we get .RES
When installing TFolderEx, everything is fine - bookmarks with text and pictures.