User Profile

Collapse

Profile Sidebar

Collapse
ybhag
ybhag
Last Activity: Nov 2 '06, 12:21 PM
Joined: Oct 6 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ybhag
    started a topic windows forms
    in C

    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
    See more | Go to post

  • ybhag
    started a topic rounding numbers

    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
    See more | Go to post

  • ybhag
    started a topic need help for saving the forms

    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
    ...
    See more | Go to post

  • ybhag
    started a topic creating formsLedgers

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...