Search results for query: *

  • Users: BRS0903
  • Content: Threads
  • Order by date
  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

    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