Private Sub CommandButton1_Click()
Dim ret As Long
Dim hwnd As Long
hwnd = FindWindow(vbNullString, Application.Caption)
ret = shellExecute(hwnd, "Open", "c:\DVPendingFileRenameOp.log", vbNullString, vbNullString, 4)
End Sub
Note: Application is an IFix global variable.
Sunday, January 14, 2007
Open any document in IFix via shell
Below is a sample procedure to open a text in IFix.
Subscribe to:
Post Comments (Atom)
Rust and WebAssembly quick start guide 2025
Rust and WebAssembly quick start guide 2025 As of December 2025, Rust and WebAssembly is reorganizing. Documentation is currently out of da...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
This is quick start guide how to run ssh server on QNX. Tested on QNX 6.5 (650SP1-VM.tar). # ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh...
No comments:
Post a Comment