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
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
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.
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 ?
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)