Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I add THBResize to my MFC application?

application MFC thbresize
0
Posted

How can I add THBResize to my MFC application?

0

To add THBResize 2.5 ActiveX control to your MFC application use: Project->Add to Project->Components and controls Select \’THBResize 2.5\’ from the list of available controls VC++ will create wrapper classes CTHBResize(CTHBResize.h) and CTHBResizeSpecial(CTHBResizeSpecial.h) Now you have a new icon for THBResize in your controls palette. Place a new control on the dialog. Create a member variable for the control with the class wizard. And add this source code line to the OnInitDialog event BOOL CDialogGeneral::OnInitDialog() { CDialog::OnInitDialog(); m_THBResize.SetHWnd((long)this->GetSafeHwnd()); … THBRegistry I have tried to access a Windows 98 registry remotely but I get this message “Error connecting to the remote computer – a DLL initialization routine failed” You need to enable remote administration and remote registry services on the Windows 98 machine. Please refer to the Microsoft Knowledge Base articles Q141460 and Q148308. Microsoft\’s regedit should display a similar er

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123