How about a Newbies forum?
Printable View
How about a Newbies forum?
Well besides the name which would obviously need to be changed, the problem with newbie users, is that they don't know what's newbie and what isn't.
They might think making another listbox scroll when you scroll the first is easy.
Its not. It requires subclassing.
But at the same time they might think that grabbing files from the web is difficult.
Its not. It just requires the browser control or the internet transfer controls.
So that's an inherent problem with a newbie forum in my opinion...
No it doesn't.Quote:
Originally posted by plenderj
They might think making another listbox scroll when you scroll the first is easy.
Its not. It requires subclassing.
:p
Yeah it does. You can select things from one and make the same item be selected in the other, but to make them both scroll at the same time does need subclassing :pQuote:
Originally posted by crptcblade
No it doesn't.
:p
Sorry Jamie, you lose.
VB Code:
Private Sub List1_Scroll() List2.TopIndex = List1.TopIndex End Sub
:D
I'd agree with the above, the general Q&A is where all the newbies post & should be kept like that! :)
Well spank me.Quote:
Originally posted by MartinLiss
Sorry Jamie, you lose.
VB Code:
Private Sub List1_Scroll() List2.TopIndex = List1.TopIndex End Sub
I never knew that.
huh. ya learn something new every day.
I'll just hang out in the newbie forum so ;)