Click here to Skip to main content
15,888,521 members
Home / Discussions / Windows Forms
   

Windows Forms

 
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 
QuestionSetting the size of the Windows Media Player DRM license window Pin
tjeffries23-Jun-10 16:19
tjeffries23-Jun-10 16:19 
AnswerRe: Setting the size of the Windows Media Player DRM license window Pin
Eddy Vluggen26-Jun-10 1:28
professionalEddy Vluggen26-Jun-10 1:28 
QuestionCustom control help! Pin
venomation18-Jun-10 6:33
venomation18-Jun-10 6:33 
AnswerRe: Custom control help! Pin
Luc Pattyn18-Jun-10 7:41
sitebuilderLuc Pattyn18-Jun-10 7:41 
GeneralRe: Custom control help! Pin
venomation18-Jun-10 8:10
venomation18-Jun-10 8:10 
GeneralRe: Custom control help! Pin
Luc Pattyn18-Jun-10 8:11
sitebuilderLuc Pattyn18-Jun-10 8:11 
QuestionHow to create xmpp client using C#? Pin
manjeeet17-Jun-10 23:05
manjeeet17-Jun-10 23:05 
Answercross-post Pin
Luc Pattyn18-Jun-10 2:29
sitebuilderLuc Pattyn18-Jun-10 2:29 
AnswerRe: How to create xmpp client using C#? Pin
LloydA11120-Jun-10 9:24
LloydA11120-Jun-10 9:24 
QuestionWindow resizing Pin
Lamazhab17-Jun-10 5:37
Lamazhab17-Jun-10 5:37 
AnswerRe: Window resizing Pin
Luc Pattyn17-Jun-10 6:41
sitebuilderLuc Pattyn17-Jun-10 6:41 
GeneralRe: Window resizing Pin
Lamazhab24-Jun-10 12:59
Lamazhab24-Jun-10 12:59 
AnswerRe: Window resizing Pin
Lamazhab17-Jun-10 8:21
Lamazhab17-Jun-10 8:21 
GeneralRe: Window resizing Pin
Luc Pattyn17-Jun-10 8:49
sitebuilderLuc Pattyn17-Jun-10 8:49 
GeneralRe: Window resizing Pin
Lamazhab24-Jun-10 13:02
Lamazhab24-Jun-10 13:02 
GeneralRe: Window resizing Pin
Luc Pattyn24-Jun-10 13:08
sitebuilderLuc Pattyn24-Jun-10 13:08 

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.