dose anyine know where or can give me a sample code (step by step how to make a scrol bar for a form or frame in VB6
Thanks
Printable View
dose anyine know where or can give me a sample code (step by step how to make a scrol bar for a form or frame in VB6
Thanks
You mean too scroll the controls on the form? You can either do this manually(If VScroll.Value=X Then MyControl.Top=Y), Or use API(I think), try doing a search on the forums for it, I know people have asked this question before...
Cheers!