No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
This should work!!! [CODE] if (myTextBox.Text != "") { try { declared variable = int.parse(myTextBox.Text); } catch { MessageBox.Show("Invalid Entry, Must be Numeric", "Error"); } else { MessageBox.Show("Nothing entered in myTextBox", "Error"); } }[/CODE]
Is there a way to prevent this from running every time a web page is loaded? For instance I have a web page that opens up upon form load. So right when the form loads it starts running the code that is in the webbrowser document complete event. I tried …
well kind of... I want to check to for updates on a webpage/website but only refresh if it finds a change from the page currently loaded in the webbrowser control on the form. More or less refresh in the background and only actually display the refresh if it finds a …
The End.
Gixxer98226