Search results for query: *

  • Users: pai
  • Order by date
  1. P

    String fuzzy match algo

    yupp...because it found two words. Actually i have the "Edit Distance algo", which i have modified to accept strings and return the match %.(not fully functional yet tho...;) ) but i wanted to know if there was some other approach to it, and if someone could have a better logic. mayb...
  2. P

    String fuzzy match algo

    Does anyone have a code snippet for string fuzzy matching. i.e I have a source string "visual basic dot net" and a target string as "visual source basic code", it should return me a match result of 50%. any help will be gladly appreciated. thanks in advance --pai
  3. P

    html compare

    i am trying to compare two htmls . i am using 2 axwebbrowsers populated by these two htmls. i need to add synchronized scrolling to these. i.e when LHS browser is scrolled the RHS browser should scroll equally and viceversa. can anyone help me here?...is there an alternative to axwebbrowser...
  4. P

    html compare

    i am extremely sorry. but i am using vb.net 2003. is there a workaround in .net 2003?. if yes, then please advise. thanks, pai PS: i am totally new to .net. so please be generous in explanation.
  5. P

    html compare

    i am trying to compare two htmls . i am using 2 axwebbrowsers populated by these two htmls. i need to add synchronized scrolling to these. i.e when LHS browser is scrolled the RHS browser should scroll equally and viceversa. can anyone help me here?...is there an alternative to axwebbrowser...
Back
Top