User Profile

Collapse

Profile Sidebar

Collapse
sellone
sellone
Last Activity: Dec 11 '06, 12:01 AM
Joined: Dec 9 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sellone
    replied to Getting Volume Information
    Hi. I think that the simplest way to do it is to use the FileSystemObjec t of V6.0. For instance:

    Private Sub Command3_Click( )
    Dim fso As New FileSystemObjec t, drv As Drive, s As String
    Set drv = fso.GetDrive(fs o.GetDriveName( "c:"))
    s = "Drive " & UCase("c:") & " - "
    s = s & drv.VolumeName & vbCrLf
    s = s & "Total Space:...
    See more | Go to post

    Leave a comment:


  • sellone
    started a topic real time graphics and charting

    real time graphics and charting

    Hi everyone. I just begun programming with visual basic (6.0) and I need to develop an application for monitoring the results on an acquisition system. So I need to output a graph to the screen that will
    continuously plot something as time goes forward. So I will
    be constantly throwing in new data points, and I want these
    data points plotted as soon as I throw them in. I know that there are many professional tools to do such...
    See more | Go to post
No activity results to display
Show More
Working...