Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

private void textBox6_TextChanged(object sender, EventArgs e) { textBox6.Text = (float.Parse(( textBox3.Text )(.55 / 12)) / (Convert.ToInt32(1 + .55 / 12) ^ (12) - 1)); }

private void textBox6_TextChanged(object sender, EventArgs e)

{

textBox6.Text = (float.Parse((textBox3.Text)(.55 / 12)) / (Convert.ToInt32(1 + .55 / 12) ^ (12) - 1));

}

Hi All,

I am getting an error saying :CS0246: THE TYPE OR NAMESPACE name 'textBox3' could not be found (are you missing a using directive or an assembly reference?)

My buttons are located on different tabs within (1) Form with a collection of tabs. How do I create a relationship between them. So it can find or read data within textBox3.

Thank you.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

Students also viewed these Databases questions

Question

How efficient is your learning and development department?

Answered: 1 week ago

Question

5. Give examples of variations in contextual rules.

Answered: 1 week ago

Question

How do we organise for international logistics?

Answered: 1 week ago