i'm working on a VB6 project where I need to have a form and within that form i need to have a picturebox and a scrollbar to scroll the picturebox. the setup is straight forward like this:
FormMain -> FormSub(with scrollbar) -> PictureBox
now the problem lies where the scrollbar is. when i add the scrollbar to the FormSub, the PictureBox moves when i use mouse scroll, but i can't click on scrollbar itself. then i tried to add scroll bar on the FormMain(which looks overlapped with PictureBox) then everything works perfect, except it looks not correct.
the scrollbar is an external source called m_cScroll from VBAccelerator.com the scrollbar itself doesn't have a problem where i tried with a plain form, but as soon as i added to the current project, FormSub doesn't appear to like the scrollbar.
i sense there could possiblly be a prblem with the project but it only has 3 component, form, scrollbar, and picturebox. So would anyone please help me or guide me through this puzzle. Thank you very much.
i've tried couple of things that might be effective but not working.
PS: due to personal reason, i may not post the code of the project in here for ref use. Apologies.