Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ayoba01

i need help regarding the code. the problem is when i try to make a new process payment. here is the situation, first, i click this button. [IMG]http://i1120.photobucket.com/albums/l483/farid011/first-1.png[/IMG] second, i click the payment button [IMG]http://i1120.photobucket.com/albums/l483/farid011/second.png[/IMG] third, i click balance button to calculate the payment and charge [IMG]http://i1120.photobucket.com/albums/l483/farid011/third.png[/IMG] fourth, i click …

Member Avatar for Netcode
0
107
Member Avatar for ayoba01

hello and good morning i have a problem regarding about the image. i want to make the image become blur . i have attach some image for the refer of the image. also, i have problem about how to clear the listbox. i mean not like this [CODE]listbox1.item.clear()[/CODE] it have …

Member Avatar for vishalrane
0
91
Member Avatar for ayoba01

hello the problem is about user when click button coin and it will display the decimal number and suppose to be like this : 0.10 also , i have made code about notes amount like RM 1.00 and RM 5.00 . here it is: [CODE] Private itotal As Decimal = …

Member Avatar for ayoba01
0
134
Member Avatar for ayoba01

hello good afternoon i have a problem regarding the number and want the number become from this: RM 2 to be like this: RM 2.00 here is the code: [CODE] Dim pay As Double Dim bayar As Double pay = "2.00" bayar = "3.00" If Date.Now.DayOfWeek.ToString = "Monday" Then TextBox3.Text …

Member Avatar for Luc001
0
95
Member Avatar for ayoba01

hello and morning i have a problem in calculate the amount firstly, i have made a code when user insert the parking ticket into the machine , it will tell the customer to pay certain charge. like this: [CODE] Private Sub btnticket_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles …

Member Avatar for Jx_Man
0
102
Member Avatar for ayoba01

hello i want to know how to change the text alignment example text from left to middle in listbox also i would like to know how to make the text appear automatically when i run the program example in listbox "Welcome To Atm Machine" that's the problem thanks everyone

Member Avatar for dxider
0
112
Member Avatar for ayoba01

i have a problem regarding timer in the listbox. it suppose the time and date have to appear once only but it appear a non stop in listbox when run. here is the code: [CODE] Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ListBox1.Items.Add(TimeString) ListBox1.Items.Add(DateString) End …

Member Avatar for Luc001
0
143
Member Avatar for ayoba01

i have problem about if else code in my program. i also have made many changing in this code but still i didn't get the result that i want. my program is about vending machine. here is the code: [CODE] Private Sub btnpepsi_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) …

Member Avatar for Mitja Bonca
0
132
Member Avatar for ayoba01

hello i need some help regarding my coding. i want to change the number to be like this = 1.00 . here is my coding: [CODE] Private iTotal As Decimal Private Sub btnseringgit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnseringgit.Click displayText.Text = "RM 1.00" displayText.Text = iTotal iTotal …

Member Avatar for ayoba01
0
136