Search results for query: *

  • Users: crom
  • Content: Threads
  • Order by date
  1. C

    Using MS Excel from VB.NET

    My program generates a set of names and numbers, and exports them to an Excel spreadsheet via a comma separated file. I have managed to do this dynamically using GetObject. Is it possible to manipulate the resulting instance of Excel from the calling program? For example, to reformat the...
  2. C

    Requesting and hiding passwords

    I would appreciate a pointer to any advice on handling passwords: - asking for a password (inputbox, textbox, other) - hiding the password as it is typed - encrypting the password in a password file (Sorry - newbie)
  3. C

    Deploying an Access application

    I have just developed my first VB.NET application which uses an Access DB. When I deployed it the executable program expects the .mdb to be located in the folder on the development PC. How do I specify the location I want on the target PC in sufficiently general terms to meet the requirements...
Back
Top