CN114637437A - Application program providing method and device for Windows10 system - Google Patents

Application program providing method and device for Windows10 system Download PDF

Info

Publication number
CN114637437A
CN114637437A CN202210324242.0A CN202210324242A CN114637437A CN 114637437 A CN114637437 A CN 114637437A CN 202210324242 A CN202210324242 A CN 202210324242A CN 114637437 A CN114637437 A CN 114637437A
Authority
CN
China
Prior art keywords
window
bottommost
application program
operating system
target application
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.)
Pending
Application number
CN202210324242.0A
Other languages
Chinese (zh)
Inventor
李启伟
郑有胜
陈春晓
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Baoqu Technology Co Ltd
Original Assignee
Zhuhai Baoqu Technology Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Zhuhai Baoqu Technology Co Ltd filed Critical Zhuhai Baoqu Technology Co Ltd
Priority to CN202210324242.0A priority Critical patent/CN114637437A/en
Publication of CN114637437A publication Critical patent/CN114637437A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention discloses a method and a device for providing an application program for a Windows10 system, relates to the technical field of computers, and can realize the effect of a small component on a target application program in a Windows10 operating system, so that a user can conveniently and directly carry out interactive operation with the target application program on a system desktop, and the user experience is effectively improved. The method comprises the following steps: in the Windows10 operating system, configuring a parent-level form of a target application program as a bottommost form of an operating system desktop; and displaying the interactive interface of the target application program on the desktop of the operating system. The invention is suitable for Windows10 operating system.

Description

