Visual Basic Development Bookmark and Share   
 Home > Visual Basic Interop and Upgrade > Need some help about a vb6 program i made and starting it in vb2008
 

Need some help about a vb6 program i made and starting it in vb2008

i made a programin vb6 made it a standardName.exe

now when i double click on it, it runs

and in vb2008 i try this

but when i try process.start("Name.exe") it says file not found

i am using vb6 and vb2008 on vista64
Tiger39m9  Friday, November 06, 2009 3:39 PM
fixed my own problem with it by doing this

System.Diagnostics.Process.Start(

"C:\ScreenNames.exe")

  • Marked As Answer byTiger39m9 Friday, November 06, 2009 6:25 PM
  •  
Tiger39m9  Friday, November 06, 2009 6:25 PM
fixed my own problem with it by doing this

System.Diagnostics.Process.Start(

"C:\ScreenNames.exe")

  • Marked As Answer byTiger39m9 Friday, November 06, 2009 6:25 PM
  •  
Tiger39m9  Friday, November 06, 2009 6:25 PM

As I was just attempting to post...you probably need to provide an applicationrelative or fully qualified path to the executable.


Paul ~~~~ Microsoft MVP (Visual Basic)
Paul P Clement IV  Friday, November 06, 2009 6:28 PM

You can use google to search for other answers

Custom Search

More Threads

• REGTLIB.EXE
• When editing a class, my obsolete methods aren't included in the code editor method drop-down
• Need help with System.BadImageFormatException...The module was expected to contain an assembly manifest
• VB6 ADODB.RecordSet passing to VB.NET Compile Time Type mismatch error '13' ?
• Communication between VB6.0 and Asp.net applications
• Fixed: Unexpected exception occurred during upgrade engine operation: Not able to bind to the source
• Compilation errors in release mode but not in debug
• Problem raising events to COM clients
• Using TDAPIOLELib in VS 2008 VISTA
• Visual Basic Upgrade Wizards stops at loading stdole