Click here to Skip to main content
15,881,757 members

Help need in implementing logic

vebi1000 asked:

Open original thread
Hi,

I am very new to C# programming. I am creating GUI in windows from application.I want to estimate the incoming quantity based on three properties. I am able to get those properties. User can use any one of the property or all three properties to estimate the incoming quantity. The three properties are
1) Temperature
2) Pressure
3) Density
So i have created check box's for each property. when i tick the check box then i am going to use that property to estimate incoming property.
I have the conditions like this
1) Temperature is "30" to "60" and pressure is "100 to 300" and density "0 to 0.4" then it is "gas".
2) Temperature is "60" to "90" and pressure is "300 to 600" and density "0.4 to 1.4" then it is "liquid".
3) Temperature is "90" to "120" and pressure is "600 to 900" and density "1.4 to 3" then it is "water".

But the thing is user can use any one of the property or all above three properties to estimate. for example if user use only temperature then i need to use that property and based on that i have to estimate. if user wants to use all "temp, press, density" then i need to use all properties and if all is true then display the incoming quantity.

I have tried to upload my windows form images but i am not able to upload on this site. i don't know how to upload. so help me how to implement this concept.
Tags: C# (C# 4.0), Windows Forms

Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML

Preview



When answering a question please:
  1. Read the question carefully.
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  3. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  4. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Please note that all posts will be submitted under the http://www.codeproject.com/info/cpol10.aspx.



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900