CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Grue42

Search: Search took 0.01 seconds.

  1. Re: Passing DDX Control Variables between Dialogs (Parent->Child)

    I'll answer as best I can, it's inherited software so I'm trying to come up to speed.
    An array is generated with each pixel's shade of gray. Then it's using imgPlot2 (an NI IMAQ?) which draws the...
  2. Passing DDX Control Variables between Dialogs (Parent->Child)

    Hello,
    I apologize in advance, I'm very new to programming in general, especially C++, and I'm trying to update inherited code as best I can so please bear with me.

    I have a main dialog which has...
  3. Replies
    11
    Views
    7,076

    Re: CRegKey::SetValue

    That did it - perfect. I didn't realize I could specify the CRegKey like that.
    Thank you all very much! I really appreciate the help!
  4. Replies
    11
    Views
    7,076

    Re: CRegKey::SetValue

    Thank you for the advice VictorN - this software comes pre-installed on computers so the users are setup with admin rights. It's a necessary evil.

    I can about put a button on a panel and make it...
  5. Replies
    11
    Views
    7,076

    Re: CRegKey::SetValue

    Sorry to revive an old thread. I inherited old code that needs updating into VS2010 and I'm not very familiar with C++. At all. So I apologize for asking painfully obvious questions. :-)

    Here's...
  6. Re: CFileDialog saves file in Project File, not Specified File

    Oh! That did it - thank you!
    Must have been a typo in the tutorial.
  7. Re: CFileDialog saves file in Project File, not Specified File

    Is that actually a command? Do I need to implement it somewhere?
    If I watch m_strPathname it's correct for where I intended it to save, but it still saves in the Project Folder.
  8. CFileDialog saves file in Project File, not Specified File

    Hello,
    I'm very new to MFC & VisualC++. I'm using MSVS2010 Pro
    I am trying to write/debug a simple form that saves and restores the content of some edit controls. It seems to work as expected,...
  9. Replies
    9
    Views
    3,799

    Re: DoModal is not a Member?

    Ah, Dialog Box handling is done using CDialog class in MFC. So I create the class NewDialog of base class CDialog (hence CDialog::DoModal?)
  10. Replies
    9
    Views
    3,799

    Re: DoModal is not a Member?

    Arjay and GCDEF:
    The instructions for adding the new class "NewDialog" didn't quite match with my version. I did create a new class (Project -> Class Wizard -> Add Class). I left the base class...
  11. Replies
    9
    Views
    3,799

    DoModal is not a Member?

    Hello,
    I'm just learning this, and I am working through these tutorials:
    http://www.codersource.net/MFC/MFCTutorials/DialogBoxesinMFC.aspx

    I haven't had to modify them much for VS2010 so far. ...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured