CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Feb 2007
    Posts
    186

    MFC static text control

    I have a static text control in an mfc application. I want to add some text and such to it. Im new to mfc but I thought I add a control variable to change the caption property. When I right click the control and pick add variable I just get a blank menu with no datatypes for control variable of value or control type. I tried adding a CString and typing that into the dataype box but it didnt work. Am I doing anything stupid?
    Last edited by abcdefgqwerty; March 22nd, 2007 at 03:48 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured