Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
Follow inventor add intemplate. I have a subnew in form1 class like this
Public Sub New(ByVal oApp As Inventor.Application) InitializeComponent() oinv = oApp ' ' Add any initialization after the InitializeComponent() call. End Sub
In Addinseverfile. I call form1
Dim oform1 As New Form1()
But I have error.
Severity Code Description Project Path File Line Suppression State
Error BC30455 Argument not specified for parameter 'oApp' of 'Public Sub New(oApp As Application)'.
What should i do now ?
Thank you.
Solved! Go to Solution.