Search results for query: *

  • Users: badbee
  • Content: Threads
  • Order by date
  1. badbee

    Custom View/Table

    Greetings! I have two data tables in a dataset. Both the datasets contain some data which was obtained from multiple databases. I have joined the tables via a DataRelation. Now I want to display the data in a DataGrid. What I want to do is to display the data in columns (not hierarchy). Both the...
  2. badbee

    Drawing an Image on MDI Form

    I am trying to draw an image on MDI Form. I am using the following code in the Paint Event of the form: For Each ctl In Me.Controls If TypeOf (ctl) Is MdiClient Then ctl.CreateGraphics.DrawImage(Image.FromFile("C:\Logo.bmp"), New Point(10, 10)) End If...
Back
Top