Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
QuestionWPF listbox bug? Pin
Viplex27-Mar-09 14:11
Viplex27-Mar-09 14:11 
Answerpls ignore my question Pin
Viplex27-Mar-09 14:29
Viplex27-Mar-09 14:29 
QuestionCross Page Postback Pin
stormcandi27-Mar-09 11:31
stormcandi27-Mar-09 11:31 
QuestionSearching words in a matrix Pin
nike_arh27-Mar-09 10:42
nike_arh27-Mar-09 10:42 
AnswerRe: Searching words in a matrix Pin
Deresen27-Mar-09 12:02
Deresen27-Mar-09 12:02 
GeneralRe: Searching words in a matrix Pin
nike_arh27-Mar-09 12:32
nike_arh27-Mar-09 12:32 
AnswerRe: Searching words in a matrix Pin
Luc Pattyn27-Mar-09 21:21
sitebuilderLuc Pattyn27-Mar-09 21:21 
GeneralRe: Searching words in a matrix Pin
nike_arh27-Mar-09 23:27
nike_arh27-Mar-09 23:27 
In the code I have posted, some parts are missing, including the one with the word length. For word with maximum length 5 and minimum length 3 is very good. I will consider your suggestions. Smile | :)

I have an idea. If the current word is 4 characters, the program will also search the first four characters of the dictionary words. If there isn't a match, the words which derive from the current also won't have a match.

Current word: ac
Dictionary:
abcde
abefg
abegh

In the example there is no word starting with 'ac', so the words derived from 'ac' won't be in the dictionary. This will save a lot of roaming in the grid.

Still learning...

AnswerRe: Searching words in a matrix Pin
nike_arh28-Mar-09 6:56
nike_arh28-Mar-09 6:56 
QuestionDragging and resizing blocks thread Pin
invader8227-Mar-09 9:40
invader8227-Mar-09 9:40 
AnswerRe: Dragging and resizing blocks thread Pin
Dave Kreskowiak27-Mar-09 12:08
mveDave Kreskowiak27-Mar-09 12:08 
GeneralRe: Dragging and resizing blocks thread Pin
invader8229-Mar-09 23:05
invader8229-Mar-09 23:05 
AnswerRe: Dragging and resizing blocks thread Pin
Alan N28-Mar-09 7:48
Alan N28-Mar-09 7:48 
GeneralRe: Dragging and resizing blocks thread Pin
invader8229-Mar-09 23:11
invader8229-Mar-09 23:11 
QuestionUserPrinicipal Enabled... Nullable type? Pin
Jacob Dixon27-Mar-09 9:18
Jacob Dixon27-Mar-09 9:18 
AnswerRe: UserPrinicipal Enabled... Nullable type? Pin
Big Daddy Farang27-Mar-09 12:05
Big Daddy Farang27-Mar-09 12:05 
GeneralRe: UserPrinicipal Enabled... Nullable type? Pin
Jacob Dixon27-Mar-09 12:08
Jacob Dixon27-Mar-09 12:08 
GeneralRe: UserPrinicipal Enabled... Nullable type? Pin
Big Daddy Farang27-Mar-09 12:48
Big Daddy Farang27-Mar-09 12:48 
QuestionRounding statement not working in C# program Pin
Vin Calitri27-Mar-09 8:56
Vin Calitri27-Mar-09 8:56 
AnswerRe: Rounding statement not working in C# program Pin
Alan N27-Mar-09 9:32
Alan N27-Mar-09 9:32 
AnswerRe: Rounding statement not working in C# program Pin
Ian Shlasko27-Mar-09 10:06
Ian Shlasko27-Mar-09 10:06 
AnswerRe: Rounding statement not working in C# program Pin
Luc Pattyn27-Mar-09 21:29
sitebuilderLuc Pattyn27-Mar-09 21:29 
GeneralRe: Rounding statement not working in C# program Pin
Vin Calitri31-Mar-09 2:33
Vin Calitri31-Mar-09 2:33 
Questionbuttons click event is fire accurately but radiobuttonlist controls SelectIndexChanged event is not fired help me !! Pin
jyoti_goel27-Mar-09 7:33
jyoti_goel27-Mar-09 7:33 
AnswerRe: buttons click event is fire accurately but radiobuttonlist controls SelectIndexChanged event is not fired help me !! Pin
Xmen Real 27-Mar-09 8:37
professional Xmen Real 27-Mar-09 8:37 

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.