Search results for query: *

  1. S

    Question Copying One DataGridView from form to form

    So my final goal is to take some columns from one form's datagridview (in form3) and place them into a seperate form's datagridview (form4). I started off by just trying to put all of the rows in there one-by-one. Later I will be moe picky about which rows I want. Below is the code I am using...
  2. S

    Question Multiple Forms

    Background: OK, so I have two forms. Form1 is a bunch of user interface objects, Form2 is a datagridview. I want to make it so that when I click a button Page1 the program will store the user information and then create a SQL Query to fill From2. Problem: When I click the button the other...
  3. S

    Question Error reading : "date format picture ends before converting entire input string"

    Error reading : "date format picture ends before converting entire input string" OK, so I am connecting to an ODBC, and parsing the data before it comes in. The Code works when I have just a date, but when I try to add a time I get an error. I guess the problem is that the ODBC requires a...
  4. S

    Question Binary file to txt

    Hello, I have a Binary file that has data represented in 1604 bytes. each set of data within these groups is composed of short (2 byte) numbers. I would like to creat a vb.net program that takes this binary file then converts it to numbers, and then places it within a new text file. How would I...
  5. S

    Question Connecting to ODBC then parsing data, then viewing in datagridview

    Hey, so I am a new programmer, and I am trying to receive data from an odbc connection. I would like this data to be filtered before it comes in, and then I would like to view it in a datadgrigview. Below is some code I adapted from an example and it is getting an error that reads: ERROR...
Back
Top