Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~796 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for Indianblues

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]

Member Avatar for Michael27
0
520
Member Avatar for Gixxer98226

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 …

Member Avatar for sknake
0
162
Member Avatar for Gixxer98226

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 …

Member Avatar for Gixxer98226
0
114

The End.