Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by massageadm

  1. massageadm

    create/upload file/s without a drive letter

    Thanks Sorwen, I re-wrote the code using one of your suggestions and simplified it. As far as handling the error I will give that some thought and you are right it probably should be handled. Thanks again it works great now! If pbDebug = True Then sFromScanner =...
  2. massageadm

    create/upload file/s without a drive letter

    I have code that I use for debug that needs to write files to folders that may or may not exist. I also may not know the drive letter. I need to be able to do this without knowing the drive letter (i.e. c:\whatever\whatever\). Can you tell what I am doing wrong? Thanks! If pbDebug = True Then...
  3. massageadm

    Form focus() VB.net

    Sorry posted the line after the line I should have. It should be this: Me.Activate()
  4. massageadm

    Form focus() VB.net

    Figured it out. Use Me.txtLastName.Focus()
  5. massageadm

    Form focus() VB.net

    When the applicartion starts it is not the primary focus and the user has to click on the form in order for it to be. I have tried to use Me.txtLastName.Focus() as the last line that invokes but that does not seem to work. Note: While running the application in debug the forms focus is set...

Part and Inventory Search

Back
Top