How to change bitmap in dctabpage

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 461
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

How to change bitmap in dctabpage

#1 Post by digitsoft »

hello Roger
How to change bitmap in dctabpage
Nolberto Paulino
Regards

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How to change bitmap in dctabpage

#2 Post by rdonnay »

Are you asking about the bitmap or icon that is used in the Tab area?
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 461
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: How to change bitmap in dctabpage

#3 Post by digitsoft »

yes
rdonnay wrote:Are you asking about the bitmap or icon that is used in the Tab area?
Attachments
Tabpage.jpg
Tabpage.jpg (18.1 KiB) Viewed 10444 times
Nolberto Paulino
Regards

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How to change bitmap in dctabpage

#4 Post by rdonnay »

oTabPage::selectedImage := DC_GetBitmap(<bitmap>,,,,,.t.)
oTabPage:invalidateRect()
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 461
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: How to change bitmap in dctabpage

#5 Post by digitsoft »

Thanks Roger
for your help I solved it in this way

oTabPage:Image := DC_GetBitmap(<bitmap>,,,,,.t.)
rdonnay wrote:oTabPage::selectedImage := DC_GetBitmap(<bitmap>,,,,,.t.)
oTabPage:invalidateRect()
Nolberto Paulino
Regards

Post Reply