Home > Software engineering >  VB shell specify all calls to open multiple files at the same time
VB shell specify all calls to open multiple files at the same time

Time:10-06

The Shell "C: \ DICO \ DICO exe C: \ DICO \ 1357031.2.840.113619.2.261.4.2147483647.1364756336.515187 dic", vbNormalFocus
This can only open a file, unable to open the *. The dic file, cannot use wildcards, and is called program can open multiple dic file at the same time, please

CodePudding user response:

You in the first place in the "command prompt", run:
C: \ DICO \ DICO exe C: \... 15187. The dic
This section, see whether it can open the file correctly!
If you can open, and then to the problem of VB6,

CodePudding user response:

Can open, can only open a specified file, use a wildcard open all the same file type,

CodePudding user response:

How to implement using wildcards open all type of file

CodePudding user response:

There are so strange?
By rights, using VB6 Shell,
With the command prompt should be the same,

CodePudding user response:

Wildcard enumeration all documents with Dir, circulation call the Shell

CodePudding user response:

Is the image file to open in a specified in the program

CodePudding user response:

If his program can be used to choose the way to select multiple files, his principle is usually C: \ 1. TXT & amp; CRH (0) & amp; C: \ 2. TXT, he used a special between each filename delimiter

CodePudding user response:

According to the C: \ 1. TXT & amp; CRH (0) & amp; C: \ 2. TXT this format, can only open an image file, but can use the mouse to choose more, also can open multiple image with the mouse,

CodePudding user response:

Resource manager pops open the mouse is multiple calls the command line,
The operation of the resource manager can check it in the registry, you can confirm the dic file association DICO. Open exe command-line parameters exactly is one or more!

CodePudding user response:

Can open multiple image with the mouse, the dic file association DICO. Open exe command line parameters is also multi-line,
The Shell "C: \ DICO \ DICO exe C: \ DICO \ *. Dic", vbNormalFocus
Plus * wildcard, dozen don't open, is there any other way,

CodePudding user response:

There are a lot of images, want to be in a program interface, according to program also supports more image display, with the mouse can open operation, at present is to open automatically by the program, many images

CodePudding user response:

If the support for multiple file parameters, how to write you so will imitate in registry.
Through the Dir (" C: \ DICO \ *. Dic ") made all of the file path joining together on the command line parameters,

CodePudding user response:

The operation of the resource manager can check it in the registry? The registration list how to find? I can't find!

CodePudding user response:

11 references xepacs response:
, according to the program also supports more image with the mouse operation can open

The
reference 13 floor xepacs reply:
resource manager operations are available in the registry? The registration list how to find? I can't find!

What is support or not support?

CodePudding user response:

I won't be registered list view, but there are open in browser command, then future generations image file, click open, and can open all the image file,

CodePudding user response:

reference 15 floor xepacs response:
I won't be registered table view, but there are open in browser command, then future generations image file, click open, and can open all image files,

Dizzy!!!!
You are repeatedly (such as loop) calls to Sell orders! Just every time travels is not the same as the file name,

CodePudding user response:

reference 15 floor xepacs response:
I won't be registered table view, but there are open in browser command, then future generations image file, click open, and can open all image files,

references 9 f Tiger_Zhao response:
resource manager pops open the mouse is multiple calls the command line,

CodePudding user response:

don't work at ordinary times, exam worry,
  •  Tags:  
  • API
  • Related