More improvement needed simple GUI Form controllers allignment issue , code architecture uncleared , simple selection statement, no function calling, no main theme basically whole 99% implementation missing.
Ha ha ha thank u so much sir, u know na I have learnt lots of things from u n safwan bhai, m working on it thanks for ur guidence n suggestions ,it's for beginners, especially for my students I will call u sooner👍👍👍😊🎖️🏆
@faisal Jalil I have a Programme to code but i am unable to do so and i have verry lss time qould you mind to share me the solution of the Question on my Mail here is the Question: I have been asked by Pond-U-Like to implement a standalone application for them. Specifically. They want me to be able to: • Input the length, width and depth of each pond • Have validation checks for incorrect input • Input the customer's name and reference number • Have the area, type of liner (gauge) and cost of liner calculated and displayed as outputs on screen • Be able to save the following details of a calculation to a file: customer reference, customer name, pond area, pond cost, gauge of liner. • Be able to retrieve these details so they can be seen on screen. • Show the current time and date on the form. • The solution should be modular. • The solution should use at least one custom function e.g., to calculate the cost of the liner. Design Specifications: 1. The application software shall be developed using Visual Studio as platform and Visual Basic as a programming language. 2. User shall be able to enter maximum dimensions such as length, width and depth. 3. The program shall validate the incorrect user inputs, Validation criteria is: • if length < 0.5 or length > 10 then display error message • if width < 0.5 or width > 10 then display error message • if depth < 0.5 or depth > 2 then display error message 4. User shall be able to input the customer's name and reference number 5. The software shall give the output area of liner Guage and cost of liner calculated and displaced as outputs on screen. 6. The software shall be able to save the following details of a calculation to a file: customer reference, customer name, pond area, pond cost, gauge of liner. 7. The application shall be able to retrieve these details so they can be seen on screen. 8. The application shall show the current time and date on the form. 9. The solution should be modular 10. The solution should use at least one custom function 11. Based on the given length and width of the pond. Total area is calculated using length*width in metres. 12. Calculate the length of the liner required using formula: maximum length of the pond plus 2 * the maximum depth. 13. Calculate the liner width of using formula: maximum width of the pond plus 2 * the maximum depth. 14. Calculate the area of liner required using formula: estimated length * the estimated width. 15. The application shall calculate the cost using the following criteria: • If the area is 15 m² or less then GAUGE 1 liner is used, at £1.12 per m² • If the area is greater than 15m² then GAUGE 2 is used, at £1.76 per m² This is the Pseudo code Calculate_button get Length if length < 0.5 or length > 10 then display value is out of range end if get Width if length < 0.5 or length > 10 then Display value is out of range end if
get Depth if length < 0.5 or length > 2 then display value is out of range end if
length_area = L+(2*depth) width_area = L+(2*depth) Area= length_area* width_area If area > 15 then cost=area*1.76 output (area) output (“gauge2 liner has been used”) output (“The total cost of liner is” cost) End if If area < 15 then cost=area*1.12 output (area) output (“gauge1 liner has been used”) output (“The total cost of liner is” cost) End if
Save_button Get customer ref, name, area, gauge type, cost Open file Data.txt in append mode printline (customer ref, name, area, gauge type, cost) Close file
Display_button Open file Data.txt in append mode While not EOF display content on newline End while Close file Please Sir can you do this in 2 days please its verry urgent let me know if you can do it and send me the code. Thank you in Advance
Great sir ji
Nice info
Great job sir
Great job
Lovely
ماشاءاللہ عزوجل
اللھم بارک فی علمک و فی عملک
جزاک اللّٰہ خیراً کثیرا
Interesting video
Thanks for the visit
Maa shaa Allah faisal shb keep it up
So nice of you ! sir
great sir ji
So nice of you !
Good keep it up.bhai
Very informative video....👍👍
Thank you so much 🥰
Stay tuned 🙂
Excellent work sir
Great
Excellent
Thank you so much 😀
Faisal sb excellent initiative
Good work
Zbrdast 👍👍
Keep it up bro❤
Good
Well done
Excellent work
Ma sha Allah Good Work
0p
0
⁰
nice
So nice of you!
excellent work sir,we are blessed ones ,
Good job
Just wow
So nice of you !
Good job sir
Adorable....!!!
Its very helping for me. Thank you very much sir. Good job
Thank u so much Jaya keerthi ,glad to hear, thanks for such kind words ,stay blessed
Nice👍
Keep it up!
Very informative..keep it up and hope to hear a more challenging one..thumbs up sir
So nice of you !
Nice !
So nice of you !
Keep it up! Good work sir
Excellent work bro.
Thank you very mucchhhh!!! This help me a lot!
You're welcome!
keep it up good work !
keep working hard sir , good initiative m proud of you sir !
MaShaAllah sir ♥️ , keep working.May Allah SWT grant you success in every phase of your Life , Ameen 💕
Thank you so much,
may i ask, that you belong to which city ?
@@LearnRefineSkills Chakwal sy hun sir...
City school sy to nae hain
Thank u very much sir for making tutorial on this topic , very helpful
So nice of you
well done , very impressive !
Mashaallah
1.8k views
So nice of you !
More improvement needed simple GUI Form controllers allignment issue , code architecture uncleared , simple selection statement, no function calling, no main theme basically whole 99% implementation missing.
Ha ha ha thank u so much sir, u know na I have learnt lots of things from u n safwan bhai, m working on it thanks for ur guidence n suggestions ,it's for beginners, especially for my students I will call u sooner👍👍👍😊🎖️🏆
Just five marks in visual studio programming.
Great effort keep it up!
Brother in islam
@faisal Jalil
I have a Programme to code but i am unable to do so and i have verry lss time qould you mind to share me the solution of the Question on my Mail here is the Question:
I have been asked by Pond-U-Like to implement a standalone application for them. Specifically. They want me to be able to:
• Input the length, width and depth of each pond
• Have validation checks for incorrect input
• Input the customer's name and reference number
• Have the area, type of liner (gauge) and cost of liner calculated and displayed as outputs on screen
• Be able to save the following details of a calculation to a file: customer reference, customer name, pond area, pond cost, gauge of liner.
• Be able to retrieve these details so they can be seen on screen.
• Show the current time and date on the form.
• The solution should be modular.
• The solution should use at least one custom function e.g., to calculate the cost of the liner.
Design Specifications:
1. The application software shall be developed using Visual Studio as platform and Visual Basic as a programming language.
2. User shall be able to enter maximum dimensions such as length, width and depth.
3. The program shall validate the incorrect user inputs, Validation criteria is:
• if length < 0.5 or length > 10 then display error message
• if width < 0.5 or width > 10 then display error message
• if depth < 0.5 or depth > 2 then display error message
4. User shall be able to input the customer's name and reference number
5. The software shall give the output area of liner Guage and cost of liner calculated and displaced as outputs on screen.
6. The software shall be able to save the following details of a calculation to a file: customer reference, customer name, pond area, pond cost, gauge of liner.
7. The application shall be able to retrieve these details so they can be seen on screen.
8. The application shall show the current time and date on the form.
9. The solution should be modular
10. The solution should use at least one custom function
11. Based on the given length and width of the pond. Total area is calculated using length*width in metres.
12. Calculate the length of the liner required using formula:
maximum length of the pond plus 2 * the maximum depth.
13. Calculate the liner width of using formula:
maximum width of the pond plus 2 * the maximum depth.
14. Calculate the area of liner required using formula:
estimated length * the estimated width.
15. The application shall calculate the cost using the following criteria:
• If the area is 15 m² or less then GAUGE 1 liner is used, at £1.12 per m²
• If the area is greater than 15m² then GAUGE 2 is used, at £1.76 per m²
This is the Pseudo code
Calculate_button
get Length
if length < 0.5 or length > 10 then
display value is out of range
end if
get Width
if length < 0.5 or length > 10 then
Display value is out of range
end if
get Depth
if length < 0.5 or length > 2 then
display value is out of range
end if
length_area = L+(2*depth)
width_area = L+(2*depth)
Area= length_area* width_area
If area > 15 then
cost=area*1.76
output (area)
output (“gauge2 liner has been used”)
output (“The total cost of liner is” cost)
End if
If area < 15 then
cost=area*1.12
output (area)
output (“gauge1 liner has been used”)
output (“The total cost of liner is” cost)
End if
Save_button
Get customer ref, name, area, gauge type, cost
Open file Data.txt in append mode
printline (customer ref, name, area, gauge type, cost)
Close file
Display_button
Open file Data.txt in append mode
While not EOF
display content on newline
End while
Close file
Please Sir can you do this in 2 days please its verry urgent let me know if you can do it and send me the code. Thank you in Advance
Hello beta hopefully u r doing good Thank you so much kid asking for guidance just read ur msg , I will try my level best , pray for me.
Great
Nice👍✅
Very informative..keep it up and hope to hear a more challenging one..thumbs up sir