473,382 Members | 1,639 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,382 software developers and data experts.

a project very same as Microsoft Word word correction system

very same as Microsoft Word word correction, or like Gmail's word
correction, if you choose a word, it gives you several candidate and if
none is okay, user can type one. I want develop it in C#2005

Now the problem is, How to do it? How to represent each word, just like
button? [but button is very ugly -_-b] I think it may require Draw
something? using panel? Can anybody give me an idea? or any examples
Thanks a lot

Sep 9 '06 #1
4 1567
You do know that you can run MSWord in the background and get it to do this
for you.
http://www.codeproject.com/csharp/spellcheckdemo.asp

"fAnSKyer" <fa******@gmail.comwrote in message
news:11**********************@i3g2000cwc.googlegro ups.com...
very same as Microsoft Word word correction, or like Gmail's word
correction, if you choose a word, it gives you several candidate and if
none is okay, user can type one. I want develop it in C#2005

Now the problem is, How to do it? How to represent each word, just like
button? [but button is very ugly -_-b] I think it may require Draw
something? using panel? Can anybody give me an idea? or any examples
Thanks a lot

Sep 9 '06 #2
Thanks a lot, it works, but my project focus on correct, I wonder if I
can treat every single word as a link or buttonlink or button so that
when user click on it, it will invoke another process [draw? ] ask the
user to type a new one or choose a candidate.

Thanks :P
Simon Tamman wrote:
You do know that you can run MSWord in the background and get it to do this
for you.
http://www.codeproject.com/csharp/spellcheckdemo.asp

"fAnSKyer" <fa******@gmail.comwrote in message
news:11**********************@i3g2000cwc.googlegro ups.com...
very same as Microsoft Word word correction, or like Gmail's word
correction, if you choose a word, it gives you several candidate and if
none is okay, user can type one. I want develop it in C#2005

Now the problem is, How to do it? How to represent each word, just like
button? [but button is very ugly -_-b] I think it may require Draw
something? using panel? Can anybody give me an idea? or any examples
Thanks a lot
Sep 10 '06 #3
I'm not 100% sure what you mean.
I'm assuming the text is in a rich text box or something? If so, to show the
user which word i'm talking about i'd use the .Select method of the
richtextbox to selected the word and then display the alterantive candidate
words in a listbox or such like.
Is that any help?
"fAnSKyer" <fa******@gmail.comwrote in message
news:11*********************@i3g2000cwc.googlegrou ps.com...
Thanks a lot, it works, but my project focus on correct, I wonder if I
can treat every single word as a link or buttonlink or button so that
when user click on it, it will invoke another process [draw? ] ask the
user to type a new one or choose a candidate.

Thanks :P
Simon Tamman wrote:
You do know that you can run MSWord in the background and get it to do
this
for you.
http://www.codeproject.com/csharp/spellcheckdemo.asp

"fAnSKyer" <fa******@gmail.comwrote in message
news:11**********************@i3g2000cwc.googlegro ups.com...
very same as Microsoft Word word correction, or like Gmail's word
correction, if you choose a word, it gives you several candidate and
if
none is okay, user can type one. I want develop it in C#2005
>
Now the problem is, How to do it? How to represent each word, just
like
button? [but button is very ugly -_-b] I think it may require Draw
something? using panel? Can anybody give me an idea? or any examples
Thanks a lot
>

Sep 10 '06 #4
This helps a lot, Thanks, What I mean is User can use mouse click on a
text, and then a menu appeared, have a lot of alternative candidate in
it, the user click one of it and the text changed.

Richtextbox, I just tried, Select method can not implemented by a mouse
order? [or can? ] and how to know left click on a single word? Do you
know? or You can suggest some source that have the answer? I am newbie
: )

Thanks a lot

Simon Tamman wrote:
I'm not 100% sure what you mean.
I'm assuming the text is in a rich text box or something? If so, to show the
user which word i'm talking about i'd use the .Select method of the
richtextbox to selected the word and then display the alterantive candidate
words in a listbox or such like.
Is that any help?
"fAnSKyer" <fa******@gmail.comwrote in message
news:11*********************@i3g2000cwc.googlegrou ps.com...
Thanks a lot, it works, but my project focus on correct, I wonder if I
can treat every single word as a link or buttonlink or button so that
when user click on it, it will invoke another process [draw? ] ask the
user to type a new one or choose a candidate.

Thanks :P
Simon Tamman wrote:
You do know that you can run MSWord in the background and get it to do
this
for you.
http://www.codeproject.com/csharp/spellcheckdemo.asp
>
>
>
"fAnSKyer" <fa******@gmail.comwrote in message
news:11**********************@i3g2000cwc.googlegro ups.com...
very same as Microsoft Word word correction, or like Gmail's word
correction, if you choose a word, it gives you several candidate and
if
none is okay, user can type one. I want develop it in C#2005

Now the problem is, How to do it? How to represent each word, just
like
button? [but button is very ugly -_-b] I think it may require Draw
something? using panel? Can anybody give me an idea? or any examples
Thanks a lot
Sep 10 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been...
18
by: JKop | last post by:
Here's what I know so far: You have a C++ project. You have source files in it. When you go to compile it, first thing the preprocessor sticks the header files into each source file. So now...
5
by: Kenneth P | last post by:
Hi, I have an old project I've been working with on an old computer, bought a new fast computer, created a new empty project and started to include all old files into the project. When I want to...
11
by: John Fly | last post by:
I'm working on a large project(from scratch). The program is essentially a data file processor, the overall view is this: A data file is read in, validated and stored in a memory structure...
8
by: Lee | last post by:
Hi all, I'm trying to programatically change the background color of lines of text and running into a few difficulties, anyone got any suggestions? my relevant code is as follows: public void...
5
by: Mike in Santa Rosa | last post by:
I'm trying to get a simple c# app built that can launch/manipulate an excel workbook, sheet. I've chased down several examples and can't any of them to work. So I must be doing somethnig obviouslt...
3
by: Bob Trabucco | last post by:
Hello all, I have a ASP.NET website written using VS 2003. I am in the process of migrating it up to 2005. There is one problem I just can't seem to solve. In my original VS 2003 project I...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
4
by: =?Utf-8?B?SGVyYg==?= | last post by:
Can someone point me in the direction of documentation for Office Interop? Specifically, Microsoft.Office.Interop.MSProject. Mainly what I need is a command set, programming documentation. I...
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.