Search results for query: *

  1. P

    I can't use ScrollToCaret to move

    Hi everyone.The problem is that i can't use cursor to move text in richtextbox using scrolltocaret. Here the code for so far i have. Dim length As Integer = rtf.Text.Length rtf.[Select](length, 0) rtf.ScrollToCaret() The scroll goes to the bottom correct and back but the...
  2. P

    Remove google cache pages from richtextbox in b.net

    Can you finish the code you gave cuz it can't find url what it means i have tried to fix the problem with url and tried to change it to mine and i get error or this syntax is already exesiting. Can yuo finish by my code ? Thanks.
  3. P

    Search and Highlight Text in a RichTextBox

    How to search from textbox when you type something not form string everytime ? Here is the code. Dim searchword As String = "i do not like this using better from textbox1.text if someone knows how to change it" Private Sub RichTextBox1_TextChanged(ByVal sender As System.Object, ByVal e As...
  4. P

    Remove google cache pages from richtextbox in b.net

    Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted Dim htmlele As HtmlElementCollection htmlele = WebBrowser1.Document.GetElementsByTagName("h3")...
  5. P

    Drawing on a pictureBox and save it to a file

    sorry man it works o my god :) Thank you i cheated and not i know how it works :) without yuor picture hehe
  6. P

    Drawing on a pictureBox and save it to a file

    Then i remove your picture it show me like this when draw in extacly place it show nonses It does not save in correct position it show nonses and it is in not it's right where it has to be.
  7. P

    Drawing on a pictureBox and save it to a file

    It would to be better it fi works but it doesn't ( Just only with yuo picture but i need the code for to save the code from captured picture in the piturebox and draw on it and save this is not good idea yuo did.
  8. P

    How Can I Extract Doman Names Like This But Only With Related Links ?

    I want like this if still do not understand what i want to tell you. Example: i search for games and i want to get only games doman names as links i search for regex examples and i want to get only these doman names as links more examples: programming games programming games tutorials...
  9. P

    How Can I Extract Doman Names Like This But Only With Related Links ?

    How to make regex match code for vb.net to extract domain names but only with related links like this and get output as i type in searchbox. Example: I type vb.net for begginers and i want to extract it only related vb forums,sites with these doman names. How can i do that ? Here is the...
  10. P

    Question How to upload files and subfolders or in zip,rar using my code ?

    It will be better if someone knows how to upload folders or subfolders.
  11. P

    Question How to upload files and subfolders or in zip,rar using my code ?

    Ok this is good code but how to make it with textbox not with simple like c:\blabla.zip. I want browse from my hard drive and put the path into textbox and then upload to ftp or from it ? Thanks.
  12. P

    Automatically pick urls in listbox then load to webbrowser

    My problem i have almost made the program which gives urls from google and collect in listbox and sort found as i typed links and copy into richtextbox. But i need to pick up all urls from google automatically from all pages. Because now it does only 1 page. Here is the part of my code in...
  13. P

    Question How to upload files and subfolders or in zip,rar using my code ?

    I tried more than once and so as you write is not in any way. Everything has been tested And there are no webreaquest examples as normal even started and what it all started how to begin from. I'm thinking maybe you could help me? I know google is full examples but is not what I need...
  14. P

    Question How to upload files and subfolders or in zip,rar using my code ?

    Hello. Here I have a small problem with ftp upload all files and subfolders. Here is my code. Private Sub Button1_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click OpenFileDialog1.ShowDialog () TextBox1.Text = OpenFileDialog1.FileName...
Back
Top