Search results for query: *

  1. F

    DateFormat To Insert Into Access

    Hallo I have a problem with the format that i insert a DateTime in a table. I need to enter a date and time into a table has a field set data type is Date/Time. How how do i enter the current date into that table, how do I change the format???!!! I Tried Date.Now, Date.Today...
  2. F

    DataGrid Column Names!

    Nope, did not work, I think I found the answer, but will have to go check first: dim tbl as datatable dim col1 as datacolumn dim col2 as datacolumn col1.columnname = "Column1" col1.caption = "Column1" col2.columnname = "Column2" col2.caption = "Column2" tbl.columns.add(col1)...
  3. F

    DataGrid Column Names!

    Ok, I am not using data binding, i am using datamembers and datasource, but will try that, thanx.
  4. F

    Printing Invoices

    It has come to my attention that the following might solve the problem, but if there are any more advice please do tell me. ProtectedSub PrintFile_Click(sender AsObject, e As System.EventArgs)printDialog1.Document = ThePrintDocument Dim strText AsString = Me.richTextBox1.Text myReader = New...
  5. F

    Printing Invoices

    Hallo I have a little problem, I have absolutely no Idea of how to print invoices in vb.net or how It is done. If any of you have any examples or tutorial for me, I would be more that Thankfull! Please Help!
  6. F

    DataGrid Column Names!

    Hallo How does one change the column text of a DataGrid!? I have been trying for hours!!! Please Help Me!!!
Back
Top