Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to make the heap address(by new) have the same every time the program runs? Pin
Member 1308136920-Nov-19 15:48
Member 1308136920-Nov-19 15:48 
AnswerRe: How to make the heap address(by new) have the same every time the program runs? Pin
CPallini11-Nov-19 22:10
mveCPallini11-Nov-19 22:10 
GeneralRe: How to make the heap address(by new) have the same every time the program runs? Pin
Member 1308136920-Nov-19 15:49
Member 1308136920-Nov-19 15:49 
QuestionRe: How to make the heap address(by new) have the same every time the program runs? Pin
David Crow12-Nov-19 5:46
David Crow12-Nov-19 5:46 
AnswerRe: How to make the heap address(by new) have the same every time the program runs? Pin
Member 1308136920-Nov-19 15:56
Member 1308136920-Nov-19 15:56 
AnswerRe: How to make the heap address(by new) have the same every time the program runs? Pin
leon de boer13-Nov-19 2:34
leon de boer13-Nov-19 2:34 
GeneralRe: How to make the heap address(by new) have the same every time the program runs? Pin
Richard MacCutchan13-Nov-19 5:01
mveRichard MacCutchan13-Nov-19 5:01 
QuestionCTreeCtrl item images without CImageList ? Pin
Maximilien30-Oct-19 8:32
Maximilien30-Oct-19 8:32 
Main Question: Is it possible to set a tree item image (CTreeCtrl::SetItemImage) without having to build a CImageList ?

I have to build different images corresponding to the items state and I would like to be able to create the image dynamically (lot of TransparentBlt) instead of having to list and build all the images and add them statically to the image list.

i have a default item image and I TransparentBlt state images on it
for example, an item can have the state1 enabled, and will display the appropriate image representing state1.
an another item can have state1 and state4 and will display an image with the state1 and state4

Now, I have to create the imagelist for all combinations of states at compile time and call the SetItemImage with the image list index.

I'd like to be able to simply call something like:
C++
myTree.SetItemImage( hItem, BuildMyItemImage(hItem ) ); // and that would dynamically build an image depending on the states and just use it.
I'd rather be phishing!

AnswerRe: CTreeCtrl item images without CImageList ? Pin
Richard MacCutchan30-Oct-19 9:42
mveRichard MacCutchan30-Oct-19 9:42 
GeneralRe: CTreeCtrl item images without CImageList ? Pin
Maximilien30-Oct-19 12:04
Maximilien30-Oct-19 12:04 
QuestionFTPS Connection Pin
Paul201324-Oct-19 10:28
Paul201324-Oct-19 10:28 
QuestionRe: FTPS Connection Pin
David Crow29-Oct-19 9:10
David Crow29-Oct-19 9:10 
AnswerRe: FTPS Connection Pin
Paul201330-Oct-19 8:25
Paul201330-Oct-19 8:25 
QuestionRe: FTPS Connection Pin
David Crow30-Oct-19 10:17
David Crow30-Oct-19 10:17 
AnswerRe: FTPS Connection Pin
Paul201330-Oct-19 11:30
Paul201330-Oct-19 11:30 
Question.bmp and .ico MFC vc++ Pin
Member 1457555624-Oct-19 2:21
Member 1457555624-Oct-19 2:21 
QuestionRe: .bmp and .ico MFC vc++ Pin
David Crow24-Oct-19 2:41
David Crow24-Oct-19 2:41 
AnswerRe: .bmp and .ico MFC vc++ Pin
Member 1457555624-Oct-19 2:59
Member 1457555624-Oct-19 2:59 
QuestionRe: .bmp and .ico MFC vc++ Pin
David Crow24-Oct-19 3:17
David Crow24-Oct-19 3:17 
AnswerRe: .bmp and .ico MFC vc++ Pin
Member 1457555625-Oct-19 3:23
Member 1457555625-Oct-19 3:23 
GeneralRe: .bmp and .ico MFC vc++ Pin
leon de boer24-Oct-19 15:10
leon de boer24-Oct-19 15:10 
GeneralRe: .bmp and .ico MFC vc++ Pin
Richard MacCutchan24-Oct-19 21:42
mveRichard MacCutchan24-Oct-19 21:42 
GeneralRe: .bmp and .ico MFC vc++ Pin
Victor Nijegorodov24-Oct-19 23:19
Victor Nijegorodov24-Oct-19 23:19 
GeneralRe: .bmp and .ico MFC vc++ Pin
leon de boer25-Oct-19 5:07
leon de boer25-Oct-19 5:07 
AnswerRe: .bmp and .ico MFC vc++ Pin
Richard MacCutchan24-Oct-19 4:05
mveRichard MacCutchan24-Oct-19 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.