home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Example to open Config Form on Non Gui Plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="charli181" data-source="post: 185135" data-attributes="member: 54408"><p>Hi,</p><p>Still learning C# and cannot seem to get it to open my config Form. The project wont even build. I keep getting errors here....</p><p></p><p>public void ShowPlugin()</p><p> {</p><p> SetupForm SetupForm1 = new SetupForm();</p><p> SetupForm1.ShowDialog();</p><p> }</p><p></p><p>I have a form in the project called SetupForm</p><p></p><p>C#2005 shows error....</p><p></p><p>Error 1 The type or namespace name 'Form1' could not be found (are you missing a using directive or an assembly reference?) C:\project\1- MediaPortal Plugins\Voicemail\Voicemail1\Class1.cs 144 13 Voicemail1</p><p></p><p></p><p>Any Ideas as the doco's just show a message box for the config option.....</p><p></p><p>Thanks in advance and sorry to pester all.</p></blockquote><p></p>
[QUOTE="charli181, post: 185135, member: 54408"] Hi, Still learning C# and cannot seem to get it to open my config Form. The project wont even build. I keep getting errors here.... public void ShowPlugin() { SetupForm SetupForm1 = new SetupForm(); SetupForm1.ShowDialog(); } I have a form in the project called SetupForm C#2005 shows error.... Error 1 The type or namespace name 'Form1' could not be found (are you missing a using directive or an assembly reference?) C:\project\1- MediaPortal Plugins\Voicemail\Voicemail1\Class1.cs 144 13 Voicemail1 Any Ideas as the doco's just show a message box for the config option..... Thanks in advance and sorry to pester all. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Example to open Config Form on Non Gui Plugin
Contact us
RSS
Top
Bottom