Application program providing method and device for Windows10 system
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for providing an application program for a Windows10 system.
Background
Windows10 is a platform operating system, and can be applied to devices such as computers and tablet computers. Compared with the prior operating system, the usability and the safety of the Windows10 are greatly improved, and besides new technologies such as cloud service, intelligent mobile equipment and natural man-machine interaction are fused, hardware such as a solid state disk, biological recognition and a high-resolution screen is optimized, perfected and supported.
However, while optimizing some performance, Windows10 systems also reduce some functionality. For example, the small components which are once popular in the Windows7 system are no longer supported in Windows10, and users cannot use small components such as weather and clocks in Windows10, so that great inconvenience is brought to the users, and the user experience is greatly reduced.
Disclosure of Invention
In view of this, embodiments of the present invention provide an application providing method and apparatus for a Windows10 system, which can achieve a widget effect on a target application in a Windows10 operating system, so that a user can conveniently and directly perform an interactive operation with the target application on a system desktop, and thus user experience can be effectively improved.
In a first aspect, an embodiment of the present invention provides an application providing method for a Windows10 system, including: in the Windows10 operating system, configuring a parent-level form of a target application program as a bottommost form of an operating system desktop; and displaying the interactive interface of the target application program on the desktop of the operating system.
Optionally, in the Windows10 operating system, configuring a parent frame of a target application as a bottommost frame of an operating system desktop includes: in a Windows10 operating system, acquiring a form class name and/or a form name of a bottommost form of an operating system desktop; searching a window handle of the bottommost window according to the window class name and/or the window name of the bottommost window; and assigning the form handle of the bottommost form to the parent-level form attribute of the form of the target application program.
Optionally, the searching the form handle of the bottommost form according to the form class name and/or the form name of the bottommost form includes: and taking the form class name and/or the form name of the bottommost form as a parameter of a preset application program interface function in the Windows10 operating system, and searching the form handle of the bottommost form through the preset application program interface function.
Optionally, the assigning the form handle of the bottommost form to the parent-level form attribute of the form of the target application program includes: acquiring a code file of the target application program; and according to the code file, assigning the window handle of the bottommost window to the parent window attribute of the window of the target application program.
Optionally, the target application includes a widget.
In a second aspect, an embodiment of the present invention further provides an application providing apparatus for a Windows10 system, including: the configuration unit is used for configuring a parent-level form of a target application program as a bottommost layer form of an operating system desktop in a Windows10 operating system; and the display unit is used for displaying the interactive interface of the target application program on the desktop of the operating system.
Optionally, the configuration unit includes: the acquisition module is used for acquiring the window class name and/or the window name of the bottommost window of the desktop of the operating system in the Windows10 operating system; the searching module is used for searching the window handle of the bottommost window according to the window class name and/or the window name of the bottommost window; and the assignment module is used for assigning the window handle of the bottommost window to the parent window attribute of the window of the target application program.
Optionally, the search module is specifically configured to: and taking the form class name and/or the form name of the bottommost form as a parameter of a preset application program interface function in the Windows10 operating system, and searching the form handle of the bottommost form through the preset application program interface function.
Optionally, the assignment module is specifically configured to: acquiring a code file of the target application program; and according to the code file, assigning the form handle of the bottommost form to the parent form attribute of the form of the target application program.
Optionally, the target application includes a widget.
In a third aspect, an embodiment of the present invention further provides an electronic device, including: the device comprises a shell, a processor, a memory, a circuit board and a power circuit, wherein the circuit board is arranged in a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; a power supply circuit for supplying power to each circuit or device of the electronic apparatus; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory for performing any one of the methods provided by the embodiments of the present invention.
In a fourth aspect, embodiments of the present invention also provide a computer-readable storage medium storing one or more programs, which are executable by one or more processors to implement any of the methods provided by the embodiments of the present invention.
The application program providing method, device, electronic device and computer readable storage medium for the Windows10 system provided by the embodiments of the present invention can configure a parent window of a target application program as a bottommost window of an operating system desktop in a Windows10 operating system, and display an interactive interface of the target application program on the operating system desktop, so that the target application program can be directly hooked with the desktop, the desktop manages the interactive interface and directly displays the interactive interface on the desktop, thereby achieving an effect of a widget on the target application program in the Windows10 operating system, and enabling a user to directly perform interactive operation on the system desktop and the target application program, thereby effectively improving user experience.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart of an application providing method for a Windows10 system according to an embodiment of the present invention;
FIG. 2 is a detailed flowchart of an application providing method for the Windows10 system according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an application providing apparatus for the Windows10 system according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
It should be understood that the described embodiments are only some embodiments of the invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In a first aspect, an embodiment of the present invention provides an application providing method for a Windows10 system, which can achieve a widget effect on a target application in a Windows10 operating system, so that a user can conveniently and directly perform an interactive operation with the target application on a system desktop, thereby effectively improving user experience.
As shown in fig. 1, an application providing method for the Windows10 system according to an embodiment of the present invention may include:
s11, in the Windows10 operating system, configuring a parent level form of the target application program as the bottommost layer form of the operating system desktop;
the Windows10 operating system is a common operating system for personal computers, and can expose corresponding application program interfaces to users through Windows (Windows). The desktop is a default interactive interface between the Windows10 operating system and a user, and shortcut icons of various application programs, application program files and the like can be arranged on the desktop.
In order to further improve user experience and enable a clock, a weather forecast and the like to be displayed and used on a desktop of a Windows10 operating system, in the embodiment of the invention, the clock, the weather forecast and other application programs can be used as target application programs, and a parent window of a window of the target application program is configured as a bottommost window of the desktop of the operating system, so that the target application programs are managed through the desktop of the operating system, and the display and interaction effects similar to small components are formed.
Specifically, the operating system desktop is also formed by a window, and in order to realize the predetermined functions and the beautification effect of the desktop, the window of the operating system desktop can be formed by at least two layers of windows, and the windows of the layers are mutually overlapped. For example, in one embodiment of the present invention, the window of the operating system desktop may include a background layer window and an icon layer window superimposed on each other, wherein the background layer window may be located at the bottommost layer, and the icon layer window may be laid on the background layer window. In the embodiment of the invention, the bottommost window of the desktop can be found in the Windows10 system, and the bottommost window is set as the parent window of the target application program, so that the target application program is handed to the desktop management control.
And S12, displaying the interactive interface of the target application program on the desktop of the operating system.
After the parent window of the target application program is configured as the bottommost window of the operating system desktop, in this step, the interactive interface of the target application program can be displayed on the operating system desktop, so that a user can directly interact with the target application program through the desktop. Because the target application program does not exist as an independent window but is a child window of the bottommost window of the operating system desktop, the running of the target application program is managed and controlled by the operating system desktop, and has a closer association relation with the operating system, so that a user can be provided with a more natural feeling of being merged into the desktop, and the user experience is effectively improved.
The application program providing method for the Windows10 system, provided by the embodiment of the invention, can configure the parent window of the target application program as the bottommost window of the desktop of the operating system in the Windows10 operating system, and display the interactive interface of the target application program on the desktop of the operating system, so that the target application program can be directly hooked with the desktop, the desktop is used for management, and the interactive interface is directly displayed on the desktop, thereby realizing the effect of a small component on the target application program in the Windows10 operating system, facilitating the user to directly perform interactive operation on the system desktop and the target application program, and effectively improving the user experience.
Optionally, in an embodiment of the present invention, the target application may be any application that can implement the application providing method of the present invention, and for example, in an embodiment of the present invention, the target application may include a widget.
In order to set the parent frame of the target application program as the bottommost frame of the operating system desktop, in one embodiment of the present invention, the bottommost frame of the operating system desktop may be found in the Windows10 operating system first. Alternatively, if the handle of the bottom-most frame of the operating system desktop is known, it is equivalent to finding the bottom-most frame. If the handle of the bottommost form of the operating system desktop is not known, an attempt may be made to find the handle of the bottommost form through an application program interface function or a third party tool.
Specifically, in an embodiment of the present invention, in the Windows10 operating system in step S11, configuring the parent window of the target application as the bottommost window of the operating system desktop may specifically include:
in a Windows10 operating system, acquiring a form class name and/or a form name of a bottommost form of an operating system desktop;
searching a window handle of the bottommost window according to the window class name and/or the window name of the bottommost window;
and assigning the form handle of the bottommost form to the parent-level form attribute of the form of the target application program.
The form Class name is the name of a form Class (Windows Class), and the form name is the name of a form. Specifically, an application first registers a "form class" before creating a form of a certain type. Note that this is not a class of C + + classes. The form class is a property set and is a template used in Windows programming to create forms. Each frame class has a frame process (WndProc) that handles all messages that send this type of frame. The "form class" is a data structure of the Windows system, which can be understood as a type definition of the Windows system, and the Windows form is an example of the corresponding "form class".
Specifically, in the embodiment of the present invention, the window class name and/or the window name of the bottommost window of the operating system desktop may be obtained according to window registration information or other tools, and the window handle of the bottommost window is searched according to the window class name and/or the window name of the bottommost window of the operating system desktop, and then the window handle of the bottommost window is assigned to the parent-level window attribute of the window of the target application program.
For example, in an embodiment of the present invention, it can be known from the window registration information that the window class name of the bottommost window of the operating system desktop is WorkW, and then the window handle hwnd1 corresponding to the window class name can be found according to the window class name WorkW, and the hwnd1 is assigned to the parent-level window attribute of the window of the target application program.
The method for searching the form handle of the bottommost form of the operating system desktop can be various, and can be based on an application program interface function provided by the operating system or by means of a third-party tool, which is not limited by the embodiment of the invention. For example, in an embodiment of the present invention, searching the form handle of the bottommost form according to the form class name and/or the form name of the bottommost form may specifically include: and taking the window class name and/or the window name of the bottommost window as a parameter of a preset application program interface function in the Windows10 operating system, and searching the window handle of the bottommost window through the preset application program interface function. Optionally, the preset application program interface function may be different for different operating systems or different versions of operating systems, and in an embodiment of the present invention, the preset application program interface function may be, for example, a FindWindow function.
And after the window handle of the bottommost window of the operating system desktop is found, assigning the window handle of the bottommost window to the parent window attribute of the window of the target application program. In one embodiment of the invention, a code file of the target application program may be obtained; and according to the code file, assigning the form handle of the bottommost form to the parent form attribute of the form of the target application program. In the code file, a code for creating, constructing, or modifying a form corresponding to a target application program may be included, and in the code, a form handle of the bottommost form may be assigned to a parent form attribute of the form of the target application program. Optionally, the embodiment of the present invention is not limited to the specific form of the code file, and the code file may be a source code, or an object code or an executable code formed after compiling and linking.
Further, after assigning the form handle of the bottommost form to the parent-level form attribute of the form of the target application program, running the target application program, that is, displaying the interactive interface of the target application program on the operating system desktop, for example, displaying a clock, weather, and the like on the operating system desktop. Because the bottommost layer form of the operating system desktop is used as the parent form of the target application program, the display of the target application program on the operating system desktop is not minimized or randomly moved like the form of a common application program, and therefore, the display stability is effectively improved. Meanwhile, the target application program is directly realized through a parent-level form of the set form without calling other system functions, so that the running stability of the program is greatly improved.
The application providing method for the Windows10 system according to the embodiment of the present invention is described in detail below with a specific embodiment.
As shown in fig. 2, an application providing method for the Windows10 system according to an embodiment of the present invention may include:
s201, in a Windows10 operating system, acquiring a form class name and/or a form name of a bottommost form of a desktop of the operating system;
for example, the window class name is WorkW, and the window name is desktop 1;
s202, taking the form class name and/or the form name of the bottommost form as a parameter of a preset application program interface function in a Windows10 operating system, and searching the form handle of the bottommost form through the preset application program interface function;
for example, the preset application program interface function is a FindWindow function, the name of a form class is WorkW, the name of a form is desktop1 is transmitted to the FindWindow function as a parameter, and a form handle of a bottom-layer form of an operating system desktop can be returned, for example, the form handle is hwnd 2.
S203, acquiring a code file of the target application program;
for example, the code file of the target application is clk2.c;
s204, according to the code file, assigning the window handle of the bottommost window to the parent window attribute of the window of the target application program;
for example, a code for creating a frame of the target application may be found in the code file clk2.c, and the frame handle hwnd2 obtained in step S202 is assigned to the parent frame attribute of the frame of the target application, that is, the parent frame of the target application is made to be a frame with hwnd2 as a handle.
S205, displaying an interactive interface of the target application program on the desktop of the operating system.
In a second aspect, an embodiment of the present invention provides an application providing apparatus for a Windows10 system, which can achieve a widget effect on a target application in a Windows10 operating system, so that a user can conveniently and directly perform an interactive operation with the target application on a system desktop, thereby effectively improving user experience.
As shown in fig. 3, the application providing apparatus for Windows10 system according to the embodiment of the present invention may include:
the configuration unit 31 is configured to configure, in the Windows10 operating system, a parent window of a target application program as a bottommost window of a desktop of the operating system;
and the display unit 32 is configured to display the interactive interface of the target application on the operating system desktop.
The application program providing device for the Windows10 system, provided by the embodiment of the invention, can configure the parent window of the target application program as the bottommost window of the desktop of the operating system in the Windows10 operating system, and display the interactive interface of the target application program on the desktop of the operating system, so that the target application program can be directly hooked with the desktop, the desktop is used for management, and the interactive interface is directly displayed on the desktop, thereby realizing the effect of a small component on the target application program in the Windows10 operating system, facilitating the user to directly perform interactive operation on the system desktop and the target application program, and effectively improving the user experience.
Optionally, the configuration unit 31 may include:
the acquisition module is used for acquiring the window class name and/or the window name of the bottommost window of the desktop of the operating system in the Windows10 operating system;
the searching module is used for searching the window handle of the bottommost window according to the window class name and/or the window name of the bottommost window;
and the assignment module is used for assigning the window handle of the bottommost window to the parent window attribute of the window of the target application program.
Optionally, the search module may be specifically configured to: and taking the window class name and/or the window name of the bottommost window as a parameter of a preset application program interface function in the Windows10 operating system, and searching the window handle of the bottommost window through the preset application program interface function.
Optionally, the assignment module may be specifically configured to:
acquiring a code file of the target application program;
and according to the code file, assigning the form handle of the bottommost form to the parent form attribute of the form of the target application program.
Optionally, the target application may include a widget.
In a third aspect, an embodiment of the present invention provides an electronic device, which can implement a widget function in a Windows10 operating system, so that a user can conveniently and directly perform an interactive operation with a target application on a system desktop, and thus user experience can be effectively improved.
As shown in fig. 4, an electronic device provided in an embodiment of the present invention may include: a housing 81, a processor 82, a memory 83, a circuit board 84 and a power circuit 85, wherein the circuit board 84 is arranged inside a space enclosed by the housing 81, and the processor 82 and the memory 83 are arranged on the circuit board 84; a power supply circuit 85 for supplying power to each circuit or device of the electronic apparatus; the memory 83 is used for storing executable program codes; the processor 82 runs a program corresponding to the executable program code by reading the executable program code stored in the memory 83, for executing the method provided by any of the foregoing embodiments.
For a specific execution process of the above steps by the processor 82 and further steps executed by the processor 82 by running the executable program code, reference may be made to the description of the foregoing embodiments, which are not described herein again.
The above electronic devices exist in a variety of forms, including but not limited to:
(1) a mobile communication device: such devices are characterized by mobile communications capabilities and are primarily targeted at providing voice, data communications. Such terminals include: smart phones (e.g., iphones), multimedia phones, functional phones, and low-end phones, among others.
(2) Ultra mobile personal computer device: the equipment belongs to the category of personal computers, has calculation and processing functions and generally has mobile internet access characteristics. Such terminals include: PDA, MID, and UMPC devices, etc., such as ipads.
(3) A portable entertainment device: such devices may display and play multimedia content. This type of device comprises: audio, video players (e.g., ipods), handheld game consoles, electronic books, and smart toys and portable car navigation devices.
(4) A server: the device for providing the computing service comprises a processor, a hard disk, a memory, a system bus and the like, and the server is similar to a general computer architecture, but has higher requirements on processing capacity, stability, reliability, safety, expandability, manageability and the like because of the need of providing high-reliability service.
(5) And other electronic equipment with data interaction function.
Accordingly, in a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, where one or more programs are stored, and the one or more programs can be executed by one or more processors to implement any one of the methods provided in the foregoing embodiments, so that the corresponding technical effects can also be achieved, which have been described in detail above and are not described herein again.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments.
In particular, as for the apparatus embodiment, since it is substantially similar to the method embodiment, the description is relatively simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
For convenience of description, the above devices are described as being respectively described in terms of functional division into various units/modules. Of course, the functionality of the units/modules may be implemented in one or more software and/or hardware implementations of the invention.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above description is only for the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. An application providing method for a Windows10 system, comprising:
in the Windows10 operating system, configuring a parent-level form of a target application program as a bottommost form of an operating system desktop;
and displaying the interactive interface of the target application program on the desktop of the operating system.
2. The method of claim 1, wherein configuring the parent frames of the target application as the bottommost frames of the operating system desktop in the Windows10 operating system comprises:
in a Windows10 operating system, acquiring a form class name and/or a form name of a bottommost form of an operating system desktop;
searching a window handle of the bottommost window according to the window class name and/or the window name of the bottommost window;
and assigning the form handle of the bottommost form to the parent-level form attribute of the form of the target application program.
3. A method according to claim 2, wherein said finding a frame handle of said bottommost frame based on said frame class name and/or said frame name of said bottommost frame comprises:
and taking the form class name and/or the form name of the bottommost form as a parameter of a preset application program interface function in the Windows10 operating system, and searching the form handle of the bottommost form through the preset application program interface function.
4. A method according to claim 2, wherein said assigning a frame handle of said bottommost frame to a parent frame attribute of a frame of said target application comprises:
acquiring a code file of the target application program;
and according to the code file, assigning the form handle of the bottommost form to the parent form attribute of the form of the target application program.
5. The method of any of claims 1-4, wherein the target application comprises a widget.
6. An application providing apparatus for a Windows10 system, comprising:
the configuration unit is used for configuring a parent-level form of a target application program as a bottommost layer form of an operating system desktop in a Windows10 operating system;
and the display unit is used for displaying the interactive interface of the target application program on the desktop of the operating system.
7. The apparatus of claim 6, wherein the configuration unit comprises:
the acquisition module is used for acquiring the window class name and/or the window name of the bottommost window of the desktop of the operating system in the Windows10 operating system;
the searching module is used for searching the window handle of the bottommost window according to the window class name and/or the window name of the bottommost window;
and the assignment module is used for assigning the window handle of the bottommost window to the parent window attribute of the window of the target application program.
8. The apparatus of claim 7, wherein the lookup module is specifically configured to:
and taking the window class name and/or the window name of the bottommost window as a parameter of a preset application program interface function in the Windows10 operating system, and searching the window handle of the bottommost window through the preset application program interface function.
9. The apparatus of claim 7, wherein the assignment module is specifically configured to:
acquiring a code file of the target application program;
and according to the code file, assigning the form handle of the bottommost form to the parent form attribute of the form of the target application program.
10. The apparatus of any of claims 6 to 9, wherein the target application comprises a widget.
CN202210324242.0A 2022-03-28 2022-03-28 Application program providing method and device for Windows10 system Pending CN114637437A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210324242.0A CN114637437A (en) 2022-03-28 2022-03-28 Application program providing method and device for Windows10 system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210324242.0A CN114637437A (en) 2022-03-28 2022-03-28 Application program providing method and device for Windows10 system

