Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hotcoals

    Data Grid not Displaying Correctly

    Hi, I am new to vb.net and am having trouble displaying data in a datagrid. I can get the data in there but when it is displayed it shows a '+' symbol. When I click on that it displays 'Data' and then finally the correct data displys. Any help would be greatly appreciated. Thanks. Dim...
  2. hotcoals

    Delete Record from two tables

    Thanks for your help. It worked
  3. hotcoals

    Delete Record from two tables

    Thanks for the reply. fneily the reason I have designed it like that is because when i run a select query to grab the appropriate data and view it on a form the query window pops up in the backgroud and i don't know how to stop it.
  4. hotcoals

    Delete Record from two tables

    Hi I have a database that has two tables in it. One table has all of the data in it, when someone searches the table for information it appends the appropriate records to the second table to view on a seperate form. My question is how do i delete a record from both tables? I can delete it from...
  5. hotcoals

    System Properties

    Hi Guys. Im still learning vb.net and need to get the system properties off both xp and vista machines. (ie cpu size, ram, windows ver, HDD size and free space, etc) just wondering if there is a spot in the registry to get this information or is there another way? I've tried search the net but...
  6. hotcoals

    User Account Controls

    Hi im new to using vb.net, but im trying to write a program to copy some files from a usb stick to a windows vista machine. The problem is that the User Account Controls keep getting in the way. I was wondering if there is a way to turn the UAC off for a few seconds then turn it back on, or is...
  7. hotcoals

    SQL Statements

    Hi I have a question about working with SQL Statements. I am using an 'INSERT INTO' statement in my VB.Net application. The problem i have is that it is extremely long. The question i have is, is there another way to do it, or if not can i put it on multiple lines?? Here is a copy of the code...

Part and Inventory Search

Back
Top