Search results for query: *

  1. BRS0903

    Why is the OpenFileDialog so slow on the desktop

    I have an application that I have just finished developing a day or two ago. Now that it is finished, and I am testing it, I tried to use the Open File Dialog and it works fine. One poblem though...IT IS WAYY too slow when it loads to find a file on the Desktop. Why is my Open File Dialog so...
  2. BRS0903

    How to deploy without seeing that annoying "Launching Application" Window

    I deployed my application and installed it onto my local drive. For some reason, even after I installed it, the "Launching Application" window still appears. How do I get rid of this window so that I don't have it show before my application is launched? This is quite embarressing as it did...
  3. BRS0903

    Opening in the same directory as the last time while using a Windows Forms app

    I am developing a windows form application. I want to be able to have the OpenFiledialog to remember what directory was used the last time I opened a file using that particular OpenFileDialog box. How would I code my openfiledialog or windows form to remember what directory was used the last...
  4. BRS0903

    How could I turn this console application into a Windows Form? PLEASE HELP!!

    I am having trouble turning a console application into a windows application. Basically, the form would have 4 text boxes. Each text box would house the file path of two three boxes and one csv file. Each text box would have a button right next to it that would prompt the user to open a file...
  5. BRS0903

    Object Reference is not set to an instance of an object

    Still have problems and I'm not sure what to do. Anything else you can think of?
  6. BRS0903

    Object Reference is not set to an instance of an object

    At the very top where I declared all the variables, I set the value = "". So I declared Dim strInput As String = "" Now it seems as if I no longer have a problem with strInput per say, but now I have a problem with the Index. The following is the problem when I have strInput(k). The...
  7. BRS0903

    Object Reference is not set to an instance of an object

    Anybody have any ideas? I'd really appreciate it. Thanks!
  8. BRS0903

    Object Reference is not set to an instance of an object

    So what do you think the problem is?
  9. BRS0903

    Object Reference is not set to an instance of an object

    It's a lot of code..LOL! What would you need? This variable was declared at the top of the module. MoveIt is just a sub program within that module. I also have a form that refers back to MoveIt and then that is when I get stuck. I also used the strInput variable to pull information from...
  10. BRS0903

    Object Reference is not set to an instance of an object

    I tested the code and I think that the variable strInput(k) is the reason why I am getting a null reference. How would I change it so that it works properly? How would I declare this? Would you like to see my code?
  11. BRS0903

    Object Reference is not set to an instance of an object

    I am writing a program that I picked up from somebody else and I have a couple of questions. I run the program and when I try to execute it I am hit with an error that tells me in this Sub that the Object Reference is not set to an instance of an object. The tips it gives me are the...
Back
Top