Results 1 to 7 of 7

Thread: Newbies

  1. #1

    Thread Starter
    Fanatic Member duc's Avatar
    Join Date
    Oct 2002
    Location
    STEAM
    Posts
    702

    Newbies

    How about a Newbies forum?

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    Originally posted by plenderj
    They might think making another listbox scroll when you scroll the first is easy.
    Its not. It requires subclassing.
    No it doesn't.

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Originally posted by crptcblade
    No it doesn't.

    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
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5

  6. #6
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538


    I'd agree with the above, the general Q&A is where all the newbies post & should be kept like that!

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  7. #7
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Originally posted by MartinLiss
    Sorry Jamie, you lose.

    VB Code:
    1. Private Sub List1_Scroll()
    2.  
    3.     List2.TopIndex = List1.TopIndex
    4.    
    5. End Sub
    Well spank me.
    I never knew that.

    huh. ya learn something new every day.
    I'll just hang out in the newbie forum so
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width