Click here to Skip to main content
15,867,568 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Dave Kreskowiak8-Mar-12 6:23
mveDave Kreskowiak8-Mar-12 6:23 
QuestionReversi Pin
Midnight Ahri4-Mar-12 21:43
Midnight Ahri4-Mar-12 21:43 
AnswerRe: Reversi Pin
Dave Kreskowiak5-Mar-12 4:53
mveDave Kreskowiak5-Mar-12 4:53 
QuestionText similarity algorithm Pin
Maciej Los4-Mar-12 11:33
mveMaciej Los4-Mar-12 11:33 
AnswerRe: Text similarity algorithm Pin
Dave Kreskowiak4-Mar-12 12:32
mveDave Kreskowiak4-Mar-12 12:32 
AnswerRe: Text similarity algorithm Pin
Luc Pattyn4-Mar-12 12:36
sitebuilderLuc Pattyn4-Mar-12 12:36 
GeneralRe: Text similarity algorithm Pin
Andreas Gieriet7-Mar-12 5:09
professionalAndreas Gieriet7-Mar-12 5:09 
AnswerRe: Text similarity algorithm Pin
Eddy Vluggen5-Mar-12 0:31
professionalEddy Vluggen5-Mar-12 0:31 
losmac wrote:
I'm trying to write algorithm which can:
1) compare the array of strings,

There are a few algo's that you can use to compare strings, like the SOUNDEX[^]-function in SQL, Metaphone[^] in PHP, or the Levenshtein distance[^] (also called "edit distance").

losmac wrote:
2) find a string with the longest similarity (biggest substring), to use it as a
model,

Give the matches scores, and pick the one with the highest score Smile | :)

losmac wrote:
It's time to begin a discuss

Discuss what?
Bastard Programmer from Hell Suspicious | :suss:

AnswerRe: Text similarity algorithm Pin
Sergey Alexandrovich Kryukov5-Mar-12 15:18
mvaSergey Alexandrovich Kryukov5-Mar-12 15:18 
QuestionWant to create layer like photoshop in vb.net Pin
prolay4-Mar-12 9:20
prolay4-Mar-12 9:20 
AnswerRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak4-Mar-12 12:29
mveDave Kreskowiak4-Mar-12 12:29 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov5-Mar-12 15:41
mvaSergey Alexandrovich Kryukov5-Mar-12 15:41 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak5-Mar-12 16:15
mveDave Kreskowiak5-Mar-12 16:15 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak5-Mar-12 16:59
mveDave Kreskowiak5-Mar-12 16:59 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov5-Mar-12 18:38
mvaSergey Alexandrovich Kryukov5-Mar-12 18:38 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak6-Mar-12 5:42
mveDave Kreskowiak6-Mar-12 5:42 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov6-Mar-12 18:17
mvaSergey Alexandrovich Kryukov6-Mar-12 18:17 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak7-Mar-12 3:12
mveDave Kreskowiak7-Mar-12 3:12 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov7-Mar-12 12:13
mvaSergey Alexandrovich Kryukov7-Mar-12 12:13 
GeneralRe: Want to create layer like photoshop in vb.net Pin
JohnPayton26-Mar-12 19:00
JohnPayton26-Mar-12 19:00 
QuestionDataGridView BeginEdit Pin
Eddie Randell4-Mar-12 8:52
Eddie Randell4-Mar-12 8:52 
AnswerRe: DataGridView BeginEdit Pin
Dave Kreskowiak4-Mar-12 12:29
mveDave Kreskowiak4-Mar-12 12:29 
QuestionOLEDB Provider Pin
ivo753-Mar-12 8:55
ivo753-Mar-12 8:55 
AnswerRe: OLEDB Provider Pin
Dave Kreskowiak3-Mar-12 12:14
mveDave Kreskowiak3-Mar-12 12:14 
GeneralRe: OLEDB Provider Pin
Luc Pattyn3-Mar-12 13:05
sitebuilderLuc Pattyn3-Mar-12 13:05 

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.