How can I add THBResize to my MFC application?
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