S
Siv
Hi,
I have a form in my project called "Uploader" and I want to access it from a
menu within the main form using the following:
Uploader frm = new Uploader();
frm.ShowDialog();
Where normally when I type the word "Uploader" the intellisense lists the
form name ready for autocomplete I don't get it listed and if I manually
enter the code and compile, I get the following error:
Error 9 The type or namespace name 'Uploader' could not be found (are you
missing a using directive or an assembly reference?)
This is strange, I can do this with all my other forms and it works fine,
anyone know why this one just doesn't appear??
Siv
Martley, Near Worcester UK.
I have a form in my project called "Uploader" and I want to access it from a
menu within the main form using the following:
Uploader frm = new Uploader();
frm.ShowDialog();
Where normally when I type the word "Uploader" the intellisense lists the
form name ready for autocomplete I don't get it listed and if I manually
enter the code and compile, I get the following error:
Error 9 The type or namespace name 'Uploader' could not be found (are you
missing a using directive or an assembly reference?)
This is strange, I can do this with all my other forms and it works fine,
anyone know why this one just doesn't appear??
Siv
Martley, Near Worcester UK.
