Hello, I had a question as to how to have a drawing window and the other text windows and stuff in MFC. Basically I want to use the Resource editor to create my display. I want to have lists, text box's, etc, but I also want a box where I can display simple drawings. The drawing would be done using those DrawRectangle type functions, I don't want to load a picture of any kind. Which type of control should I use to draw? None of them seem like I can draw in them.
I suppose I could create a list box or text box or something, get the client dc, and try to use the draw rectangle functions with that (assuming that works), but I dont want people typing text or selecting lists or anything. How do I get just a blank white background for a control?



LinkBack URL
About LinkBacks



