Search results for query: *

  1. S

    Question Open File from MySQL

    Hi, i am a newbie to programming and i have google long time solution for my program. I want to upload files to MYSQL database, then open the file by its default application (pdf with adobe reader, doc with MS word etc etc.. ) but i still have an error, please help Upload: Private Sub...
  2. S

    Picture Array

    Hi, I am new to VB.NET and i have a question about image array. I have a folder that contain many photos(sand.jpg,sea.jpg, flower.jpg....etc etc) and i only need to load the first 12 photo from the folder. Here is my code: Dim PictureBoxes() = {PictureBox0, PictureBox1, PictureBox2...
Back
Top