Windows 10: CArray with CToolTipCtrl cpp MFC

Discus and support CArray with CToolTipCtrl cpp MFC in Windows 10 Software and Apps to solve the problem; Hello I 'm french. Context: visual studio 2017 and cpp. i want to create a Array of CToolTipCtrl with the class CArray. i write in a... Discussion in 'Windows 10 Software and Apps' started by BEZET, Jun 20, 2019.

  1. BEZET Win User

    CArray with CToolTipCtrl cpp MFC


    Hello

    I 'm french. Context: visual studio 2017 and cpp.

    i want to create a Array of CToolTipCtrl with the class CArray.

    i write in a function

    {

    CArray<CToolTipCtrl ,CToolTipCtrl > ptArray;

    local CToolTipCtrl Local;

    .....

    ptArray.Add(Local); ==> error during compilation can't not convert HWND with REG_ARG

    .....

    }


    Just like that

    {

    // https://docs.microsoft.com/en-nz/cpp/mfc/reference/carray-class?view=vs-2019

    // example for CArray::Add

    CArray<CPoint,CPoint> ptArray;



    CPoint pt(10,20);

    }


    I don't undestand why it's a problem


    G3D


    ***moved on english forum***

    :)
     
    BEZET, Jun 20, 2019
    #1
  2. KeatKean Win User

    mfc

    Hi,

    I am , an independent adviser here to help.

    If you're referring to MFC application, You need to get the source code from its developer.

    About MFC:

    https://docs.microsoft.com/en-us/cpp/mfc/mfc-de...
     
    KeatKean, Jun 20, 2019
    #2
  3. Wynona Win User
    Brother MFC J825DW Printer is Offline


    @simrick

    I just went into Device Manager to (hopefully) update the drivers and my MFC J825DW isn't even listed! Sheesh!

    Plugging in the USB cable to see if that works . . .

    Yep, it shows up with the USB cable plugged in. Sigh . . .
     
    Wynona, Jun 20, 2019
    #3
  4. simrick Win User

    CArray with CToolTipCtrl cpp MFC

    Brother MFC J825DW Printer is Offline


    Oh my!
     
    simrick, Jun 20, 2019
    #4
Thema:

CArray with CToolTipCtrl cpp MFC

Loading...
  1. CArray with CToolTipCtrl cpp MFC - Similar Threads - CArray CToolTipCtrl cpp

  2. BROTHER MFC-J995DW

    in Windows 10 Drivers and Hardware
    BROTHER MFC-J995DW: Why I can't get my Brother MFC-J995DW to connect to my laptop it was connected but it stopped working so I removed it now I am trying to reinstall it. https://answers.microsoft.com/en-us/windows/forum/all/brother-mfc-j995dw/2bff0a52-6ae0-413f-8720-5e033def6ec2
  3. BROTHER MFC-J995DW

    in Windows 10 Gaming
    BROTHER MFC-J995DW: Why I can't get my Brother MFC-J995DW to connect to my laptop it was connected but it stopped working so I removed it now I am trying to reinstall it. https://answers.microsoft.com/en-us/windows/forum/all/brother-mfc-j995dw/2bff0a52-6ae0-413f-8720-5e033def6ec2
  4. BROTHER MFC-J995DW

    in Windows 10 Software and Apps
    BROTHER MFC-J995DW: Why I can't get my Brother MFC-J995DW to connect to my laptop it was connected but it stopped working so I removed it now I am trying to reinstall it. https://answers.microsoft.com/en-us/windows/forum/all/brother-mfc-j995dw/2bff0a52-6ae0-413f-8720-5e033def6ec2
  5. cpp file suddenly became binary

    in Windows 10 Network and Sharing
    cpp file suddenly became binary: I was editing a cpp file in VS17 in Windows 10. My computer blue screened with the error IRQL_NOT_LESS_OR_EQUAL I don't know if this error is relevant. I waited for it to get to 100% error collection, powered off and back on, and then I could no longer open my cpp file. VS17...
  6. BROTHER MFC 5460CN

    in Windows 10 Drivers and Hardware
    BROTHER MFC 5460CN: I have an MFC 5460CN hook up to a network and it will not scan or fax I have to hook it up to USB, there is no driver for this MFC on downland, I would like to know why Windows 10 didn't support this or have a download for it....
  7. MFC-5890CN Printer

    in Windows 10 Drivers and Hardware
    MFC-5890CN Printer: My printer will not print, it is saying it is in error mode. How do I get out of error mode? https://answers.microsoft.com/en-us/windows/forum/all/mfc-5890cn-printer/d01a9659-c084-4d27-bafb-c664bdf25b81
  8. MFC-L8900CDW Printer

    in Windows 10 Drivers and Hardware
    MFC-L8900CDW Printer: Help!! I just purchased this printer and it will NOT print. First it said it was Off-Line which is was not!! Now it's just saying Error State! How do I fix this? I have a new HP Computer as well with Windows 10 and have been reading that Brother is having issues with...
  9. mfc

    in Windows 10 Network and Sharing
    mfc: where to access mfc source code https://answers.microsoft.com/en-us/windows/forum/all/mfc/ea3b3e45-8256-4526-b195-1ea760981a90"
  10. Unable to save a cpp file in Windows\ system32\drivers

    in Windows 10 Drivers and Hardware
    Unable to save a cpp file in Windows\ system32\drivers: I am unable to compile a c++ program in command prompt.When I write g++ file.c - o file.exe,I get a response which says that the file is not saved under Windows\system32\drivers although I have saved it under the same.Please help!!...

Users found this page by searching for:

  1. cpp carray update

    ,
  2. carray cpoint pass to function