Home > Software engineering >  Novice MFC for help. Questions about multiple WEB controls
Novice MFC for help. Questions about multiple WEB controls

Time:09-25

Is such a MFC dialog application
My TAB control has three pages, each page has a WEB control

Now want to know the three web controls whether to use the same thread open IE?

Will affect the efficiency??
If impact multithreaded web controls??

Hope ace to give answer. Thank you

CodePudding user response:

Try GetWindowThreadProcessId , through the window handle to see whether the same process ID



CodePudding user response:

Thank you. I try

CodePudding user response:

MFC controls MFC Grid Control, open source, form (merger) does not support cell
https://www.codeproject.com/Articles/8/MFC-Grid-control
Below is the expansion of the control, the author Chris Maunder, on the basis of added to the function of the cell with
https://www.codeproject.com/Articles/2892/Adding-quot-Merge-cells-quot-support-to-the-MFC-Gr

CodePudding user response:

reference jianwen0529 reply: 3/f
MFC Grid Control, open source of MFC controls, form (merger) does not support cell
https://www.codeproject.com/Articles/8/MFC-Grid-control
Below is the expansion of the control, the author Chris Maunder, on the basis of added to the function of the cell with
https://www.codeproject.com/Articles/2892/Adding-quot-Merge-cells-quot-support-to-the-MFC-Gr

Support to print, but I've never used this function, need you to check the documentation and groping

CodePudding user response:

Reply to the wrong post, sorry!
  • Related