blah blah blah is here! blah blah » Close

0
votes
1 answers

Help with hiding buttons

Hey everyone, I am completely new to this forum business so I apologize if I post something wrong or something. Anyways, I am writing this program for this class and I have a Start_Screen which allows the user to select their level ...

0
votes
2 answers

determine how .net 2008 works all together

I am basically new to C#.net 2008 working with the professional version. I have a solution to work with that has lots of projects in it with no documentation. I need to determine how this solution works. I know I would look in the prope ...

0
votes
2 answers

Cannot implicitly convert 'System.Uri" to 'string'

Hi, I'm making a web browser in visual C# and I need to make the address bar change when a new page loads. Here is the code I am using: private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { ...

Feedback