VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Use of DLL Component. The code helps to use of DLL files and how to work with it. (From:Prabir Kuma

Prabir Kumar Das  (7 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Mon 17th April 2006   Mon 8th February 2021

Use of DLL Component. The code helps to use of DLL files and how to work with it. (From:Prabir Kumar Das Konnagar,West Bengal) Contact me

API Declarations


'to work in a Standard EXE form by adding the reference of the DLL file from
'project/Reference. "THIS CODE IS USED TO CALCULATE THE TICKECT FARE OF TRAIN."

Const r_charge_1A = 35
Const r_charge_2A = 25
Const r_charge_3A = 25
Const r_charge_FC = 25
Const r_charge_CC = 25
Const r_charge_SL = 20
Const sf_charge = 20

Dim res_charge As Currency
Dim sfast_charge As Currency
Dim total_fare As Currency
Dim in_fare As Currency

Rate Use of DLL Component. The code helps to use of DLL files and how to work with it. (From:Prabir Kuma (1(1 Vote))
Use of DLL Component. The code helps to use of DLL files and how to work with it. (From:Prabir Kuma.bas

Use of DLL Component. The code helps to use of DLL files and how to work with it. (From:Prabir Kuma Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters