blah blah blah is here! blah blah » Close

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) { ...

1
votes
1 answers

String to Form

I am trying to make an application where there is a textbox and what you type in the box is the name of the form that shows, does anyone know how to convert strings into forms in Visual C#?

0
votes
1 answers

Testing for textbox Focus

I am trying to test if my textbox has focus in visual C#. Does anybody know how I could do this? it would really help, I'm trying to make it so that when you press enter while the textbox has focus, It will preform the same command as press ...

Feedback