Jump to content

ive trying to make data travel from one form to another in c# however in the two times that ive needed to do this ive been giving the error of *Error CS7036 There is no argument given that corresponds to the required formal parameter 'Flightcost' of 'frm_payment.frm_payment(string)' *  

 

this there something i need to place in the (); segment after the name of the form?

 

code 1.PNG

code 2.PNG

Link to comment
https://linustechtips.com/topic/735351-there-is-no-argument-given-problems-c/
Share on other sites

Link to post
Share on other sites

10 hours ago, JimmyJimJam said:

ive trying to make data travel from one form to another in c# however in the two times that ive needed to do this ive been giving the error of *Error CS7036 There is no argument given that corresponds to the required formal parameter 'Flightcost' of 'frm_payment.frm_payment(string)' *  

 

this there something i need to place in the (); segment after the name of the form?

 

code 1.PNG

code 2.PNG

Can we see the class definition for frm_details?

Quote or tag if you want me to answer! PM me if you are in a real hurry!

Why do Java developers wear glasses? Because they can't C#!

 

My Machines:

The Gaming Rig:

Spoiler

-Processor: i5 6600k @4.6GHz

-Graphics: GTX1060 6GB G1 Gaming

-RAM: 2x8GB HyperX DDR4 2133MHz

-Motherboard: Asus Z170-A

-Cooler: Corsair H100i

-PSU: EVGA 650W 80+bronze

-AOC 1080p ultrawide

My good old laptop:

Spoiler

Lenovo T430

-Processor: i7 3520M

-4GB DDR3 1600MHz

-Graphics: intel iGPU :(

-Not even 1080p

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×