Click here to Skip to main content
15,913,055 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Help with Reports: Within one of my .rdlc there 2 tables from 2 datasets.... Pin
Richard Blythe15-Jul-10 6:46
Richard Blythe15-Jul-10 6:46 
QuestionC# Windows Form Application with WCF on Windows XP Pin
xavier999914-Jul-10 16:06
xavier999914-Jul-10 16:06 
AnswerRe: C# Windows Form Application with WCF on Windows XP Pin
Eddy Vluggen16-Jul-10 0:36
professionalEddy Vluggen16-Jul-10 0:36 
AnswerRe: C# Windows Form Application with WCF on Windows XP Pin
Abhinav S20-Jul-10 18:33
Abhinav S20-Jul-10 18:33 
AnswerRe: C# Windows Form Application with WCF on Windows XP Pin
spn21-Jul-10 18:59
spn21-Jul-10 18:59 
QuestionSave DataGridView To Database Pin
.NetDeveloper0910-Jul-10 21:31
.NetDeveloper0910-Jul-10 21:31 
AnswerRe: Save DataGridView To Database Pin
TimmL11-Jul-10 8:58
TimmL11-Jul-10 8:58 
AnswerRe: Save DataGridView To Database Pin
Peace ON11-Jul-10 19:53
Peace ON11-Jul-10 19:53 
QuestionControl Binding of a bool isn't updating Pin
TimmL9-Jul-10 2:56
TimmL9-Jul-10 2:56 
AnswerRe: Control Binding of a bool isn't updating Pin
Richard Blythe9-Jul-10 6:00
Richard Blythe9-Jul-10 6:00 
AnswerRe: Control Binding of a bool isn't updating Pin
darkelv9-Jul-10 7:43
darkelv9-Jul-10 7:43 
QuestionDataset and Crystal Reports Pin
.NetDeveloper093-Jul-10 23:05
.NetDeveloper093-Jul-10 23:05 
AnswerRe: Dataset and Crystal Reports Pin
darkelv10-Jul-10 18:50
darkelv10-Jul-10 18:50 
GeneralRe: Dataset and Crystal Reports Pin
.NetDeveloper0910-Jul-10 21:27
.NetDeveloper0910-Jul-10 21:27 
AnswerRe: Legal Billing Software Pin
Eddy Vluggen4-Jul-10 1:45
professionalEddy Vluggen4-Jul-10 1:45 
AnswerRe: Legal Billing Software Pin
Peace ON5-Jul-10 19:26
Peace ON5-Jul-10 19:26 
AnswerRe: Legal Billing Software Pin
Abhinav S5-Jul-10 20:32
Abhinav S5-Jul-10 20:32 
QuestionHiding a Button in a DataGridView Pin
john_paul30-Jun-10 8:16
john_paul30-Jun-10 8:16 
AnswerRe: Hiding a Button in a DataGridView Pin
Peace ON30-Jun-10 22:19
Peace ON30-Jun-10 22:19 
AnswerRe: Hiding a Button in a DataGridView Pin
freakyit30-Jun-10 22:20
freakyit30-Jun-10 22:20 
QuestionT9 predictive text in Windows Forms Pin
G-Tek29-Jun-10 6:24
G-Tek29-Jun-10 6:24 
AnswerRe: T9 predictive text in Windows Forms Pin
Peace ON29-Jun-10 21:02
Peace ON29-Jun-10 21:02 
GeneralRe: T9 predictive text in Windows Forms Pin
G-Tek30-Jun-10 0:57
G-Tek30-Jun-10 0:57 
GeneralRe: T9 predictive text in Windows Forms Pin
darkelv30-Jun-10 2:30
darkelv30-Jun-10 2:30 
Yes definitely possible, though probably not entirely in .NET, and don't think there are API beside the standard Win32 API, and you got to code most of the libraries.

You'll need a light and efficient database for the dictionary, an algorithm to retrieve the words fast, an algorithm to account for the most recent used words, adding and removing words from the dictionary.

You'll need some way to hook the keypress, and sending the character or control characters (backspace, etc) to the control.

Did a Palm version for a friend's company for the keyboard, they did the windows mobile version using C++. Though without much capital, the product is currently sort of dead. Frown | :(

http://www.osnews.com/story/15389/Review-TenGO-2.0-and-TenGO-Thumb[^]
AnswerRe: T9 predictive text in Windows Forms Pin
Eddy Vluggen4-Jul-10 1:44
professionalEddy Vluggen4-Jul-10 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.