Search:

Type: Posts; User: ferrmask

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Get BIOS information without using WMI, need help

    fafalone, thank you again for your help. Since this code I only run on Windows XP, I will find a way to read memory to retrieve Bios information. Everyone, if anyone has any information on this...
  2. Re: Get BIOS information without using WMI, need help

    Thank you fafalone, I want to get System Serial Number information. Although this information can be obtained from HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mssmbios\Data\SMBiosData, it is...
  3. Get BIOS information without using WMI, need help

    A very effective way to get Bios information is to use the GetSystemFirmwareTable function. However, this function is only available in Windows XP 64-bit and Vista+. Is there a way to get Bios...
  4. Re: How to connect VB6 program with Google Sheet?

    Thanks westconn1, I will follow that guide :-)
  5. [RESOLVED] How to connect VB6 program with Google Sheet?

    Hi guys,

    I just found this: https://www.youtube.com/watch?v=evruOc9BLWE
    Anyone here knows how to do it?
    I've searched quite a bit on the Internet, but haven't found a way to do it with VB6....
  6. Re: How to tell which Process is locking or using a File

    The trick, thank you for spending time with me, thanks for your example.

    Best regards,
    FerrMask
  7. Re: How to tell which Process is locking or using a File

    The trick, fafalone and wqweto, thank you very much for your help. My long standing problem has been solved :)
    @The trick: Do you have any example of NtQueryInformationFile with...
  8. Re: How to tell which Process is locking or using a File

    Thanks for sharing wqweto, I tried your code on XP, it works very well. However, as mentioned above, I am looking for another solution for Vista+ (and 64-bit).

    In the end, I still think I should...
  9. [RESOLVED] How to tell which Process is locking or using a File

    Hi friends,

    "Find out which process is locking a file or folder" is a problem that has been mentioned many times on forums. However, in VB6 (and especially since Vista+ with 64-bit OS) I cannot...
  10. Thread: FYI: Adios

    by ferrmask
    Replies
    67
    Views
    16,921

    Re: FYI: Adios

    Keith, there’s no breakup here. You are always present in my mind in every working day. To me (and probably many others), your sharing in this forum is invaluable. Good luck with your new job. We’ll...
  11. Thank you very much. Wishing you and your family...

    Thank you very much. Wishing you and your family a very happy, healthy and prosperous new year :)
  12. [RESOLVED] Need everyone's help: Get the command line of a process on Windows 7 64-bit

    Hi everyone, I use the below code to get the command line of a process, it works on both Windows 7 32-bit and Windows 7 64-bit. However, on Windows 7 64-bit, only some 32-bit applications get the...
  13. Re: 'Class for waiting asynchronous kernel objects' and memory leak

    Thank you very much, The trick!

    Best Regards,

    FerrMask
  14. Re: 'Class for waiting asynchronous kernel objects' and memory leak

    The trick, thank you very much for your attention to my problem.
    I hope to get help from you.

    Best regards,

    FerrMask
  15. 'Class for waiting asynchronous kernel objects' and memory leak

    Hello everyone,

    I have a problem using 'Class for waiting asynchronous kernel objects' (By The trick:...
  16. Re: Problem with LVM_GETITEM and 64-bit OS, please help

    Problem solved.
    Thanks for the help!

    Best regards,
    FerrMask
  17. Re: Problem with LVM_GETITEM and 64-bit OS, please help

    Thanks The trick, I tried using the 64-bit structures, but the result is still the same, besides, the application containing the ListView window is closed when executing the code.

    Could you please...
  18. Re: Problem with LVM_GETITEM and 64-bit process, please help

    Sorry dz32, I didn't make my problem clear. My code works on 64-bit Systems, however it only retrieves ListView ANSI Items, and ListView Unicode just empty strings.

    Thank you very much for...
  19. [RESOLVED] Problem with LVM_GETITEM and 64-bit OS, please help

    I use the following code (original post by Bonnie West: https://www.vbforums.com/showthread.php?732433-VB6-Clone-ListView) to get the Item from an external ListView. It works fine on Windows 7 32-bit...
  20. Re: [IOCTL_SCSI_PASS_THROUGH_DIRECT] get USB Disk Serial number

    npac4o, I am very grateful for your help. Wish you always healthy and have many contributions to the forum :)
  21. Re: [IOCTL_SCSI_PASS_THROUGH_DIRECT] get USB Disk Serial number

    Thanks npac4o, thank npac4o very much :)
  22. Re: [IOCTL_SCSI_PASS_THROUGH_DIRECT] get USB Disk Serial number

    I have a small problem, when I get the Serial Number of the USB Flash drives, the information returned is incomplete (Example: 05013d13c0650e0fba6d, instead of 05013d13c0650e0fba6de423576f3571), or...
  23. Re: [IOCTL_SCSI_PASS_THROUGH_DIRECT] get USB Disk Serial number

    npac4o, I really appreciate the help you have given me. After changing the value of DataTransferLength, the program was working ok. Thank you very much, wish you always healthy and good luck :)
  24. Re: [IOCTL_SCSI_PASS_THROUGH_DIRECT] get USB Disk Serial number

    Thanks npac4o, I have to bother you again. The program always returns the error code [DeviceIoControl] 121. I tried increasing the TimeOutValue to 100 but it didn't solve the problem either :(
  25. Re: [IOCTL_SCSI_PASS_THROUGH_DIRECT] get USB Disk Serial number

    Who has successfully implemented the IOCTL_SCSI_PASS_THROUGH_DIRECT function, could please help me solve this problem?

    Sincerely thank you
  26. Re: [IOCTL_SCSI_PASS_THROUGH_DIRECT] get USB Disk Serial number

    Many thanks npac4o, the program worked well. However, when I tried with an External Hard Drive (USB Disk), the return information was for the Hard Disk Box Adapter, not for the Hard Disk (For...
  27. [IOCTL_SCSI_PASS_THROUGH_DIRECT] get USB Disk Serial number

    I use IOCTL_SCSI_PASS_THROUGH_DIRECT to get the Serial number of the USB drive


    Option Explicit

    Private Const GENERIC_READ = &H80000000
    Private Const GENERIC_WRITE = &H40000000
    Private Const...
  28. Get URLs from all open Tabs of Chrome and Firefox, please help

    Hi everybody,

    I find .NET has a great way to get information (URL, Title ...) from a browser window (Link: http://www.vbforums.com/showthread.php?843043-Get-...
  29. Replies
    42
    Views
    23,802

    Re: [VB6] - Kernel mode driver.

    Thank you very much, The trick
    Thank you very much, DaveDavis

    Thank you for spending time with me :)

    Best regards,
    ferrmask
  30. Replies
    42
    Views
    23,802

    Re: [VB6] - Kernel mode driver.

    Hi The Trick,

    I'm sorry to have to bother you again, but the fact is that I searched a lot on the Internet and found that almost no one deeply understands the system Kernel in VB6 like you.

    I...
  31. Re: Problem with Kernel-mode-driver, please help

    Thank you, Driver worked well.
    Thanks again for your sharing :)
  32. Re: Problem with Kernel-mode-driver, please help

    Thank you, Driver worked well.
    Thanks again for your sharing :)
  33. Problem with Kernel-mode-driver, please help

    Hi everybody,

    I run the project "VB6Driver" (Thanks to The trick: http://www.vbforums.com/showthread.php?788179-VB6-Kernel-mode-driver) on Windows 7 32 bit, the system seemed to hang a bit (But...
  34. Replies
    42
    Views
    23,802

    Re: [VB6] - Kernel mode driver.

    Hi The trick,

    Thank you for the post. I run the project on Windows 7 32bit, the system seemed to hang a bit (But only on the first run), then gave the message: "Unable to start service". I think...
  35. Replies
    42
    Views
    23,802

    Re: [VB6] - Kernel mode driver.

    Hi The trick,

    Thank you for the post. I run the project on Windows 7 32bit, the system seemed to hang a bit (But only on the first run), then gave the message: "Unable to start service". I think...
  36. Replies
    10
    Views
    1,459

    Re: Problems with clsMenuImage, please help

    Thanks kevin651212, gave me one more info. Is there any way to adjust the display position of the icons? I reviewed the code again, and this seems impossible.
  37. Replies
    10
    Views
    1,459

    Re: Problems with clsMenuImage, please help

    This happens when I turn off all Windows effects in the settings (Adjust for best performance)
  38. Replies
    10
    Views
    1,459

    Re: Problems with clsMenuImage, please help

    Yes, thank you Eduardo-. I will contact Leandro
  39. Replies
    10
    Views
    1,459

    Re: Problems with clsMenuImage, please help

    Yes, thank you Eduardo-. I will contact Leandro
  40. Replies
    10
    Views
    1,459

    Re: Problems with clsMenuImage, please help

    I have this problem when running on Windows 7, in XP then OK
Results 1 to 40 of 45
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width