Click here to Skip to main content
Sign Up to vote bad
good
See more: C++MFC
Hello everyone
 
I've faced a new hindrance.(Don't judge harshly, I'm a novice in MFC)
 
The issue is how to add picture control to Main Frame in MFC project?
 
I created a new MFC project with Ribbon style and the problem is that I can't just open the Toolbox and add a picture control to the main frame just using a Form Designer. I have no opportunity to manipulate with the hole Window(like in Dialog Based option)-- only with the Ribbon.
 
My task is get the picture path from the OpenDialog(no problem with that Smile | :) )
and load the picture using ONLY OpenCV. ( I don't need any other methods like CImage.Load() or ATL functions). I red OpenCV CookBook (they use QT or directly load a picture to a separate window via cv::imshow) and browsed many other MFC books that i could find, but no use.
 
I've seen many solutions how to Draw( lines,rectangles and other things) on Frame. They do it into OnDraw(CDC* pDC) in YourProjectView class, but nothing how to do add a picture container into Main Frame. I only strive for MSPaint functionality( choose pct->and load it)
 
Maybe I should add a pictureBox or smth else in resource file(But how?? only I see there is Bitmap) or create it dynamically in the code(but how to Link it with the Main Frame ??)
 
As I mentioned before I've been searching all over the Internet and in the many MFC books, before I decided to write my question.
 

Please give me a clue. Heeelp
Posted 2-Oct-12 3:03am
Edited 2-Oct-12 10:51am

Comments
JOHN 602 - 3-Oct-12 14:13pm
I've solved the problem. The theme is closed. The main impediment was with the receiving the right context. Several hours debugging led me to the working code. hurray! :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Christian Graus 533
1 Ron Beyer 326
2 Tadit Dash 253
3 samadhan_kshirsagar 229
4 OriginalGriff 198
0 Sergey Alexandrovich Kryukov 7,041
1 Prasad_Kulkarni 3,815
2 OriginalGriff 3,557
3 _Amy 3,372
4 CPallini 3,034


Advertise | Privacy | Mobile
Web04 | 2.6.130619.1 | Last Updated 2 Oct 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid