Search results for query: *

  • Users: crom
  • Order by date
  1. C

    Using MS Excel from VB.NET

    Thanks mickwen I have downloaded the Spire.DataExport free trial. I hope it's worth buying at $199!
  2. 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...
  3. C

    Requesting and hiding passwords

    Thanks everyone. I have now implemented a facility using dialogbox/textbox.passwordchar and it works just fine. I'm now reading up on your hash links so I can protect the password file. One small query: I can't use the big blob (chr(249)) to conceal my passwords as a foreign symbol appears...
  4. 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)
  5. 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