Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

Andrew Truckle

@Andrew Truckle
About
Posts
12
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to use " CMFCPropertyGridProperty "to have a button
    A Andrew Truckle

    As a minimum you create a new class that inherits from the base class. Then you can override the HasButton method and get it to return true. Now you will get a small … button when you use this new class for your property. If you look at the MFC source code you will see that you can also override OnButtonClick to detect when the button is clicked. This is as much as I have found out so far.

    C / C++ / MFC help tutorial

  • How can we update the code of an existing article?
    A Andrew Truckle

    Sure, I appreciate anything that @sean-ewington can do as needed. I don't know how to contact him directly.

    Article Writing question announcement

  • How can we update the code of an existing article?
    A Andrew Truckle

    True. I decided to try and write my first article instead: [Updated CHyperlink control for MFC](https://www.codeproject.com/script/Articles/ArticleVersion.aspx?waid=4269669&aid=5350954)

    Article Writing question announcement

  • How can we update the code of an existing article?
    A Andrew Truckle

    Correct. I have added a couple of methods to the class and wanted to share it. I did not think it worth writing a brand new article.

    Article Writing question announcement

  • How can we update the code of an existing article?
    A Andrew Truckle

    Hi Graeme The article is here: [Making the CMFCLinkCtrl Class More Developer-Friendly](https://www.codeproject.com/articles/117333/making-the-cmfclinkctrl-class-more-developer-frien) I don't see this "Update Article" option?

    Article Writing question announcement

  • How can we update the code of an existing article?
    A Andrew Truckle

    Thanks.

    Article Writing question announcement

  • How can I enable/disable CEdit control context menu items?
    A Andrew Truckle

    [windows 7 - How can i modify the context menu of a CEdit control? - Stack Overflow](https://stackoverflow.com/q/6265251/2287576)

    C / C++ / MFC question

  • How to setup toolbars (CMFCToolbar) for small and large icons with different DPI values ?
    A Andrew Truckle

    Hi Did you go with this in the end? Andrew

    C / C++ / MFC c++ tutorial question learning workspace

  • Virus
    A Andrew Truckle

    I tried to download a demo file and AVG is saying it contains a virus. I can show you screen shot.

    Site Bugs / Suggestions

  • How can I fix memory leaks with CMFCVisualManager?
    A Andrew Truckle

    The problem was that I followed the tutorial for upgrading the Scribble application. I changed the app class header to use CWinAppEx but not the source file. When I changed the source file the leak stopped.

    C / C++ / MFC question c++ debugging performance help

  • How can I fix memory leaks with CMFCVisualManager?
    A Andrew Truckle

    Hi I am using VS2013 and I migrated a VS2005 to VS2013. It is a MDI application. I added in all the CMFCVisualManager code from the template project and it is working fine. But in DEBUG mode when it terminates I see several memory leaks. I did the usual to try and track down where it was coming from and it took me to the MFC source code and a IMPLEMENT_DYNCREATE call that had the 2003 and 2007 VisualManagers as properties. Has anyone else encountered memory leaks? Are they false? Thanks. Andrew

    C / C++ / MFC question c++ debugging performance help

  • How to change the "application menu" button on the CMFCRibbonBar
    A Andrew Truckle

    Hi I am using VS2013 Ribbon Designer and it allows you to select a 24 x 24 image for the application menu (that shows in the circle). I have also added support for all the various visual styles to my application (CMFCVisualManager etc.). My question relates to the Windows 7 style. It changes the application menu into a regular tab, coloured blue. This is more in line with MS Office 2013. So my question is, my application menu has a name "FILE". Can I get that to display instead of the icon? Thanks. Andrew

    C / C++ / MFC question wpf tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups