Hello everyone,
how can i call a exe fox pro .exe file? is this possible?
thanks.

Hi,

Want to call Foxpro.exe in VB?

Private Sub cmdShowFoxPro_Click()
On Error Resume Next
AppActivate Shell("C:\FoxPro.EXE"), vbMaximizedFocus
End Sub


Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.