Search results for query: *

  1. G

    Class Name and Method Name box

    Somehow, my Class Name and Method Names drop down boxes in the code window of one of my files are no longer showing. How to I make them visible again? Thanks!
  2. G

    Array----how to clear it

    How do you clear an array so that it has no elements?
  3. G

    Cannot find user control in Customize Toolbox dialog box

    I made my own control and created a test project to test it. The control worked fine. Then I closed that solution and created a new solution with one Windows Application project. I right-clicked in the Windows Forms area of the Toolbox, then I right-clicked on Add/Remove Items, which led me...
  4. G

    Sequential text file

    I am supposed to store some data in a sequential text file that is read when my VB.NET program starts. I have to make sure that the text file will open on anyone's computer (as long as it is stored with the program). I stored it in the bin folder that contains my program, but when I run my...
Back
Top