Search results for query: *

  1. W

    Task Schedular can't start a compiled exe file

    What account is it running under when you double click it?
  2. W

    cannot add new item

    What I would do is start a new project and add each existing file from the old project. The project can go strange sometimes. I have had similar problems before. Good luck.
  3. W

    Text box as part of the header row...

    I found that the MSDN site crashes as well. I find that it only crashes in IE6, not tested IE7, but have used Opera. Good luck though!
  4. W

    string to integer not valid

    The textbox.text value will be a string. Convert it to an integer as follows: You have to put them in try thingies as they may not contain integer values in the textbox. try startnumber = cint(textbox1.text) endNumber = cint(textbox2.text) catch ex as exception end try Hope that helps.
  5. W

    Ask password via console.readline

    Making a console application. Need to ask for a password. Which is the best way to do this considering I do not want the password to echo to the screen. Thanks
  6. W

    Making a datatable accessible from all subs in class

    I love the way that the vb forum is php driven!! Hi all, I am currently writing a site for my school. I am trying to do a gallery for all the pics and sort them by category etc. When a user selects a category, I want an in memory datatable to be built with all the names of the files for...
Back
Top