open file work in Deltav program using VB6.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sisobaby
    New Member
    • Mar 2010
    • 1

    open file work in Deltav program using VB6.3

    i want a code that can be written in VB 6.3 to open file when i press F1(or any key)
    the name of source program that open this file is CHS.exe and saved in C:\DeltaV\bin.
    the name of the file which opened is test.phve and saved in C:\DeltaV\DVDat a\Charts\lib

    thank you
  • vb5prgrmr
    Recognized Expert Contributor
    • Oct 2009
    • 305

    #2
    To begin with, VB 6.3 is NOT VB, it is VBA version 6.3... And you will need a form and a control that has a keypress event or you can use your friends (yahoo, google, ask, answers, bing) and search for keyboard hook...



    Good Luck

    Comment

    Working...