Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › [Help]Rich Text[Solved]

Question[Help]Rich Text[Solved]

Posts 1–8 of 8 · Page 1 of 1
mo3ad001
mo3ad001
[Help]Rich Text[Solved]
hello Mpgh members and staff


i want help from you

how i can make the RichTextBox still see me the last Line ?
like :
line 1
line2
line3]
line4
line5 {hide}
i wanna see the last line always line 5


how ?? visual basic 2008
#1 · 16y ago
Hassan
Hassan
Hello Dear

Here's a Simple and effective method of doing this:


[php]Private Sub RichTextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged
RichTextBox1.SelectionStart = RichTextBox1.Text.Length
RichTextBox1.ScrollToCaret()
End Sub[/php]

Hope this helps
#2 · 16y ago
Blubb1337
Blubb1337
Use google translator for better grammar, so I might be able to answer your question. Your current post is unreadable.
#3 · edited 16y ago · 16y ago
guza44_44
guza44_44
yes I agree...I am not able to yet help you as I don't understand a thing you just said
#4 · 16y ago
Hassan
Hassan
Yes, the grammar is hard to understand, but still I think I got it. He needs to scroll to the last line when ever the RichTextBox is updated !!!
#5 · 16y ago
mo3ad001
mo3ad001
Quote Originally Posted by FLAMESABER View Post
Hello Dear

Here's a Simple and effective method of doing this:


[php]Private Sub RichTextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged
RichTextBox1.SelectionStart = RichTextBox1.Text.Length
RichTextBox1.ScrollToCaret()
End Sub[/php]

Hope this helps
thx that work
#6 · 16y ago
Zoom
Zoom
Quote Originally Posted by FLAMESABER View Post
Hello Dear

Here's a Simple and effective method of doing this:


[php]Private Sub RichTextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged
RichTextBox1.SelectionStart = RichTextBox1.Text.Length
RichTextBox1.ScrollToCaret()
End Sub[/php]

Hope this helps
That also works for an textbox.

Thanks for sharing flame
#7 · 16y ago
NextGen1
NextGen1
Marked solved, you all know the drill, No posting unless < 7 days and necessary
#8 · 16y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help]Save Text[Solved]By Shark23 in Visual Basic Programming
    7Last post 16y ago
  • [Help]Basic Text Box[Solved]By FlashDrive in Visual Basic Programming
    3Last post 16y ago
  • [Help]Print Text Box [Solved]By zmansquared in Visual Basic Programming
    7Last post 16y ago
  • [Help]Save Text to Desktop[Solved]By ppl2pass in Visual Basic Programming
    8Last post 16y ago
  • [Source Help]Read/Write Text[Solved]By Samueldo in Visual Basic Programming
    4Last post 16y ago

Tags for this Thread

None