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

Search:

Type: Posts; User: Mendeln

Search: Search took 0.01 seconds.

  1. Re: How to use CEdit Control variable updated from a tab to the dialog box ?

    The problem is clearly not arrays, even if I tried your solution.

    I don't know why UpdateData(TRUE) makes my program crash while using it in my function. I don't know either how to use debugger to...
  2. Re: How to use CEdit Control variable updated from a tab to the dialog box ?

    When I call UpdateData(TRUE) in the function int* CTab4::ModeCustom(int k) I have a fatal error while I call it with my main dialog box.

    There is also a button where I have UpdateData(TRUE) but...
  3. Re: How to use CEdit Control variable updated from a tab to the dialog box ?

    Here my code :

    Tab4.h


    #include "Stream.h"
    #include "Serie.h"
    #pragma once
  4. Re: How to use CEdit Control variable updated from a tab to the dialog box ?

    I tried and nothing has changed.
  5. Re: How to use CEdit Control variable updated from a tab to the dialog box ?

    Well I know that I should use index 0 but it is working like this.

    Ok so let me clarify my problem. I have 20 variables, 10 for the "Gain" and 10 for the "Exposure Time" from CEdit Controls in my...
  6. How to use CEdit Control variable updated from a tab to the dialog box ?

    Hello everyone,

    I have one Tab called Tab4 and one main dialog box called CGrabDlg. The values of my variables are not updated when I change them. Does someone have an idea ?

    Here my...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured