urgent

  1. R

    Question Pixel not clear-Urgent

    i want to create a new bitmap of size 4 x 4 pixels composing of 2 white and 2 black pixel but when i created it's not clear due to overlapping of colors.what's wrong with my approach.thanks in advance Dim cr As New Bitmap(4, 4) cr.SetPixel(0, 0, Color.Black) cr.SetPixel(0, 1...
  2. L

    Help! Error with From clause

    here's my code: *form load sub Dim cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=MasterCashFlow.MDB") Dim dad As New OleDbDataAdapter Dim ds As New DataSet Dim t As DataTable Dim rc As Integer Try dad = New OleDbDataAdapter("select * from [EF & FC]", cn)...
Back
Top