|
-
Dec 15th, 2004, 11:47 PM
#1
Thread Starter
Lively Member
Re: freezing richtextbox from scrolling while outputting text
Thanks RobDog888 ... might be the one I am looking for.
Cheers
-
Dec 16th, 2004, 12:40 AM
#2
Re: freezing richtextbox from scrolling while outputting text
No prob. hope it works out for you.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Dec 16th, 2004, 01:34 AM
#3
Re: freezing richtextbox from scrolling while outputting text
I'm having luck using .Find to find [1], and then replacing it with my variable, which I already have in a textbox on a form. It is already formatted!
The only problem is that if I right-align it, then the lines on the table mess up. I can pad it with spaces, though. I probably have [50] variables.
Makes for a *LOT* of code, but it works.
You might want to use .Find to get to the top line of your RTF, after it writes the DB. It's not elegant, but it will work.
I have a bmp in my RTF, and now I need a way to replace the contents with the one from the program. Any idea how to do it? It wouldn't be hard to save it as a file, if there is a way to read it into the right area, but I'd like to be able to paste it there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|