CN111026542B - Method and device for displaying overlay icons of application program - Google Patents
Method and device for displaying overlay icons of application program Download PDFInfo
- Publication number
- CN111026542B CN111026542B CN201911000941.4A CN201911000941A CN111026542B CN 111026542 B CN111026542 B CN 111026542B CN 201911000941 A CN201911000941 A CN 201911000941A CN 111026542 B CN111026542 B CN 111026542B
- Authority
- CN
- China
- Prior art keywords
- icon
- key
- registry
- priority
- resource manager
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/5038—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/14—Digital output to display device ; Cooperation and interconnection of the display device with other functional units
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/5021—Priority
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The application discloses a display method of an overlay icon of an application program, comprising the following steps: sending an icon registration request about the application program to Windows to obtain a custom overlay icon; acquiring priorities of all icon key values in the registry item, wherein all icon key values comprise icon key values of custom coverage icons; adjusting the priority of the icon key value of the custom coverage icon in the registry item; when the resource manager reads the registry key, the registry key with the adjusted icon key priority is redirected to the resource manager, so that the custom overlay icon is displayed according to the registry key with the adjusted icon key priority. By modifying the priority of the overlay icons in the registry item to switch the overlay icons or the order in which the overlay icons are displayed as required, the overlay graphics of the specific software (or application program) are displayed at the expected positions, and the overlay icons of other software are not preempted, and the icons cannot be displayed because of excessive registered overlay icon items.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for displaying an overlay icon of an application program, a computer readable storage medium, and an electronic device.
Background
Windows is supported on the original file Icon, and a custom Icon is displayed at the corner of the file Icon to indicate the file status, which is called Overlay Icon (Overlay Icon). Windows supports 15 overlay icons in total, 4 are used, only 11 are left for user-defined registration, and once the sequence of the overlay icons of the user-defined software is arranged outside 11 bits, windows ignores the overlay icons, so that the overlay icons cannot be displayed. In addition, if any one of the overlay icons of the preceding software is judged to be a conforming icon, the overlay icon of the succeeding software cannot be displayed, and therefore, the user tries to have the overlay icon of the software registered therein be ranked first.
In the related art, when registering an overlay icon of custom software, it is calculated how many spaces or other characters with smaller values need to be added before the name of the registry key, so that the overlay icon is ranked first. However, the method for preempting the overlay icon belongs to a static mode, can be adjusted once only during registration, is easy to preempt by a later registrant, and cannot ensure to preempt the first place all the time.
Disclosure of Invention
The present application has been made in order to solve the above technical problems. The embodiment of the application provides a display method and device of an overlay icon of an application program, a computer-readable storage medium and electronic equipment.
According to one aspect of the present application, there is provided a method for displaying an overlay icon of an application program, including:
sending an icon registration request about the application program to windows to obtain a custom overlay icon;
acquiring priorities of all icon key values in a registry item, wherein the icon key values comprise icon key values of the custom coverage icons;
adjusting the priority of the icon key value of the custom coverage icon in the registry item;
when the resource manager reads the registry key, redirecting the registry key with the adjusted icon key priority to the resource manager so as to display the custom overlay icon according to the registry key with the adjusted icon key priority.
According to a second aspect of the present application, there is provided a display device of an overlay icon of an application program, including:
a registration request module configured to send an icon registration request for the application to the windows to obtain a custom overlay icon;
the priority acquisition module is used for acquiring the priority of all icon key values in the registry item, wherein the icon key values comprise icon key values of the custom coverage icons;
the priority adjustment module is used for adjusting the priority of the icon key value of the custom coverage icon in the registry item;
and the redirection module is used for redirecting the registry item with the icon key value priority adjusted to the resource manager when the resource manager reads the registry item, so as to display the custom coverage icon according to the registry item with the icon key value priority adjusted.
According to a third aspect of the present application, there is provided a computer-readable storage medium storing a computer program for executing the method for displaying an overlay icon of the application program according to the first aspect.
According to a fourth aspect of the present application, there is provided an electronic device comprising:
a processor;
a memory for storing the processor-executable instructions;
the processor is configured to read the executable instruction from the memory, and execute the instruction to implement the method for displaying an overlay icon of the application program according to the first aspect.
According to the embodiment provided by the application, the priority of the overlay icons in the registry key is modified to switch the overlay icons or the display sequence of the overlay icons according to the requirement, so that the overlay graphics of specific software (or application program) are displayed at the expected positions, the overlay icons of other software are not preempted, and the icons cannot be displayed because the registered overlay icon items are too many.
Drawings
The foregoing and other objects, features and advantages of the present application will become more apparent from the following more particular description of embodiments of the present application, as illustrated in the accompanying drawings. The accompanying drawings are included to provide a further understanding of embodiments of the application and are incorporated in and constitute a part of this specification, illustrate the application and not constitute a limitation to the application. In the drawings, like reference numerals generally refer to like parts or steps.
Fig. 1 is a flowchart of a method for displaying an overlay icon of an application according to an exemplary embodiment of the present application.
Fig. 2 is a schematic structural diagram of a display device for overlaying icons of an application according to another exemplary embodiment of the present application.
Fig. 3 is a block diagram of an electronic device according to an exemplary embodiment of the present application.
Detailed Description
Hereinafter, example embodiments according to the present application will be described in detail with reference to the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application and not all of the embodiments of the present application, and it should be understood that the present application is not limited by the example embodiments described herein.
Summary of the application
Windows supports displaying a custom Icon on the original file Icon to indicate the file status, i.e., overlay Icon (Icon). A total of 15 overlay icons are supported by Windows, 4 overlay icons are used by Windows, and the other 11 overlay icons are used for user-defined registration. For the overlay icon for user-defined registration, if the order of the overlay icon is out of 11 bits, the overlay icon is ignored by Windows, so that the overlay icon cannot be displayed. The application provides a display method of an overlay icon of an application program, which is characterized in that the priority of a custom overlay icon in a registry is changed, so that when a Windows resource manager reads the registry, the priority of the adjusted registry is read, the custom overlay icon is displayed based on the priority, and the custom overlay icon can be always displayed at a desired position (for example, the first position of all the custom overlay icons is displayed).
Exemplary method
Fig. 1 is a flowchart of a method for displaying an overlay icon of an application according to an exemplary embodiment of the present application. The embodiment can be applied to an electronic device, as shown in fig. 1, and includes the following steps:
The terminal device can register the icon of the application program (software, files and the like), and after the Windows authorization is obtained, the application program is allocated with a custom icon and an overlay icon. Wherein, an Overlay Icon (Overlay Icon) may be displayed at any corner of the custom Icon to identify the state of the application program to which the custom Icon corresponds. In the embodiment of the present application, the custom icon including the overlay icon is referred to as a custom overlay icon.
The data of the custom overlay icons are all derived from a registry, such as registry entries: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ CurrentVersion\Explorer\ShellIcon OverlayIdentizers.
The list of entries in the registry (referred to herein as registry entries) list icon key values in which all custom overlay icons are one-to-one. The display position of the custom overlay icon is determined by the priority of its icon key value in the registry key.
Icon key values of the custom overlay icons which acquire Windows authorization are displayed in the registry key, and the priority of the icon key values is also included.
And step 103, adjusting the priority of the icon key value of the custom overlay icon in the registry item.
In this step, the priority of the icon key value of the custom overlay icon in the registry item is adjusted, so as to adjust the display order of the custom overlay icon. Illustratively, the priority of the custom overlay icon is adjusted such that it is displayed at a desired location, such as the top of the custom icon.
For example, in the embodiment of the present application, for the custom overlay icon, the priority of its icon key value is adjusted so that its priority is greater than the priority of all other icon key values in the registry key. For example, a is an application currently being used by a user, a custom overlay icon applied for registration is for example B, and overlay icons corresponding to applications used by other multiple users further include E, F … … M, where in the registry entry, the overlay icons are arranged in order of priority from high to low: E. f … … M, B, and the custom overlay icon of application a are prioritized last, windows may not be able to display B. In this step, the priority of B is adjusted, for example, the adjusted priorities are arranged in order of high priority to low priority: B. e, F … … M.
And 104, when the resource manager reads the registry key, redirecting the registry key with the adjusted icon key priority to the resource manager so as to display the custom overlay icon according to the registry key with the adjusted icon key priority.
The Windows resource manager program process name is Explorer.exe, and the Windows resource manager program is mainly used for displaying file and directory interfaces in various magnetic discs such as desktops and the like to users. Different file icons for different files also support displaying different overlay icons for files of different states (mostly used to indicate file states).
When the Explorer process starts, all sub-items of the registry key are enumerated and stored in the memory. When the overlay icon of a file (or an application program) needs to be displayed, calling an icon interface of the overlay icon of the file (or the application program) according to the sequence listed by the subitem of the position of the registry item, further judging whether the overlay icon of the file (or the application program) is in a state corresponding to the subitem icon, and if so, calibrating the overlay icon of the file (or the application program) as the icon corresponding to the subitem.
In this step, when the explorer.exe of the resource manager reads the registry key, enumerates all sub-keys of the registry key, the registry key obtained in step 103 is redirected to the explorer.exe of the resource manager. The explorer.exe resource manager enumerates the sub-items of the registry key obtained in step 103, and then displays the custom overlay icon according to the priority in the registry key.
In an embodiment of the present application, in this step, the registry key with the icon key priority adjusted may be redirected to the resource manager by using Hook technology. The Hook technology transfers the call to the appointed API function to the custom program to run by replacing or redirecting, and the custom program identifies and modifies the input parameters and then executes the original API function, or modifies the returned result of the original API function, or directly returns the appointed result without calling the original API function. Microsoft has itself provided some Hook-related interfaces, as well as other Hook technologies that are not self-contained. In this application, the Hook technology provided by microsoft may be used, and other Hook technologies other than microsoft may be used, which is not limited in this application.
In one embodiment, the Hook technique is used to open an application programming interface at the designated location of the registry key to redirect the registry key with the icon key priority adjusted to the resource manager. Illustratively, one of the RegOpenKeyEx, regOpenKeyExInternal, zwOpenKeyEx, ntOpenKeyEx APIs of the registry key designated location may be opened by Hook, so that the registry key with the icon key priority adjusted is redirected to the resource manager, and the resource manager's access to the registry key with the priority adjusted (note that, in this application, the method of adjusting the priority is to change only the name of the child item without modifying the GUID under the child item).
In another embodiment, the Hook technique is used to invoke the application programming interface regenumekey of the resource manager to redirect the registry key with the icon key priority adjusted to the resource manager. The explorer.exe enumeration registry location is implemented using microsoft regenumekey, an API. In this embodiment, the Hook technique is used to invoke the regenumekey interface to redirect the registry key after the icon key priority adjustment to the resource manager. In other embodiments, several APIs, regEnumKeyEx or zwieneratekey or ntenumatekey, lower in both, called by the Hook technology may also be employed to control the priority order in which sub-items are accessed.
Through the above embodiment, the explorer.exe enumerates the sub-item positions of the registry item with the icon key value priority adjusted, so that the sub-item positions are displayed according to the priority order, that is, the custom overlay icon is displayed. And when the priority of the custom coverage icon of the current user is higher than that of other coverage icons, displaying the coverage icons of the corresponding application programs in the first positions of all the coverage icons.
In summary, in the embodiments provided herein, by modifying the priority of the overlay icon in the registry key to switch the overlay icon or the order in which the overlay icons are displayed as required, the overlay graphics of the specific software (or application program) are displayed at the desired position, and are not preempted by the overlay icons of other software, and are not capable of displaying icons due to excessive registered overlay icon items.
Exemplary apparatus
Fig. 2 is a schematic structural diagram of a display device for overlaying icons of an application according to another exemplary embodiment of the present application.
As shown in fig. 2, a display device for overlaying icons of an application program may be applied to an electronic device, and the device may include: .
The registration request module 201 is configured to send an icon registration request for the application to the windows to obtain a custom overlay icon.
The priority obtaining module 202 is configured to obtain priorities of all icon key values in the registry key, where all icon key values include icon key values of the custom overlay icon.
The priority adjustment module 203 is configured to adjust the priority of the icon key value of the custom overlay icon in the registry key.
And the redirecting module 204 is configured to redirect the registry key with the adjusted icon key priority to the resource manager when the resource manager reads the registry key, so as to display the custom overlay icon according to the registry key with the adjusted icon key priority.
Further, the priority adjustment module may include:
an adjustment unit (not shown in the figure) is configured to adjust the priority of the icon key value of the custom overlay icon so that the priority of the icon key value is greater than the priority of all other icon key values in the registry.
Further, when the redirection module may include:
and the redirecting unit is used for redirecting the registry item with the icon key value priority adjusted to the resource manager by adopting the Hook technology when the resource manager reads the registry item.
Through the above embodiment, the explorer.exe enumerates the sub-item positions of the registry item with the icon key value priority adjusted, so that the sub-item positions are displayed according to the priority order, that is, the custom overlay icon is displayed. And when the priority of the custom overlay icon of the current user is higher than that of other overlay icons, displaying the overlay icons of the corresponding application programs in the first positions of all the overlay icons.
Exemplary electronic device
Next, an electronic device according to an embodiment of the present application is described with reference to fig. 3. The electronic device may be either or both of the first device 100 and the second device 200, or a stand-alone device independent thereof, which may communicate with the first device and the second device to receive the acquired input signals therefrom.
Fig. 3 illustrates a block diagram of an electronic device according to an embodiment of the present application.
As shown in fig. 3, the electronic device 11 includes one or more processors 111 and a memory 112.
The processor 111 may be a Central Processing Unit (CPU) or other form of processing unit having data processing and/or instruction execution capabilities, and may control other components in the electronic device 11 to perform desired functions.
Memory 112 may include one or more computer program products that may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. The volatile memory may include, for example, random Access Memory (RAM) and/or cache memory (cache), and the like. The non-volatile memory may include, for example, read Only Memory (ROM), hard disk, flash memory, and the like. One or more computer program instructions may be stored on the computer readable storage medium that may be executed by the processor 111 to implement the method of displaying an overlay icon for an application and/or other desired functions of the various embodiments of the present application described above. Various contents such as an input signal, a signal component, a noise component, and the like may also be stored in the computer-readable storage medium.
In one example, the electronic device 11 may further include: an input device 113 and an output device 114, which are interconnected by a bus system and/or other forms of connection mechanisms (not shown).
For example, when the electronic device is a first device or a second device, the input means 113 may be a microphone or a microphone array as described above for capturing an input signal of a sound source. When the electronic device is a stand-alone device, the input means 113 may be a communication network connector for receiving the acquired input signals from the first device and the second device.
In addition, the input device 113 may also include, for example, a keyboard, a mouse, and the like.
The output device 114 may output various information to the outside, including the determined distance information, direction information, and the like. The output device 114 may include, for example, a display, speakers, a printer, and a communication network and remote output devices connected thereto, etc.
Of course, only some of the components of the electronic device 11 relevant to the present application are shown in fig. 3 for simplicity, components such as buses, input/output interfaces, and the like being omitted. In addition, the electronic device 11 may include any other suitable components depending on the particular application.
Exemplary computer program product and computer readable storage Medium
In addition to the methods and apparatus described above, embodiments of the present application may also be a computer program product comprising computer program instructions which, when executed by a processor, cause the processor to perform the steps in a method of displaying an overlay icon of an application according to various embodiments of the present application described in the "exemplary methods" section of the present specification.
The computer program product may write program code for performing the operations of embodiments of the present application in any combination of one or more programming languages, including an object oriented programming language such as Java, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device, partly on a remote computing device, or entirely on the remote computing device or server.
Furthermore, embodiments of the present application may also be a computer-readable storage medium, having stored thereon computer program instructions that, when executed by a processor, cause the processor to perform steps in a method of displaying overlay icons of an application program according to various embodiments of the present application described in the above-mentioned "exemplary method" section of the present specification.
The computer readable storage medium may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. The readable storage medium may include, for example, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium would include the following: an electrical connection having one or more wires, a portable disk, a hard disk, random Access Memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The basic principles of the present application have been described above in connection with specific embodiments, however, it should be noted that the advantages, benefits, effects, etc. mentioned in the present application are merely examples and not limiting, and these advantages, benefits, effects, etc. are not to be considered as necessarily possessed by the various embodiments of the present application. Furthermore, the specific details disclosed herein are for purposes of illustration and understanding only, and are not intended to be limiting, as the application is not intended to be limited to the details disclosed herein as such.
The block diagrams of the devices, apparatuses, devices, systems referred to in this application are only illustrative examples and are not intended to require or imply that the connections, arrangements, configurations must be made in the manner shown in the block diagrams. As will be appreciated by one of skill in the art, the devices, apparatuses, devices, systems may be connected, arranged, configured in any manner. Words such as "including," "comprising," "having," and the like are words of openness and mean "including but not limited to," and are used interchangeably therewith. The terms "or" and "as used herein refer to and are used interchangeably with the term" and/or "unless the context clearly indicates otherwise. The term "such as" as used herein refers to, and is used interchangeably with, the phrase "such as, but not limited to.
It is also noted that in the apparatus, devices and methods of the present application, the components or steps may be disassembled and/or assembled. Such decomposition and/or recombination should be considered as equivalent to the present application.
The previous description of the disclosed aspects is provided to enable any person skilled in the art to make or use the present application. Various modifications to these aspects will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other aspects without departing from the scope of the application. Thus, the present application is not intended to be limited to the aspects shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The foregoing description has been presented for purposes of illustration and description. Furthermore, this description is not intended to limit the embodiments of the application to the form disclosed herein. Although a number of example aspects and embodiments have been discussed above, a person of ordinary skill in the art will recognize certain variations, modifications, alterations, additions, and subcombinations thereof.
Claims (6)
1. A display method of an overlay icon of an application program comprises the following steps:
sending an icon registration request about the application program to Windows to obtain a custom overlay icon;
acquiring priorities of all icon key values in a registry item, wherein the icon key values comprise icon key values of the custom coverage icons;
adjusting the priority of the icon key value of the custom coverage icon in the registry item;
when the resource manager reads the registry key, redirecting the registry key with the icon key priority adjusted to the resource manager so as to display the custom coverage icon according to the registry key with the icon key priority adjusted;
when the resource manager reads the registry key, redirecting the registry key with the icon key value priority adjusted to the resource manager, including:
when the resource manager reads the registry key, redirecting the registry key with the icon key value priority adjusted by adopting a Hook technology to the resource manager;
when the resource manager reads the registry key, redirecting the registry key with the icon key priority adjusted by adopting a Hook technology to the resource manager, wherein the method comprises the following steps:
when a resource manager reads a registry key, an application programming interface of a designated position of the registry key is opened by adopting a Hook technology, so that the registry key with the icon key value priority adjusted is redirected to the resource manager;
or when the resource manager reads the registry key, calling an application programming interface RegEnumKey of the resource manager by adopting a Hook technology so as to redirect the registry key with the icon key value priority adjusted to the resource manager.
2. The method of claim 1, wherein said adjusting the priority of icon key values of the custom overlay icons in the registry comprises:
and aiming at the custom coverage icon, adjusting the priority of the icon key value of the custom coverage icon so that the priority of the icon key value of the custom coverage icon is higher than the priority of all other icon key values in the registry.
3. A display device of an overlay icon of an application program, comprising:
a registration request module configured to send an icon registration request for the application to the windows to obtain a custom overlay icon;
the priority acquisition module is used for acquiring the priority of all icon key values in the registry item, wherein the icon key values comprise icon key values of the custom coverage icons;
the priority adjustment module is used for adjusting the priority of the icon key value of the custom coverage icon in the registry item;
the redirection module is used for redirecting the registry item with the icon key value priority adjusted to the resource manager when the resource manager reads the registry item, so as to display the custom coverage icon according to the registry item with the icon key value priority adjusted;
the redirection module comprises:
the redirection unit is used for redirecting the registry item with the icon key value priority adjusted by adopting a Hook technology to the resource manager when the resource manager reads the registry item;
when the resource manager reads the registry key, redirecting the registry key with the icon key priority adjusted by adopting a Hook technology to the resource manager, wherein the method comprises the following steps:
when a resource manager reads a registry key, an application programming interface of a designated position of the registry key is opened by adopting a Hook technology, so that the registry key with the icon key value priority adjusted is redirected to the resource manager;
or when the resource manager reads the registry key, calling an application programming interface RegEnumKey of the resource manager by adopting a Hook technology so as to redirect the registry key with the icon key value priority adjusted to the resource manager.
4. The apparatus of claim 3, wherein the priority adjustment module comprises:
the adjusting unit is configured to adjust the priority of the icon key value of the custom coverage icon so that the priority of the icon key value is greater than the priority of all other icon key values in the registry.
5. A computer-readable storage medium storing a computer program for executing the method of displaying overlay icons of the application program according to any one of the preceding claims 1-2.
6. An electronic device, the electronic device comprising:
a processor;
a memory for storing the processor-executable instructions;
the processor is configured to read the executable instructions from the memory and execute the instructions to implement the method for displaying overlay icons of an application program according to any one of claims 1-2.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911000941.4A CN111026542B (en) | 2019-10-21 | 2019-10-21 | Method and device for displaying overlay icons of application program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911000941.4A CN111026542B (en) | 2019-10-21 | 2019-10-21 | Method and device for displaying overlay icons of application program |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111026542A CN111026542A (en) | 2020-04-17 |
CN111026542B true CN111026542B (en) | 2023-05-09 |
Family
ID=70201258
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911000941.4A Active CN111026542B (en) | 2019-10-21 | 2019-10-21 | Method and device for displaying overlay icons of application program |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111026542B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112783590A (en) * | 2021-01-14 | 2021-05-11 | 北京亿赛通科技发展有限责任公司 | Method for displaying multiple overlay icons on Windows |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1484798A (en) * | 2001-11-09 | 2004-03-24 | ������������ʽ���� | Information processor and information processing method and its program |
CN103366012A (en) * | 2013-07-29 | 2013-10-23 | 北京金和软件股份有限公司 | Mutation overlapping icon realizing method based on file synchronization state |
CN105631318A (en) * | 2015-12-23 | 2016-06-01 | 北京金山安全软件有限公司 | Method and device for acquiring registry key values |
CN108108079A (en) * | 2017-12-21 | 2018-06-01 | 维沃移动通信有限公司 | A kind of icon display processing method and mobile terminal |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6883146B2 (en) * | 2000-12-20 | 2005-04-19 | Eastman Kodak Company | Picture database graphical user interface utilizing map-based metaphors for efficient browsing and retrieving of pictures |
-
2019
- 2019-10-21 CN CN201911000941.4A patent/CN111026542B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1484798A (en) * | 2001-11-09 | 2004-03-24 | ������������ʽ���� | Information processor and information processing method and its program |
CN103366012A (en) * | 2013-07-29 | 2013-10-23 | 北京金和软件股份有限公司 | Mutation overlapping icon realizing method based on file synchronization state |
CN105631318A (en) * | 2015-12-23 | 2016-06-01 | 北京金山安全软件有限公司 | Method and device for acquiring registry key values |
CN108108079A (en) * | 2017-12-21 | 2018-06-01 | 维沃移动通信有限公司 | A kind of icon display processing method and mobile terminal |
Also Published As
Publication number | Publication date |
---|---|
CN111026542A (en) | 2020-04-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
RU2398263C2 (en) | Preview method, system and device | |
JP5268945B2 (en) | How to manage the user interface display | |
US5437006A (en) | Spreadsheet command/function capability from a dynamic-link library | |
CN108681662B (en) | Method and device for installing program | |
US20180322215A1 (en) | Web page access method and apparatus | |
US20020120725A1 (en) | Internet-aware agent for updating applications | |
US10277664B2 (en) | Displaying an application in a window in a graphical user interface environment on a computer system | |
US20090300190A1 (en) | Data Serialization In A User Switching Environment | |
US20050273729A1 (en) | Information processor and file processing method | |
US20090150884A1 (en) | Computer and method of providing software user interface | |
JP2020510250A (en) | Service processing method and device | |
EP1902351A2 (en) | Changing the personality of a device | |
US20020041289A1 (en) | Method and apparatus for producing functionality and user interfaces for devices having an embedded operating system | |
US6754889B1 (en) | Java automation, testing, and analysis | |
US20190310882A1 (en) | Multiple application instances in operating systems that utilize a single process for application execution | |
US20110214076A1 (en) | Method and apparatus for optimizing generation of user interface | |
WO2013086049A1 (en) | Integrating applications | |
EP2959402B1 (en) | Architecture for remote access to content state | |
CN114047960A (en) | Operating system running method and device, electronic equipment and storage medium | |
US20070050476A1 (en) | Mechanism for generating dynamic content without a web server | |
CN111026542B (en) | Method and device for displaying overlay icons of application program | |
US10514940B2 (en) | Virtual application package reconstruction | |
CN105229604B (en) | Information processing equipment, information processing method and program | |
CN116627444A (en) | System and method for automatically synchronizing responses and conditions on a device | |
CN113094138A (en) | Interface display method and device, electronic equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |