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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bobmori

    Create Word Macro in VB.NET

    I would like to create a macro for winword in vb.net, then run winword from vb.net and have the macro run. I can't seem to find how to get the macro into winword.
  2. bobmori

    Version Build and Revision

    Thanks anyway, I found it. Application.Version
  3. bobmori

    Version Build and Revision

    Dose anyone know what the visual studio variables for The four Version fields: Major, Minor, Build, Revision.
  4. bobmori

    Passing a value from one form to another

    place frmInserirOcorrencia.txtDescricao.Text = OcorrenciaSelected in the OK_button_click subroutine right after the "txtDescricao.Text = OcorrenciaSelected" statement
  5. bobmori

    LIKE operation

    The field in the database is numeric. Don't use like use = and forget the '. Since it's numeric like has no meaning.
  6. bobmori

    Modifying File properties from vb6

    Thank You That did what I needed.
  7. bobmori

    Modifying File properties from vb6

    Can anyone tell me how to change the readonly property of a file using vb6
  8. bobmori

    Using filecopy in vb6 on an open file

    Thanks for the help. I had a mistake in the directory name. Fixed it and you suggestion works great. Thanks again.
  9. bobmori

    Using filecopy in vb6 on an open file

    I tried using filecopy to copy an access database from one directory to another and get permission denied. I have the database open as well as others. I thought the shell solution looked like a winner, but when I used it the cmd window comes up without the copy command. Here is the shell...
  10. bobmori

    Using filecopy in vb6 on an open file

    In vb6 is there a way to copy a file that is open by another program.
  11. bobmori

    Add Compile Date to About Screen

    I would like to show the Compile Date on my About Screen. Is there a way to compile it into the program without doing it manually.

Part and Inventory Search

Back
Top