User Profile
Collapse
-
windows forms
I would how do we create C++ to windows form type. like application on the computer. It usual runs on dos form, if any can help thanks -
rounding numbers
I would like to know how to round numbers. If the number is greater or equal to then 10028.50 then it should should 10029
thanks -
need help for saving the forms
I nedd to how to write a code that when Name that then select which ledger that it will be saved, so that next time I run the frmLedger1.capt ion remain the same
Code:Private Sub create_Click() Dim num As Integer Dim CustomerName As String Dim prstName As String Dim prstCustomerName As String Open "C:\CustomerName.txt" For Append As #1 Write #1, Text1 Close #1
-
creating formsLedgers
I have createing the forms, but I like to write a code where I type in a name they will go to customers.txt and also display in the frmLeger1. That is not the problem is that once i type in the name such as sam it show customername.tx t, and display in frmLedger1.capt ion, I want the code I can save it, so that next time i run the program the name is saved. I hope some one can usderstand.
Code:Private Sub create_Click() Dim
No activity results to display
Show More