Search results for query: *

  • Users: mundano
  • Content: Threads
  • Order by date
  1. M

    Insertion in mysql

    Hi, I am new to mysql through vb.net and have a problem when inserting data in mysql: when i have 2 different inserts, the code inserts the first value twice. The code is the following: Imports MySQLDriverCS Public Class Form1 Dim DBCon As MySQLConnection Dim myCommand As New...
  2. M

    Transparent labels

    Hi everyone, I would like to develop a transparent label so that it does not depend on its parent. For example, imagine you have a form with a picturebox and a label. If you set the background property of the label to 'transparent', you will see the form below the text of the label. So far...
  3. M

    Performance and image size

    Hi all, A couple of weeks ago i posted a question and found your help really useful. I have now another question: i am developing an app that basically consists of a tree view and when you click on any of the images displayed in the tree, the image loads on the main area of the application...
  4. M

    Refreshing a form while doing ftp

    Hi, This is my first post here. I am developing a simple ftp client to put files in a server. The client also shows the progression: it tells how many files have been uploaded. It works fine except for one problem: when opening a new application or changing to another opened application...
Back
Top