Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

premature closing of FEMAP application opened from Visual Basic 6

Status
Not open for further replies.

thylow23

New member
Feb 16, 2004
5
Does anyone know how to open Femap v8.3 from visual basic 6 with out it closing immediately after it is opened? I see a flicker of the application opening and closing when I run the code. The code I used is:

Dim femap As femap.model
Dim rc As Long
Sub Main()

Set femap = CreateObject("femap.model")
rc = femap.feAppVisible(True)

End Sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor