TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bobby White
NA
20
0
Quick Questions, please help!
Jan 28 2010 1:43 PM
The follow error occurs with the following code:
"Only assignment, call, increment, decrement, and new object expressions can be used as a statement"
{
((double.TryParse(textBox1.Text, out a)) && (double.TryParse(textBox3.Text, out c)));
b = Math.Sqrt((c * c) - (a * a));
textBox2.Text = b.ToString();
}
Reply
Answers (
7
)
Matching records in 2 tables
Need Help: Saving an image without using picturebox.image.save()