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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A simple program?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
I am a newbie as far as VB6 is concerned, and am endeavering to learn the language, to further enhance the funtionality of our SQL 7 database. I am attempting to write a (what would seem to be) simple procedure for getting the following information from a users computer: <br>
<br>
ComputerName,Operating system,processor Speed, Total Memory, Total Hard Drive Space<br>
<br>
And write this information to a table in SQL7. If someone could give me a general idea of how to do this, I would really appreciate it. I have no idea where to even start!
 
If your problem is accessing the database, VB comes with plenty of help to do that.<br>
<br>
If your problem is finding the conputer info, buy Dan Appleman's book "Visual Basic Programmers' Guide to the Win32 API". It is the first book every serious VB programmer should get.
 
Thank you. I will certainly look at the book you mentioned. It sounds like an extremely useful tool. This isn't one of them $100 books though, is it? I just can't see spening more than $40 on a book.
 
I am just finishing off a program that gets all that hardware info. If you would like a copy of the relevant modules, let me have your eMail address.
 
That sounds GREAT! you can email me at jvogel@att.net, Thanks!
 
Appleman's book is great. He also has a web site. It is well worth the money. Deborah Kurata (spelling???) also has some good things in her books.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top