Automatic Word Highlighting
Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
Hello members ;)
Well... i'm developing a component (.dll) which will automatically color the text (like in vb) in a richtextbox...
so far it can color the words but once you erase some letters it stays the new color, doesn't change back to the original color... soon done...
i might release the source code, not sure.
:P
- cxv
Well... i'm developing a component (.dll) which will automatically color the text (like in vb) in a richtextbox...
so far it can color the words but once you erase some letters it stays the new color, doesn't change back to the original color... soon done...
i might release the source code, not sure.

- cxv
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
someone already made it :P its called : Syntax Highlighting
i'm guessing its not the same way... and thanks for the word :P
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
CodexVideos wrote:i'm guessing its not the same way... and thanks for the word :P

when i might release the source u will see...
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
I guess he does this:
Code: Select all
Richtextbox1.select(start, length)
Richtextbox1.selectioncolor = color choise
Richtextbox1.select(index, 0)
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

I have used that in my syntax highlight component
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

MrAksel wrote:I guess he does this:how do u get that to work?Code: Select allRichtextbox1.select(start, length) Richtextbox1.selectioncolor = color choise Richtextbox1.select(index, 0)
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

zachman61 wrote:yea i try it it donst work how i could make it ?MrAksel wrote:I guess he does this:how do u get that to work?Code: Select allRichtextbox1.select(start, length) Richtextbox1.selectioncolor = color choise Richtextbox1.select(index, 0)
fight; lmao;
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
MrAksel wrote:I guess he does this:no i don't use that, as that will make typing very slow and sometimes go wrong...Code: Select allRichtextbox1.select(start, length) Richtextbox1.selectioncolor = color choise Richtextbox1.select(index, 0)
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
Copyright Information
Copyright © Codenstuff.com 2020 - 2023