Search results for query: *

  • Users: Jnox
  • Content: Threads
  • Order by date
  1. J

    Child form enables menu toolbar on main form?

    Solved, Scroll for solution! Originial Question: Is this possible to do. Here is how my program is set up. user logs in on the child form. If log in is correct, the child form enables two menu bars on the main form then closes. How do I send a command from child form to main form to...
  2. J

    Problem With "DELETE FROM"

    I have this following code. It looks okay, but it doesnt work. Could someone be able to help me solve the problem? Dim dbComm As SqlCommand Dim DbCommand As SqlDataAdapter Dim DbFill As New DataSet Dim DbConn As...
  3. J

    Updating SQL server database from a dataset

    Any idea why this code doesnt work? no errors SqlDataAdapter1.Update(DataSet11.GetChanges, "Users") myConnection = New SqlConnection("uid=xxxxx;pwd=xxxxx;data source=LAPTOP\SQLEXPRESS;initial catalog=CheckWeigher") 'myCommand = New...
  4. J

    Problems with Insert Command

    I am having huge problems with my code. I am trying to insert 1,2,3,4,5 for testing purposes into my SQL server table. It is not working and I am pulling my hair out trying to figure it out!!!! HELPPPPPPPPPPPP!!!!!!!!! Here is my code: Private Sub Button1_Click(ByVal sender As...
  5. J

    Sending a command to an IP

    I am supposed to create a program in VB that is able to send a command to an IP with just a click of a button. It is supposed to be very similar to Telnet, but instead of connecting with Telnet and typing in the commands manually, I would like a program that is able to do it for me. Here is...
Back
Top