DevPinoy.org
A Filipino Developers Community
All Tags » programming » vb6 (RSS)

>>> First two to make 3 wins! <<<

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
Sorry, but there are no more tags available to filter with.
  • Get the volume serial number of a drive

    This code returns the volume serial for a hard drive (VB6). Code Public Declare Function GetVolumeSerialNumber Lib "kernel32" Alias "GetVolumeInformationA" (ByVal lpRootPathName As String, ByVal lpVolumeNameBuffer As Long, ByVal nVolumeNameSize As Long, lpVolumeSerialNumber As Long...
    Posted to alexrazon by Alexis' Blog on 11-15-2006
    Filed under: Filed under: ,
  • Printer and the CommonDialog

    In VB6, in order for you to make the Printer object in VB6 recognize the return of the CommonDialog.ShowPrinter method, you have to set something like: Printer.TrackDefault = True ' then show the printer dialog commonDialog1.ShowPrinter The only problem here is that the commonDialog.DefaultPrinter...
    Posted to alexrazon by Alexis' Blog on 11-13-2006
    Filed under: Filed under: ,
Page 1 of 1 (2 items)

Copyright DevPinoy 2005-2008