Publications (1)

Publication Number Publication Date
CN114637437A true CN114637437A (en) 2022-06-17

Family

ID=81952649

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210324242.0A Pending CN114637437A (en) 2022-03-28 2022-03-28 Application program providing method and device for Windows10 system

Country Status (1)

Country Link
CN (1) CN114637437A (en)

Similar Documents

Publication Publication Date Title
CN110417988B (en) Interface display method, device and equipment
CN108027706A (en) A kind of application interface display methods and terminal device
CN106599680B (en) Method and device for setting application program permission and electronic equipment
CN106250182B (en) File processing method and device and electronic equipment
CN111158750A (en) Unity-based game installation package packaging method and device
CN109147022A (en) VR data rendering method and system, computer equipment, computer storage medium
US20170185567A1 (en) User interface control layout method and electronic device
US20170185422A1 (en) Method and system for generating and controlling composite user interface control
CN110652728A (en) Game resource management method and device, electronic equipment and storage medium
CN114237457A (en) Display method and device, electronic equipment and storage medium
CN113961590A (en) Multi-source data fusion method and device and electronic equipment
CN107678618B (en) Interface switching method and device, computer device and computer readable storage medium
CN105468440A (en) Information display method and device and electronic equipment
CN112306450A (en) Information processing method and device
CN114637437A (en) Application program providing method and device for Windows10 system
CN115952771A (en) Picture editing method and device, electronic equipment and storage medium
CN111880896B (en) Method and device for rapidly restoring container and running state data
CN115454670A (en) Computer process information enumeration method and device and electronic equipment
CN114281321A (en) Software development fast editing method and device, electronic equipment and medium
CN114339404A (en) Display method and device of screen protection wallpaper in windows system and electronic equipment
CN103902295A (en) Cursor drawing method and related terminal equipment
CN114356867A (en) Method and device for opening compressed package file, electronic equipment and storage medium
CN114297155A (en) Right-click menu display method and device, electronic equipment and storage medium
CN113144606A (en) Skill triggering method of virtual object and related equipment
CN106648656B (en) Message deleting method and device and electronic equipment

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