Search results for query: *

  • Users: bryan
  • Order by date
  1. B

    compile msvc++ source howto

    Hi I have downloaded a source file, and I need to compile it with msvc++.NET, but I dont know how to. Can someone tell me, I have tried everything
  2. B

    Structure

    Thanks Alot :D
  3. B

    Structure

    How do you define a structure. I am using this code Structure PhoneList End Structure but it is underlining PhoneList and when I put the pointer over it, it reads. Anyone know why I am getting this?
  4. B

    Access DataBase & Textboxes

    I think He wants to have a combobox that has ID numbers for all employees, and when you click on it, some textboxes are filled with information on the employee id that was selected in the combobox
  5. B

    How textbox binding with database ???

    Yeah It should...what is commandbuilder?
  6. B

    How textbox binding with database ???

    DataAdapter.Update(Dataset.Table) <------- Edit this to your needs MsgBox("DataBase Updated")
  7. B

    Access DataBase & Textboxes

    Yes, thats what I wanted it to do, but I figured it out. Thanks anyway
  8. B

    Access DataBase & Textboxes

    Does anyone know how to navigate and edit Access DB using textboxes? Thanks
  9. B

    Function

    Hi, I was trying to write an alogorithm so it could find the GCF(Greatest Common Factor) of two numbers, and someone gave me a function along with some other code. but my question is how this function works, if anyone could explain it step by step what is doing that would be great. Public...
  10. B

    Create Database

    Thanks for the replys, youve been a big help. Yes it only creates the db file, I am trying to find something that tells me how to create the tables also
  11. B

    Create Database

    Hi, I am learning how to work with DataBases. I found some code on the internet that creates a database. Everything Works fine, but I am trying to make sense of what everything does. After doing some research I found out that the try,catch,finally keywords are good for error handling, however...
Back
Top