Scrollbar in controls with API
Hello everyone.
I want to load multiple textbox at run-time in a form. The problem is that after many loading of textbox (going from the top to bottom), many textbox are hidden because the form is too small...
I need a scroll bar on my form and I was wondering if there was any way to do it with the windows API. If there is a way, will it also be easy to ajust the maximum scroll on that scroll bar (because may be I would load more textbox in my form).
If it's not possible to do it for a form, is it possible to do it for a picture box, or some container control ? Thank you very much for your times. This forum is very handy and all of you people are really nice!
Dan
Thankx, but one more question
Wow! That's great! Thankx a lot!
Now how do change the max value of this scrollbar after the form is loaded...?
Thanks again for your help.
Thanks again for your help
Well, I think my computer was out of memory and that was why the scrolling wasn't working anymore after I maximed the window. (I was able to move the scroll button but nothing would move in my form). But now, it's working and thanks to you!
Now it seems like your EventVB.dll has many useful and interesting functions. Is there any documentation for that dll. May be I can find some other useful functions to use for my application. Thank you!