I've figured about "drawing" a PolyLine graphic on the canvas but I have this doubt: is the PolyLine compatible with MM_ANISOTROPIC and rescaling automatically graphic...
HI cilu.... I'm implementing a MFC DLL and I have vectors... i'm using VisualStudio 2008... so thanks to Philip Nicoletti for the std::rotate() hint...
first, thank you for your reply...
What I'm making is a CWnd class component that will be integrated in another application which will pass some data. I'm thinking about a DLL...
I'm creating a task manager's-like-scroll-graphic.
So for this I was thinking to create a vector of vectors of values, where the main vector is to draw more sources, and...
I'd need to count how many instances of my own application are actually running...how I could do that?... I tried with GetProcessHandleCount() giving as first parameter this:
...
do you know if there's a way to handle the check box's cbutton state change event?...
I mean, I have an initial setting of a checkbox from a bool variable using a...
Sorry I forgot something to attach in the package source... here the correct attachment test example... as you can see there are in the .cpp implementations of GetAttribute, SetAttribute and...
Here the attachment for smallest and simplest demo application which at Button1 click should read the xml file and show in the edit box its value and instead I get this error:
...
in this case, unfortunately I need to have those three levels because they are options of options...something like: if I choose this option then I have to choose between three...
I have three nested levels of Propertysheets... I need to make active by code a page in another sheet which is in another page.... how I could do that?....
I'd like to enable/disable all controls in some propertypages and I thought for this solution put in a common header included in all propertypages to avoid duplication code and...
I have to measure with those magic numbers (1, 5, 8, 10, 15, 80,...) because there's always a space to fit it...
Anyway if you have a good suggest to fit sheets and pages...