Search results for query: *

  • Users: Budda
  • Order by date
  1. B

    Some help with finding text

    Wtf, I'm sure I tried that, but obviously not because it works. Thanks.
  2. B

    Some help with finding text

    Well that worked I think, but not fully. I found a code on the net for a find and replace dialog although there is one problem. When I tested the program, the Find and Replace part, when I click 'Find' or 'Find Next', it does everything correctly, except highlighting the text. It zooms to the...
  3. B

    Some help with finding text

    Alright, I think I have the one I want. Thanks. However, in the function, one of the parts is: ByVal start AsInteger Which indicates the start of the search. I want this to be where the cursor is in the RichTextBox, but when I enter: Call Developer.FindMyText(TextBox1.Text...
  4. B

    Some help with finding text

    Thanks for the link. Which of those 7 would I be best using?
  5. B

    Some help with finding text

    I have made my own simple find text dialog, to link with my richtextbox. Currently it works, but every time it only selects the first appearance of the wanted text, and stops there. I would like it to stay open, and highlight the wanted text from the textbox in the dialog without having to...
  6. B

    Opening .java Files into a form.

    Thanks. BTW, that first code was java. It was an example of how I want it to be set out when saving, and how it was set out.
  7. B

    Opening .java Files into a form.

    Problems saving .java file from RichTextBox Opening the .java files is working fine now. Editing works perfectly. Saving works aswell, but my problem is that when I save, it saves the .java file in RTF. For example, instead of what a java file should be: public class stream { public stream() {...
  8. B

    Opening .java Files into a form.

    So I just paste this into the code of the form? Soprry, but I only started using VB properly yesterday, still trying to get the hang of most things. EDIT: Copied it into the OpenFile Ok thingy, and at first it didn't work, so I changed a couple of things and now it works. Thanks. Now onto...
  9. B

    Opening .java Files into a form.

    Ok. At the moment I have a form, with pretty much jack all working. I have basic things working, things that I have tought myself to do, burt there is one thing I am stuck on which I just can't figure out. When pressing 'Ok' in the OpenFileDialog, I want the file, which is a .java file, to...
Back
Top