DevPinoy.org
A Filipino Developers Community
All Tags » programming » vb6 (RSS)
Attention: Site upgrade failed last night. Will resume updates this weekend. Thanks!- Keith

Browse Site by Tags

Showing related tags and posts accross the entire 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 (Weblog) by Anonymous on 11-15-2006
  • 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 (Weblog) by Anonymous on 11-13-2006
Page 1 of 1 (2 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems