Search results for query: *

  1. E

    Currency Symbol?

    Thanks to demasdauth. Hello demasdauth, Thanks demasdauth for showing me the way to format the textbox to show currency symbol inside the textbox.
  2. E

    Currency Symbol?

    How to show currency symbol(like Rs) in a textbox in VB2005.I have to do currency math and store it in database.Any kind help will be appreciated.
  3. E

    How to store time from DTPicker in SQLServer 2000

    Code of SaveAuthor() sub Thanks for looking at my question,SaveAuthor() sub is in DataAcesses DLL it contains the following code:- Public Sub SaveAuthor(ByVal ds As DataSet) 'Update a dataset representing authors Dim conn As SqlConnection = GetConnection() Try...
  4. E

    How to store time from DTPicker in SQLServer 2000

    How to store time from DTPicker in SQLServer 2000 when the front end is in VB2005.I am using the following code:- In the add form:- Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click Dim dsNewCustomer As DataSet =...
Back
Top