Search results for query: *

  • Users: jamesvick
  • Content: Threads
  • Order by date
  1. J

    Resolved weird problem with replacing space in text from a web-page

    Hello i have two lines of text which have long space (more like 14-15 spaces) before the actual text. I have tried simple replace to split and merge but nothing is working. I have also tried trim and the worst thing is that ascii gives code of 32. But nothing works. here is the text ...
  2. J

    Question find replace text from file - fastest method ?

    Alright first my situation : 1) a text document which has content like : uber|uber|ultra taxi|taxi|taxi cab|cab|minicab|airport taxi|airport transfer genitalia|genitalia|genitals skincare|skincare|skin care|cosmetic|natual skin care|natural skin care...
  3. J

    Resolved update richtextbox on a different thread

    Hello guys, iam having a problem with a program iam making. Basic function - enter 5-10 urls. Download all web pages using multi threads and then process it. Then in the end, the text from all threads should end up in a richtextbox. It can't be done using any of my googly searches so i thought...
  4. J

    Question license issue - call a function 3 times a day only

    hello, iam making an application which performs some string operations on a text in a richtextbox in the following way: the user writes some text in a richtextbox and then clicks a button. The text is then send to a PHP page for operation and the result is then stored in another richtextbox...
  5. J

    Resolved problem in selecting the underlined text in richtextbox

    Hello, i have a simple notepad application where i want a feature of selecting text which is underlined. Usually what happens is when i click a button the app reads a text file and underlines random text in the richtextbox. What i want is on the click of another button to select the text which...
  6. J

    Answered selecting text in richtextbox which is underlined

    So how do we do it? Text is like - hello vb dotnet forums !! you guys are the best coderz On a button click i want to first select "vb dotnet forums" and on next click immediately select "are the best" (in a richtextbox control) . Iam not getting any idea as to how to proceed. Any help would...
  7. J

    Question how to double-spin text content in richtextbox ?

    i want to implement this feature : if i have a following sentence : {my name is james vick and iam a {member|user|visitor} on this {forum|website|site} and iam loving it | iam admin and iam a {supervisor|admin|moderator} on this {forum|website|site} and iam loving it} on a click of button i...
  8. J

    Question problem with regex

    how do i find a pattern in richtextbox?? the text is like : hello i want to {help|meet|call} you {please|come|soon}. i want to find all such strings which have curly braces and then replace the whole string with any word from within it, RANDOMLY. so on the click of a button the above line...
  9. J

    Question how to fill web forms and post through web browser?

    i have a form on one of my pages. How do i post the form after filling the data ? : <form action='http://www.mysite.com/login.bml' method='post' class='lj_login_form pkg'> <input type='hidden' name="lj_form_auth"...
  10. J

    Question timer tick problem

    i was trying to make a free microsoft word plugin in vb.net. It automatically fills a web form. The main problem with the plugin is that it uses web browser control and once it has filled a form it will need to navigate another form. The form can only be filled once it has completely been...
Back
Top