Automatic Word Highlighting

Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
14 posts Page 1 of 2
Contributors
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Automatic Word Highlighting
Codex
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.


Image :P


- 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
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Automatic Word Highlighting
Axel
someone already made it :P its called : Syntax Highlighting
http://vagex.com/?ref=25000
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Automatic Word Highlighting
Codex
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
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Automatic Word Highlighting
Axel
CodexVideos wrote:
i'm guessing its not the same way... and thanks for the word :P
:D what way do u use then ? :P
http://vagex.com/?ref=25000
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Automatic Word Highlighting
Codex
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
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Automatic Word Highlighting
MrAksel
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
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Automatic Word Highlighting
MrAksel
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
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Automatic Word Highlighting
zachman61
MrAksel wrote:
I guess he does this:
Code: Select all
Richtextbox1.select(start, length)
Richtextbox1.selectioncolor = color choise
Richtextbox1.select(index, 0)
how do u get that to work?
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
TheSecretBoy
Top Poster
Top Poster
Posts: 195
Joined: Wed Jun 09, 2010 9:39 am

zachman61 wrote:
MrAksel wrote:
I guess he does this:
Code: Select all
Richtextbox1.select(start, length)
Richtextbox1.selectioncolor = color choise
Richtextbox1.select(index, 0)
how do u get that to work?
yea i try it it donst work how i could make it ?
fight; lmao;
Code'N'Stuff
TheSecretBoY
Dont forget to give thanks for those helpful posts cooll;
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Automatic Word Highlighting
Codex
MrAksel wrote:
I guess he does this:
Code: Select all
Richtextbox1.select(start, length)
Richtextbox1.selectioncolor = color choise
Richtextbox1.select(index, 0)
no i don't use that, as that will make typing very slow and sometimes go wrong...
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
14 posts Page 1 of 2
Return to “Work in Progress”