Results 1 to 40 of 1295

Thread: Getting the ball rolling. Which VB6 projects are you working on?

Threaded View

  1. #11
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,538

    Re: Getting the ball rolling. Which VB6 projects are you working on?

    You can add some command line parameters, such as stop the hardware of a certain ID or uninstall, ordinary people do not have the ability to modify your source code, but you can call it directly from the command line, which is also very convenient. The reason why windows console programs have been popular for so many years is that they support many parameters.

    Make a tool that can manage the system, and all kinds of settings are also useful.

    putobject,getobject Can be accessed directly, listing all hardware ids.
    It is to encapsulate some functions, and we can set them directly with code.
    All hardware ids can be read into our variables.

    dde,sendmessage,winsock,There are many ways to communicate.
    Last edited by xiaoyao; Dec 28th, 2023 at 03:49 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width