Hey Thanks for the links to the blog and the Search Criteria. The thing is this, I don't want to start adding a lot of extra code and such to accomplish this task. Especially when it comes to third...
I know about creating buttons dynamically, and that works fine for a frame that isn't likely to change with almost every click. So I can't get the results I want and maintain stability over...
What I am looking for is a way to dynamically add and remove radio buttons and check boxes directly to a windows View (not a VB form or a C++ dialog) and/or an MFC CControlBar. The DrawFrameControl...
Is there a replacement for the API function 'DrawFrameControl'? This command seems to link to the old API calls and loads NT4 (older) style controls. Normally this wouldn't matter, but these...
I understand, I search these posts for insights and solutions from the past. And I figured is someone else does this they might appreciate having a couple of solutions in the same place to choose...
I have a program that I have written, and it is complex enough I don't want to convert it from a standard MFC app to an RPC enabled MFC app by creating the framework and porting all of my code over...
Thanks for the response . . . I really do appreciate it. I will be looking into DCOM, however, I don't know if Web Services are the ticket, I will probably have to look into that as well just to be...
Hello All, I am not familiar enough with RPC, and what I find through MS and general WEB searches about RPC seem more superficial. Is it possible to incorporate RPC into an existing application that...
I took a closer to the resource info, and found a very interesting dilema. resource has the exact same resource ID's with the correct values, however, when I open the Resource ID editor (right-click...
The return from the LoadBitmap() is FALSE (0), should be returning TRUE (1). The resource,h contains all of the resource ID's they are all correct and accurate, and the same as I am using in...
I'm writing a program that will display bitmaps in its view. It is a view without a document. When the CBitmap does the LoadBitmap(nID) function, the CGDIObject does not initialize the CBitmap...
No, it's being called in the OnDraw() function, it was put there by DevStudio. And to Victors post, No, it didn't start out a Doc/View it was a CControlBar/split type thing, with a View and no...
Yes, this is true, but the issue with that approach, is that the Create method that accepts the style constant for color depth doesn't allow for setting a transparent mask. And the Create method...
I am working on an SDI Doc/View MFC application. The app seems to work fine (visually in release mode), but the document pointer returned from MyView::GetDocument() is always NULL, and I looked into...
Hello all, Thank you in advance. I am writing an application wherein there is a dialog box in which I have placed a Tree-view Control (drag and drop visual control into the dialog box in DevStudio)....