Search results for query: *

  1. H

    Load Bitmap ole object from access to VB.net form

    Picture What is the Size of the picture?? And did you save a picture to the database? What are you trying to load in to the picture box? The Orginal DB I sent I don't think has any pics so did you, load one or did you save one to it??
  2. H

    INI files

    Here's a INIReader and Writer I found a while ago hope it helps Add it to your project then refer to it, then it will read and modify any Ini you point it to
  3. H

    Load Bitmap ole object from access to VB.net form

    Modified File Here's the Modified fileForgot to upload last time Sorry once again I have been to lazy to clean it
  4. H

    Load Bitmap ole object from access to VB.net form

    Showing Pic from OLE Object Add a Check Box and Add a Picture Box here's the Code Private Sub ReadFileFromDataBase_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles butRead.Click If txtOpen.Text = "" Or txtOpen.Text = Nothing Then Exit Sub If...
  5. H

    Insert file into Access database

    Test App This app will show u how, I made it for a previous Posting but it will do what u want also
  6. H

    Load Bitmap ole object from access to VB.net form

    I worked on this for a while here ya go The trick to get this to work is to use an OLE Object But you have to enter in the Binary Array and then pull it out via VB.NET here's a Sample App
Back
Top