hematinik:
I'm unable to set any of the Left() / Right() for a certain CWnd instance. maybe Im wrong but I expect to change the dimensions of - for example - a CEdit object using these methods. could anyone provide an example for the use case?
whenever I use
I can confirm that the output from Left() is 100, but nothing actually happens on the chart.
Use Move and Size instead of it.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I'm unable to set any of the Left() / Right() for a certain CWnd instance. maybe Im wrong but I expect to change the dimensions of - for example - a CEdit object using these methods. could anyone provide an example for the use case?
whenever I use
CWnd::Left(100)
I can confirm that the output from Left() is 100, but nothing actually happens on the chart.