CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pescadore

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    18,622

    How to retrieve hard drive temperature?

    I am looking for a way to retrieve the temperature of hard drives in VB Express 2008. I have found posts at a few different places that accomplish this with the following:



    Public Function...
  2. Re: How to monitory drive activity in vb 2008

    Here's the answer: From bdbodger at MSDN

    http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvb/thread/62900f1e-1969-49bb-92cd-4c4eb8c7456d/?prof=required

    Create a form and add 2...
  3. [RESOLVED] How to monitory drive activity in vb 2008

    I'm looking for a way to monitor drive activity using Visual Basic 2008. I want to create a small utility to simulate an LED in the system tray for drive read/write activity. I've found several such...
  4. Re: How to save datagridview data to the database file.

    I was finally able to solve this issue. When I originally added the datafile to the app, I dragged a query from the datasource onto the form to create the datagridview, but the delete, insert and...
  5. Re: How to save datagridview data to the database file.

    Thanks for your input, dglienna. You might be right, but if you are, it has to be because of some quirk with VB. I write to the F: drive all the time; it is my files drive. I don't store any files...
  6. How to save datagridview data to the database file.

    I'm using VB Express 2008 in Windows 7 64-bit. I'm working on a project with a datagridview bound to a MS Access 2007 database. I want to use the datagridview to add, delete and update the data in...
  7. Re: How to get data in datagridview to display at runtime?

    _____________________________________________________________________________________
    Solution:

    That's it! Thanks Arjun Paudel for the link. Here's the solution as found on XNA Creator's Club...
  8. How to get data in datagridview to display at runtime?

    I have followed precisely the tutorial steps in the help that comes with VB2008 to create a form, add the datasource, and create the datagridview. That's the end of the tutorial before it goes on...
  9. [RESOLVED] How to get data in datagridview to display at runtime?

    I'm using Visual Basic 2008 in Windows 7. I've added a datasource to my project and dragged an element, a sort query, from Data Sources onto my form. It automatically created a DataViewGrid and...
  10. How do I determine if a hard drive is being accessed

    I need a VB 6 function that monitors my hard drive and returns a boolean for whether or not it is being accessed (read from or written to). I figure that since the hardware flashes an LED during...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured