I want to scrool the frame using Horizontal scroll Bar.
Please look at the form attached.
If user want to add more than 10 items
then he scroll down and add more item.
Can anybody give me some input for coding.
have one more frame inside the main frame and have the scroll bars on the main frame and controls on the inside frame. according to the scroll bar move the controls frame... this works...
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
oooppss...I put your code but now when I scroll picture box is vanishing.
In martinliss code he is doing the same thing
here is his code.
Can you tell why this is not working for me
Did you add that VScroll1_Change event I added in my previous post?
Also, Inside MartinLiss sub Change all PicPicture with PicWindow and it will work.
Also make KeyPreview = true for your Form.
the main problem is that you are not using the correct names for each picturebox, picWindow should be PicPicture and Picpicture should be PicWindow
Here is the code
VB Code:
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)