473,383 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Need a textbox which can take multicolored text and supports auto complete featute

1
Hi,

I need a text box control which can accept multi colored texts and can also support auto complete feature. I took a look at the richtextbox control which takes multi-colored text but it has no support for auto complete feature.

I also searched for any relevant control in infragistics and syncfusion but no help !

Has anybody ever designed such a text box?

I dont have much time so can't go for writing a customized text box for myself.

Any help will be great!

Thanks,
Stuti
Aug 26 '08 #1
3 1590
cloud255
427 Expert 256MB
As far as i know, no such control exists.
You would have to have some code...
Creating an auto complete function is not that hard, you need a list of possible words and then a basic algorithm will do the trick.
It really isn't too much work, maybe a day at most to build the control, the hardest part would be deciding how to implement the auto complete on a UI level. If you want something like the VS intillesense, it will be a lot of work. Something more basic like the single posibility auto complete of of a word processor is a lot more simple.


That is as much as i know on the topic, maybe someone else has a better suggestion...
Aug 26 '08 #2
Curtis Rutland
3,256 Expert 2GB
Cloud, that's a good suggestion, since we can't just hand out code anyway.
Aug 26 '08 #3
dmj07
55
Why not use a standard text box control and set the attributes for colours in the property box.

For an autocomplete solution you should try the AJAX control toolkits autocompleteextender, there is also a helpful video to show how this can be done:

http://www.asp.net/AJAX
Aug 26 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: Mr. B | last post by:
While at first this may seem a simple tast, it has plagued me for a while... What I want to do is to have the background colour of something like a TextBox to change from (say) White to Yellow to...
0
by: Shawn Hogan | last post by:
I'm looking for a control that supports multicolored tree view nodes. I want to have a string of text consisting of 3 pieces displayed in three different colors per node. Imagine how IE displays...
0
by: Alex Moskalyuk | last post by:
I am using System.Windows.Forms.TextBox to publish some real-time data that's coming off the external devices. My data is fed into the TextBox with proper precautions not to exceed the MaxSize...
8
by: John | last post by:
Hi, I am developing an application using VB.Net and hope that the textbox can process features which are similar to auto-complete features in Window. For example, when user types "ap" in a...
1
by: Melson | last post by:
Hi Can anyone help please. How can I create a Auto complete textbox using C#. Please help. Regards Melson
7
by: ChrisUttenreither | last post by:
Hello folks. I'm writing a Roguelike game in C#. Fun stuff. The game includes a map that is made entirely of colored ASCII art in a monospace font. I would like to make this map a control in...
8
by: nil | last post by:
Hello all, It's urgent... i want to add autocomplete textbox facility in my application like google. as you type it suggests option to the user..i want the same kind of facility...i know i...
15
by: active | last post by:
Below is a small but complete program that appears to show you can't retrive a Palette from the clipboard. This is true whether the palette is placed on the clipboard by Photoshop or Photoshop...
2
by: pritish87 | last post by:
Please tell me about new featute of visual basic 2008?
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.