User Profile
Collapse
-
Thanks a million man. At first I had no idea what you meant but did some further research to understand it better, and I was able to resolve it. I was missing a using directive (which I am now more familiar with) and can now continue my project. -
Missing directive or assembly reference?
Code:private void okButton_Click(object sender, EventArgs e) { HelloForm aHelloForm = new HelloForm(); aHelloForm.Show(); }
No activity results to display
Show More
Leave a comment: