Search:

Type: Posts; User: matthewmcconnell1997

Search: Search took 0.01 seconds.

  1. VS 2010 Remove tabs when copy and pasted or loaded from a file or other textbox?

    I have a textbox that when a button is clicked, it adds information from all different textbox's and a richtextbox. The richtextbox will contain tabs and when it is inserted into the textbox, I need...
  2. VS 2010 Diming multiple items as the one string

    Is it possible to do something like this?
    Dim first As String = Checkbox1.Checked = False & Checkbox2.Checked = True & Checkbox3.Checked = True & Checkbox4.Checked = False

    So that if they are all...
  3. Replies
    1
    Views
    5,705

    VS 2010 .DAT files

    I am trying to open .DAT files into a richtextbox in vb 2010. When I open it, it has all the weird symbols (µ4[¬"èlòÚ;). I need my program to be able to convert it and then save it with the same...
  4. VS 2010 How to allow the user to edit and save a small piece of code?

    I have this piece of code in a form 3 times; "Threading.Thread.Sleep(500) 'wait 0.5 seconds". I wish to allow the user to edit the (500) part in the code for each of the 3 pieces of the code.

    I...
  5. VS 2010 Send group box radio button sellection via email

    Hi all
    I have a groupbox with 5 radio buttons inside. I also have other fields with I have already done the coding for and it works fine. The program simply sends an email to me with the...
  6. Search combobox items via inout from textbox? Please help.

    I have 200+ items in my combox and a text box and a button. Every item has an id such 220 and 98:3. When the user types a name into the textbox such a Holly, a msgbox needs to appear with the id and...
  7. Re: How to search for items in a combobox?

    Okay well I have put in the code and tried it but it isnt working. All that happens is an empty msgbox.
  8. Re: How to search for items in a combobox?

    So every item in the combobox i have to have a seperate peice of code for? If so where do I insert the item name at? Or is there nothing else I have to do?
  9. Re: How to search for items in a combobox?

    So I just have to copy and paste the code? Only once I do it? If so it didn,t work. The an empty msgbox just appeared. Could you please go through each line of the for me and explain exactly what...
  10. Re: How to search for items in a combobox?

    I only have a small idea to what strings are from what I read on the other page. When writing this code, where does it go? Undter the button? I do the same thing for every item in the combobox dont...
  11. Re: How to search for items in a combobox?

    Im sorry I am new to programming and this is my first time using visual basic.

    I dont understand how to use your example. I have checked out the website and dont really understand it. Is there any...
  12. How to search for items in a combobox?

    I have a combobox with 100+ items. All the items are listed in order of their id and their id is before their name. Some items have the same words but other words aswell. I have created a textbox and...
  13. VS 2010 Re: How to publish your application with documents and created files and folders?

    I understand now thankyou.

    I just have another question, I have a dropdown box with 100+ items and when the user selects one, a file will appear and a few pictures. I want to make a textbox next...
  14. Replies
    1
    Views
    5,358

    VS 2010 Backup Program Coding Help

    I my project I have a little backup thing where the user selects a folder to backup and a location to back it up to. I have two textbox's, 3 buttons and a progress bar. The first button (button1) is...
  15. VS 2010 Re: How to publish your application with documents and created files and folders?

    So Me.RichTextBox1.Text = My.Resources.ItemList ? I am realy confused? Is this correct because if it is it says that it isn't so could you just give me the code please.
  16. VS 2010 Re: How to publish your application with documents and created files and folders?

    So I need to put richtextbox1.text = file.readalltext(application.startuppath & "\yourtextfile.txt") right? I am trying to put richtextbox1.text = file.readalltext(My.Resources.ItemList) but when I...
  17. VS 2010 Re: How to publish your application with documents and created files and folders?

    I still can't get it to work. First of all file.readalltext just will not allow me to use it as in it automaticaly changes it. Is there any other way?
  18. VS 2010 Re: How to publish your application with documents and created files and folders?

    I have made my resource called ItemList and it is a text file. I want to load it into a richtextbox but it isnt working.
    Me.RichTextBox1 = My.Resources.ItemList
    Error: Value of type 'Sting' cannot...
  19. VS 2010 Re: How to publish your application with documents and created files and folders?

    Okay well with resources is it possible to make a text document or simmilar that can have a table structure with images and text and how do I load the resources into a textbox or a richtextbox when...
  20. VS 2010 How to publish your application with documents and created files and folders?

    I am fairly new to visual basic 2010. In my program I have rich text documents that load into text boxes when a form starts and folders for when the user creates a file for them to be saved in and...
Results 1 to 20 of 20



Click Here to Expand Forum to Full Width