Results 1 to 40 of 50

Thread: VB6 -- Disable Scroll Bars in Webbrowser

Hybrid View

  1. #1
    PowerPoster
    Join Date
    Aug 2011
    Location
    B.C., Canada
    Posts
    2,887

    Re: VB6 -- Disable Scroll Bars in Webbrowser

    try this guys
    Attached Files Attached Files

  2. #2
    Frenzied Member
    Join Date
    May 2013
    Posts
    1,126

    Re: VB6 -- Disable Scroll Bars in Webbrowser

    I tried this but still the scrollbars are there. any update on this?

  3. #3
    Frenzied Member
    Join Date
    May 2013
    Posts
    1,126

    Re: VB6 -- Disable Scroll Bars in Webbrowser

    I tried this but still the scrollbars are there. any update on this?

  4. #4
    Member
    Join Date
    Mar 2012
    Posts
    35

    Re: VB6 -- Disable Scroll Bars in Webbrowser

    how can i have a webbrowser like post : #25
    i need help to make a browser if len characters of line is bigest as browser width , remaning of characters writing in next line and horizontal Scrollbar not activate

  5. #5
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: VB6 -- Disable Scroll Bars in Webbrowser

    Quote Originally Posted by r0om13 View Post
    how can i have a webbrowser like post : #25
    That is not a web browser not it seems to be a chat program.

    i need help to make a browser if len characters of line is bigest as browser width , remaning of characters writing in next line and horizontal Scrollbar not activate

    You should really ask this question in its own this.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  6. #6
    PowerPoster
    Join Date
    Aug 2011
    Location
    B.C., Canada
    Posts
    2,887

    Re: VB6 -- Disable Scroll Bars in Webbrowser

    Quote Originally Posted by r0om13 View Post
    how can i have a webbrowser like post : #25
    i need help to make a browser if len characters of line is bigest as browser width , remaning of characters writing in next line and horizontal Scrollbar not activate
    As NightWalker pointed out, you should start a new thread.

    You could use a label (Stretched = True) and add word per word, whenever the label.width > webbrowser.width then you add a vbNewLine before the word that made it bigger, and set label back to label.width = webbrowser.width.

    There is many solutions, this one was probably the cheapest one tho.

  7. #7
    Member
    Join Date
    Mar 2012
    Posts
    35

    Re: VB6 -- Disable Scroll Bars in Webbrowser

    Quote Originally Posted by Max187Boucher View Post
    As NightWalker pointed out, you should start a new thread.

    You could use a label (Stretched = True) and add word per word, whenever the label.width > webbrowser.width then you add a vbNewLine before the word that made it bigger, and set label back to label.width = webbrowser.width.

    There is many solutions, this one was probably the cheapest one tho.
    thanks dear for replay , can you make a example source for me ?

  8. #8
    PowerPoster
    Join Date
    Aug 2011
    Location
    B.C., Canada
    Posts
    2,887

    Re: VB6 -- Disable Scroll Bars in Webbrowser

    Quote Originally Posted by r0om13 View Post
    thanks dear for replay , can you make a example source for me ?
    If you follow these steps, we will help you, but not write everything for you.

    1. Start a new thread (leave this one alone).
    2. Make sure you put a decent thread title, not just Help me??
    3. Give us a description of what you are looking for, and all the code you have now (screenshot if possible).
    4. No I can not make example source for you, if you don't listen to anything I'm saying

    I'm sure many of us will try to help, only if you help your self at the same time. (actually learn)

Tags for this Thread

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