eilrach
03-05-2003, 06:29 PM
attached is the sample screen i want to integrate with my projects, but im still a newbie in vb6 and i dont know what component should i use to create a screen just like my attachment, a screen where you can input data in a number of textboxes with scrollbars,thanks in advance..
Machaira
03-05-2003, 10:00 PM
I would not recommend using a scrollbar on a form. The form should be redesigned so it all fits on the screen. A Windows application is not designed the same as an web page.
attached is the sample screen i want to integrate with my projects, but im still a newbie in vb6 and i dont know what component should i use to create a screen just like my attachment, a screen where you can input data in a number of textboxes with scrollbars,thanks in advance..
take a look at this link:
http://www.thescarms.com/vbasic/ScrollForm.asp
And in case you noticed, i'm also from the Philippines. nice to see a pinoy posting =)
eilrach
03-06-2003, 02:18 AM
thanks for the reply, but after searching the msdn cd, i found a solution for my problem and it did very well, thanks for your time :)