Search results for query: *

  • Users: cloud_0085
  • Content: Threads
  • Order by date
  1. C

    Question help~~~ Datagrid with automatic width

    Private Sub frmMain_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim sql As String Dim MyDataSet = New DataSet Dim dt As DataTable sql = "SELECT tbl_requestor.r_Name as Requestor, tbl_request.nr_location as Location...
  2. C

    how to upload image from picturebox to server's folder

    As the title. How can i do this? and how to show all the images that had been uploaded at another form. Thanks ^^
  3. C

    connect mysql

    Hi all, I am using MySqlConnector 6.2.4, because i cannot install the 6.3.4. I had add the mysql.data.dll as a reference and i had import MySql.Data.MySqlClient but i have this error Reference required to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'...
Back
Top