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

Control MIMS forms using Visual Basic

Status
Not open for further replies.

dr486

Programmer
Jan 9, 2002
105
0
0
AU
I have a .dll that allows a VB programmer to control MIMS forms using VB, I'll give an example of what I'm talking about...

Dim m As New MINT.MIMS

m.Username = "Username"
m.Password = "Password"
m.Connect
m.MSF000.ScreenOption = "170"
m.MSF000.xmit

In the above code m.connect would spawn a MIMS session using the MINT terminal emulator and leave the cursor at the global menu. After the xmit the MIMS form would move to MSF170a and there more where that came from.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top