Reply to thread

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.


Top Bottom