US20070288599A1 - Dragging and dropping objects between local and remote modules - Google Patents

Dragging and dropping objects between local and remote modules Download PDF

Info

Publication number
US20070288599A1
US20070288599A1 US11/423,400 US42340006A US2007288599A1 US 20070288599 A1 US20070288599 A1 US 20070288599A1 US 42340006 A US42340006 A US 42340006A US 2007288599 A1 US2007288599 A1 US 2007288599A1
Authority
US
United States
Prior art keywords
drop
drag
act
application
computer system
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.)
Granted
Application number
US11/423,400
Other versions
US7533349B2 (en
Inventor
Elton Saul
Carl M. Carter-Schwendler
Nadim Y. Abdo
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.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
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 Microsoft Corp filed Critical Microsoft Corp
Priority to US11/423,400 priority Critical patent/US7533349B2/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ABDO, NADIM Y., CARTER-SCHWENDLER, CARL M., SAUL, ELTON
Priority to CA002654040A priority patent/CA2654040A1/en
Priority to BRPI0712350-7A priority patent/BRPI0712350A2/en
Priority to CN2007800212234A priority patent/CN101467139B/en
Priority to RU2008148326/08A priority patent/RU2430405C2/en
Priority to KR1020087029934A priority patent/KR20090027624A/en
Priority to JP2009514255A priority patent/JP4482615B2/en
Priority to EP07750533.7A priority patent/EP2033107B1/en
Priority to AU2007257440A priority patent/AU2007257440A1/en
Priority to PCT/US2007/003702 priority patent/WO2007142708A1/en
Priority to MX2008015484A priority patent/MX2008015484A/en
Priority to TW096112370A priority patent/TW200807948A/en
Publication of US20070288599A1 publication Critical patent/US20070288599A1/en
Priority to US12/428,850 priority patent/US7802195B2/en
Publication of US7533349B2 publication Critical patent/US7533349B2/en
Application granted granted Critical
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Active legal-status Critical Current
Adjusted expiration legal-status Critical

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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/08Protocols specially adapted for terminal emulation, e.g. Telnet

Definitions

  • Computer systems and related technology affect many aspects of society. Indeed, the computer system's ability to process information has transformed the way we live and work. Computer systems now commonly perform various tasks (e.g., word processing, scheduling, and database management) that prior to the advent of the computer system were performed manually. Typically, to perform these various tasks, a computer system includes a number of corresponding applications. For example, to perform word processing a computer system can include a word processing application, to manipulate spreadsheets a computer system can include a spreadsheet application, etc.
  • some computer systems include a portion of memory (e.g., a clipboard) that can be interfaced in a common manner by applications at the computer system.
  • a portion of memory e.g., a clipboard
  • one application can interface with the portion of memory to store an object and then another application can interface with the portion of memory to retrieve the object.
  • applications even those that cannot compatibly exchange objects directly
  • Many standalone computing environments also include the more convenient ability to use input devices in combination with visual cues to directly transfer objects between compatible applications.
  • One common mechanism for direct transfer between applications is “drag and drop”.
  • a user identifies an object in one application (e.g., a portion of text, a picture, or a spreadsheet cell). For example, the user can highlight a portion of text with a mouse.
  • a visual cue for example, back lighting, can be used to indicate to the user that the text is selected.
  • the user manipulates input devices to select the identified object. For example, the user manipulates a mouse to move a cursor over the identified text and then can depress a left mouse button. The user then further manipulates input devices to move the object to another application. For example, while keeping the left mouse button depressed, the user can manipulate the mouse to move (drag) the cursor over the top of the other application. Once on top of the other application, the user can release the left mouse button. The act of releasing the mouse button causes the object to be transferred to (or dropped into) the other application.
  • a terminal server is a computer system that maintains applications that can be remotely executed by client computer systems.
  • Input is entered at a client computer system and transferred over a network (e.g., using protocols based on the ITU T.120 family of protocols, such as, for example, Remote Desktop Protocol (“RDP”)) to an application at the terminal server.
  • RDP Remote Desktop Protocol
  • the application processes the input as if the input was entered at the terminal server.
  • the application generates output in response to the received input and the output is transferred over the network (e.g., also T.120 based protocols) to the client computer system.
  • the client computer system presents the output data.
  • input is received and output presented at the client computer system, while processing actually occurs at the terminal server.
  • Some networked computer systems include clipboard functionality similar that used in a standalone environment.
  • a portion of memory (or clipboard) is allocated and can be interfaced in a common manner by applications at the computer system.
  • a local application can interface with the portion of memory to store an object and then a remote application can interface with the portion of memory to retrieve the object or vice versa.
  • applications even those running at different computer systems can exchange objects through the portion memory.
  • client and server terminal server components are typically not configured to transfer drag and drop objects over a terminal server session and to interact with a drop source or drop target to facilitate a drag and drop transfer.
  • a server component typically has no way to determine if the movement of a mouse cursor outside of a remote desktop window (at a client system) is associated with a drop and drop operation or if a user is moving the mouse for other reasons.
  • the present invention extends to methods, systems, and computer program products for dragging and dropping objects between local and remote modules.
  • an object is dragged and dropped from a local application to a remoted application.
  • a client component detects that a desktop window cursor has been moved from outside to within the bounds of an application window for a remoted application.
  • the client component receives a drop notification indicating a pending drag and drop operation.
  • the drop notification indicates that a drag and drop object is to be transferred to the remoted application
  • the client component sends a request to transfer the drag and drop object along with a coordinate location of the desktop window cursor to a server computer system over a terminal server session.
  • a server component receives the request and forwards a drag and drop object transfer notification to the remoted application.
  • the server component acts as a proxy drop source on behalf of the local application in response to receiving the request to transfer a drag and drop object, including receiving a request for the drag and drop object from the remoted application.
  • the server component forwards the request for the drag and drop object to the client component over the terminal server session.
  • the client component receives the request for the drag and drop object from the server computer system over the terminal server session.
  • the client component acts as a proxy drop target on behalf of the remoted application, including forwarding the request for the drag and drop object to the local application and receiving the drag and drop object from the local application.
  • the client component sends the drag and drop object to the server computer system over the terminal server session.
  • the server component receives the drag and drop object from the client component over the terminal server session.
  • the server component acts as a proxy drop source on behalf of the local application, including sending the drag and drop object to the remoted application.
  • an object is dragged and dropped from a remoted application to a local application.
  • a client component detects that a desktop window cursor has been moved from within to outside of the bounds of a remoted application.
  • the client component sends a message to the server component over the terminal server session.
  • the message indicates to the server component that the desktop window cursor has been moved from within to outside of the bounds of application window for the remoted application.
  • the server component receives the message from the client component over the terminal server session.
  • the server component determines that the movement of the desktop window cursor is associated with a pending drag and drop operation.
  • the client component acts as a proxy drop source on behalf of the remoted application, including receiving a query for a drag and drop object from the local application.
  • the query is indicative of a drop notification at the local application representing that the drag and drop object is to be transferred to the local application.
  • the client component sends a request for the drag and drop object to the server component over the terminal server session.
  • the server component receives the request.
  • the server component acts as a proxy drop target on behalf of the local application, including forwarding the request for the drag and drop object to the remoted application and receiving the drag and drop object from the remoted application.
  • the server component sends the drag and drop object to the client computer system over the terminal server session.
  • the client component receives the drag and drop object.
  • the client component acts as a proxy drop source on behalf of the remoted application, including sending the drag and drop object to the local application.
  • FIG. 1A illustrates an example computer architecture that facilitates dragging and dropping an object from a local module to a remote module.
  • FIG. 1B illustrates an example desktop window depicting a drag and drop operation from a local module to a remote module.
  • FIGS. 2A-2C illustrate a flow chart of an example method for dragging and dropping an object from a local module to a remote module.
  • FIG. 3A illustrates an example computer architecture that facilitates dragging and dropping an object from a remote module to a local module.
  • FIG. 3B illustrates an example desktop window depicting a drag and drop operation from a remote module to a local module.
  • FIGS. 4A-4C illustrate a flow chart of an example method for dragging and dropping an object from a remote module to a local module.
  • the present invention extends to methods, systems, and computer program products for dragging and dropping objects between local and remote modules.
  • an object is dragged and dropped from a local application to a remoted application.
  • a client component detects that a desktop window cursor has been moved from outside to within the bounds of an application window for a remoted application.
  • the client component receives a drop notification indicating a pending drag and drop operation.
  • the drop notification indicates that a drag and drop object is to be transferred to the remoted application
  • the client component sends a request to transfer the drag and drop object along with a coordinate location of the desktop window cursor to a server computer system over a terminal server session.
  • a server component receives the request and forwards a drag and drop object transfer notification to the remoted application.
  • the server component acts as a proxy drop source on behalf of the local application in response to receiving the request to transfer a drag and drop object, including receiving a request for the drag and drop object from the remoted application.
  • the server component forwards the request for the drag and drop object to the client component over the terminal server session.
  • the client component receives the request for the drag and drop object from the server computer system over the terminal server session.
  • the client component acts as a proxy drop target on behalf of the remoted application, including forwarding the request for the drag and drop object to the local application and receiving the drag and drop object from the local application.
  • the client component sends the drag and drop object to the server computer system over the terminal server session.
  • the server component receives the drag and drop object from the client component over the terminal server session.
  • the server component acts as a proxy drop source on behalf of the local application, including sending the drag and drop object to the remoted application.
  • an object is dragged and dropped from a remoted application to a local application.
  • a client component detects that a desktop window cursor has been moved from within to outside of the bounds a remoted application.
  • the client component sends a message to the server component over the terminal server session. The message indicates to the server component that the desktop window cursor has been moved from within to outside of the bounds of application window for the remoted application.
  • the server component receives the message from the client component over the terminal server session.
  • the server component determines that the movement of the desktop window cursor is associated with a pending drag and drop operation.
  • the client component acts as a proxy drop source on behalf of the remoted application, including receiving a query for a drag and drop object from the local application.
  • the query is indicative of a drop notification at the local application representing that the drag and drop object is to be transferred to the local application.
  • the client component sends a request for the drag and drop object to the server component over the terminal server session.
  • the server component receives the request.
  • the server component acts as a proxy drop target on behalf of the local application, including forwarding the request for the drag and drop object to the remoted application and receiving the drag and drop object from the remoted application.
  • the server component sends the drag and drop object to the client computer system over the terminal server session.
  • the client component receives the drag and drop object.
  • the client component acts as a proxy drop source on behalf of the remoted application, including sending the drag and drop object to the local application.
  • Embodiments of the present invention may comprise a special purpose or general-purpose computer including computer hardware, as discussed in greater detail below.
  • Embodiments within the scope of the present invention also include computer-readable media for carrying or having computer-executable instructions or data structures stored thereon.
  • Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer.
  • computer-readable media can comprise computer-readable storage media, such as, RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
  • a “network” is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules.
  • a network or another communications connection can comprise a network or data links which can be used to carry or store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
  • Computer-executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions.
  • the computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code.
  • the invention may be practiced in network computing environments with many types of computer system configurations, including, personal computers, desktop computers, laptop computers, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, pagers, and the like.
  • the invention may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks.
  • program modules may be located in both local and remote memory storage devices.
  • a “drop target” is defined as a module that is to receive an object that is the subject of a drag and drop operation.
  • a “drop source” is defined as a module that is to originate an object that is the subject of a drag and drop operation.
  • a “proxy drop target” is defined as a module associated with the same session as the drop source and acts as an intermediary between the drop source and the drop target.
  • a proxy drop target can simulate functionality of an actual drop target to facilitate a drag and drop operation over a terminal server session.
  • a proxy drop target is a terminal server session component that simulates drop target functionality and participates in the management of a terminal server session.
  • a “proxy drop source” is defined as a module associated with the same session as the drop target and acts as an intermediary between the drop source and the drop target.
  • a proxy drop source can simulate functionality of an actual drop source to facilitate a drag and drop operation over a terminal server session.
  • a proxy drop source is a terminal server session component that simulates drop source functionality and participates in the management of a terminal server session.
  • START_DRAG_DROP message an indication from a proxy drop target to a proxy drop source to initiate a drag and drop modal loop.
  • the message can include the names and IDs of the format data which can be provided.
  • START_DRAG_DROP_RESPONSE message an indication from a proxy drop source that the drag and drop modal loop has commenced for the drop target.
  • UPDATE_DROP_EFFECT message indicates the updated drop-effect for a drop target. That is, what the drop target would like to do with the data.
  • STOP_DRAG_DROP message an indication from the proxy drop target to the proxy drop source to stop the drag and drop operation.
  • DO_DRAG_DROP message an indication from the proxy drop target to the proxy drop source to initiate a drop operation.
  • a Drop message indicative of a DO_DRAG_DROP message sent via network communication, can be forward via Object Linking And Embedding (“OLE”) to the drop target.
  • OLE Object Linking And Embedding
  • the drop target In response to a Drop message, the drop target can request a proxy data object and call a GetData method.
  • DO_DRAG_DROP_RESPONSE message an indication from the proxy drop source that the drag and drop operation is complete (e.g., sent in response to DO_DRAG_DROP message).
  • FORMAT_DATA_REQUEST message sent by a proxy data object to the proxy drop target when data is requested by the drop target.
  • FORMAT_DATA_RESPONSE message sent by a proxy drop target to the proxy data object and contains any requested data.
  • FIG. 1A illustrates an example computer architecture 100 that facilitates dragging and dropping an object from a local module to a remote module.
  • Computer system 101 e.g., a client
  • computer system 111 e.g., a server
  • Computer systems 101 and 111 can be connected to a network, such as, for example, a Local Area Network (“LAN”), a Wide Area Network (“WAN”), or even the Internet.
  • LAN Local Area Network
  • WAN Wide Area Network
  • the various components at computer systems 101 and 111 can receive data from and send data to each other, as well as other components connected to the network.
  • the components can create message related data and exchange message related data over the network (e.g., Internet Protocol (“IP”) datagrams and other higher layer protocols that utilize IP datagrams, such as, Transmission Control Protocol (“TCP”), Remote Desktop Protocol (“RDP”), Hypertext Transfer Protocol (“HTTP”), Simple Mail Transfer Protocol (“SMTP”), Independent Computing Architecture (“ICA”), etc).
  • IP Internet Protocol
  • TCP Transmission Control Protocol
  • RDP Remote Desktop Protocol
  • HTTP Hypertext Transfer Protocol
  • HTTP Simple Mail Transfer Protocol
  • SMTP Simple Mail Transfer Protocol
  • ICA Independent Computing Architecture
  • computer system 101 includes application 102 , client module 106 , and user-interface 104 and computer system 111 includes application 112 , and server module 116 .
  • Computer system 101 and computer system 111 are in communication with one another via a terminal server session 131 (e.g., an RDP session) established over a network.
  • Terminal server session 131 e.g., an RDP session
  • Client component 106 and server component 116 can interoperate to facilitate management of terminal server session 131 .
  • transferring user-input received at user-interface 104 from computer system 101 to computer system 111 forwarding user-input to appropriate remote applications at computer system 111 , receiving output from remote applications at computer system 111 , transferring remote application output from computer system 111 to computer system 101 , and outputting remote application output at user-interface 104 .
  • remote applications from the perspective of user-interface 104
  • input is received and output presented at the computer system 101 , while processing actually occurs at computer system 111 .
  • Virtual channels can be used to extend terminal server session functionality (e.g., by extending the RDP protocol) allowing applications to transfer application specific data over a terminal server session (e.g., an RDP connection).
  • virtual channel 121 can be a channel configured to transfer drag and drop objects from computer system 101 to computer system 111 .
  • Virtual channel 121 can connect a drag and drop thread at client component 106 to a drag and drop thread at client server component 116 and vice versa. Accordingly, client component 106 and server component 116 can interoperate to drag and drop data over virtual channel 121 between appropriate applications at computer system 101 and computer system 111 .
  • FIG. 1B illustrates an example desktop window 123 depicting a drag and drop operation from a local module to a remote module.
  • desktop window 123 is a portion of user-interface 104 and includes application window 102 W and remote desktop 113 .
  • Application window 102 W corresponds to application 102 and is configured to receive user-input for application 102 and present output from application 102 to a user.
  • Remote desktop 113 includes application windows for any applications that are being remoted from computer system 111 .
  • application window 112 W corresponds to application 112 and is configured to receive user-input for application 112 and present output from application 112 to a user.
  • FIGS. 2A-2C illustrate a flow chart of an example method 200 for dragging and dropping an object from a local module to a remote module.
  • the method 200 will be described with respect to the components and data in computer architecture 100 .
  • Method 200 includes an act of selecting a drag and drop object from a local application window (act 201 ).
  • a user of computer system 101 can select object 126 from within application window 102 W.
  • Object 126 can be virtually any selectable object at computer system, such as, for example, a portion of text, graphics, or sound data, a spreadsheet cell, a database entry, an electronic message, etc.
  • Method 200 includes an act of modifying a desktop window cursor to visually represent that a drop and drop object is selected (act 202 ).
  • cursor 133 can be modified to include drop effect indicator 134 .
  • Drop effects can include any of moving, copying, linking, creating a hyperlink to, and creating a shortcut to the selected object.
  • Cursor 133 can be modified or supplemented in different ways to indicate different drops effects.
  • drop effect indicator 134 can be displayed to indicate that the drop effect is copy.
  • a drop effect can be selected from the drop effects available to an application.
  • the presented drop effect indictor can change. For example, while cursor 133 is within the bounds of application window 102 W, a default drop effect for application 102 (e.g., of copy) can be displayed. When cursor 133 is outside the bounds of any application window, a default drop effect for desktop window 123 (e.g., the operating system) can be displayed. For example for desktop window 123 , drag and drop functionality may not be supported at all and thus cursor 133 is transformed to the “not permitted” symbol when in this area of user-interface 104 .
  • a default drop effect for application 112 e.g., of copy
  • Method 200 includes an act of a client component detecting that the desktop window cursor has been moved from outside to within the bounds of a application window for a remoted application (act 203 ).
  • client component 106 can detect that cursor 133 has been moved from outside to within the bounds of application window 112 W.
  • the dashed line in FIG. 1B indicates the path of cursor 133 from application window 102 W, through desktop window 123 and remote desktop 113 , to application window 112 W.
  • Acts 201 , 202 , and 203 can be included in setting up a drag and drop operation to transfer an object from a local application to a remote application.
  • client component 106 can invoke a DragEnter method.
  • client component 106 (acting as a drop target proxy) can indicate back to application 102 if it can accept object 126 .
  • Parameters of a DragEnter method can be of the format:
  • a target (or proxy target) can indicate whether it will be able to accept a possible drop by updating the pdwDropEffect parameter.
  • This parameter can initially contain the set of drop-effects that the source permits.
  • the resultant drop-effect is based in part on the formats supplied by the data object and can also be influenced by the current keyboard and mouse state, and potentially even the mouse position.
  • client component 106 can send a START_DRAG_DROP message over virtual channel 121 (e.g., a clipboard virtual channel) to server component 116 .
  • the START_DRAG_DROP message can include the format names describing the contents of object 126 and the allowed drop effects of application 102 .
  • an input handler at compute system 101 is informed (e.g., through an operating system event) that a drag and drop operation has begun.
  • the input handler can disable keyboard hooking and input synchronization.
  • the object 126 can be stored.
  • proxy data object 136 is created and a window for server component 116 is created.
  • the window can be made transparent (or otherwise hidden) and can be of a very small size (e.g., 1 ⁇ 1 pixel size).
  • the window is given focus and raised to the top of the z-order.
  • input can be directed (clipped) to the window to direct the input to server component 116 .
  • input can be directed to server component 116 without significantly altering desktop window 123 .
  • a 1 ⁇ 1 transparent window is potentially imperceptible by a user.
  • server component 116 invokes a DoDragDrop method.
  • Parameters of a DoDragDrop method can be of the format:
  • a DoDragDrop method can be included in a modal loop used to facilitate a drag and drop operation.
  • a component calls DoDragDrop with the appropriate parameters.
  • DoDragDrop captures the mouse using a SetCapture API and then enters a loop.
  • an input handler sends a mouse down event to client component 106 and because the mouse has been clipped to the (potentially small and transparent) window for server component 116 , the mouse down event ends up being sent to server component 116 's input queue.
  • Reception of the mouse down event can be used to configure an Object Linking and Embedding (“OLE”) hidden window to receive system-wide mouse event messages
  • OLE Object Linking and Embedding
  • Reception of the START_DRAG_DROP_RESPONSE also triggers switching a Boolean flag which the methods at client component 106 check before executing. This increases the likelihood of sending messages when server component 116 is active.
  • a DragOver method is called.
  • Parameters of a DoDragDrop method can be of the format:
  • mouse button state can be checked for changes. If changes are detected, the input handler for client component 106 sends an appropriate mouse move, mouse button up or down, or keyboard button up or down message to server component 116 .
  • Server component 166 (the proxy drop source) can continually call a QueryContinueDrag method.
  • Parameters of a QueryContinueDrag method can be of the format:
  • the QueryContinueDrag method can be used to inform the drop source (or proxy drop source) of the current keyboard and mouse state. Based on this input, the drop source (or proxy drop source) can decide to continue with drag, cancel the drag, or allow a drop to take place.
  • the drop source indicates its decision through in the HRESULT return value. For example, S_OK can indicate continue, DRAGDROP_S_CANCEL can indicate cancel and DRAGDROP_S_DROP can indicate allow the drop.
  • QueryContinueDrag can return S_OK because a cancel or drop operation has not yet taken place.
  • Server component 116 can also invoke a GiveFeedback method to return the drop-effect (move, copy, link, etc.) of application 112 to client component 106 .
  • Parameters of a GiveFeedback method can be of the format:
  • a GiveFeedback method informs a drop source (or proxy drop source) of the current drop-effect so that it can give appropriate visual feedback.
  • the visual feedback is indicated through the HRESULT return value.
  • a value of S_OK means that the source set the cursor appropriately, while DRAGDROP_S_USEDEFAULTCURSORS indicates that the source is satisfied with using the OLE-provided default cursors.
  • server component 116 calls GiveFeedback
  • the drop-effect of application 112 is sent from server component 116 to client component 106 over virtual channel 121 in an UPDATE_DROP_EFFECT message.
  • Client component 106 stores the drop effect and returns the drop effect to application 102 (e.g., by invoking a DragOver method).
  • application 102 can eventually decide to cancel the drag operation or allow a drop to occur. Thus in some embodiments, a drag operation is canceled (and thus no drop occurs). If a cancel takes place, client component 106 (the proxy drop target) is informed through a DragLeave method, for example, of the format:
  • An event handler for server component 116 can store the cancel result indicated in a STOP_DRAG_DROP message.
  • QueryContinueDrag is called, it returns DRAGDROP_S_CANCEL, causing the drag operation to end in at computer system 111 .
  • method 200 includes an act of initiating a drop operation (act 204 ).
  • application 102 can initiate a drop operation to transfer object 126 to application 112 .
  • a user can manipulate an input device to cause a drop to initiate.
  • a user can release the left mouse button of a mouse while cursor 133 is hovering over application widow 112 W
  • Method 200 includes an act of receiving a drop notification indicating a drag and drop object is to be transferred to a remote application (act 205 ).
  • client component 106 can receive a drop notification indicating that object 126 is to be transferred to application 112 as part of a pending drag and drop operation.
  • Method 200 includes an act of sending a request to transfer the drag and drop object along with the coordinate location of the desktop cursor window (act 206 ).
  • client component 106 can send a DO_DRAG_DROP message to server component 116 to request transfer of object 126 to application 112 .
  • the DO_DRAG_DROP message can be sent over virtual channel 121 and can include the coordinate location of cursor 133 .
  • Method 200 includes an act of receiving a request to transfer the drag and drop and coordinate location of the desktop window cursor (act 207 ).
  • server component 116 can receive the DO_DRAG_DROP message requesting transfer of object 126 to application 112 .
  • DO_DRAG_DROP message arrives at server component 116 , at event handler stores an indication that a drop is to occur.
  • QueryContinueDrag is next called, QueryContinueDrag returns DRAGDROP_S_DROP (indicative that a drop is to occur).
  • a GIVE_FOCUS message can be sent to client component 106 .
  • client component 106 can obtain input focus by calling a SetForegroundWindow API.
  • Server component 116 can also send DO_DRAG_DROP_RESPONSE message to client component 106 over virtual channel 121 .
  • Method 200 includes an act of forwarding the drag and drop object transfer notification to the corresponding application (act 208 ).
  • server component 116 can forward the drop notification for object 126 to application 112 , based on the coordinate location of cursor 133 (e.g., hovering over application window 112 W).
  • Method 200 includes an act of receiving a drag and drop object transfer notification (act 209 ).
  • application 112 can receive the drop notification for object 126 from server component 116 .
  • Method 200 includes an act of requesting the drag and drop object (act 210 ).
  • application 112 can request object 126 from server component 116 .
  • Method 200 includes an act of receiving a request for the drag and drop object from the corresponding application (act 211 ).
  • server component 116 can receive a request for object 126 from application 112 .
  • Server component 116 can detect the GetData call on proxy object 136 .
  • Method 200 includes an act of sending the request for the drag and drop object to the client component (act 212 ).
  • server component 116 can send a FORMAT_DATA_REQUEST message to client component 106 over virtual channel 121 .
  • the FORMAT_DATA_REQUEST message requests object 126 for application 102 .
  • Method 200 includes an act of receiving a request for the drag and drop object from the server component (act 213 ).
  • client component 106 can receive the FORMAT_DATA_REQUEST message from server component 116 over virtual channel 121 .
  • Method 200 includes an act of forwarding the request for the drag and drop object to the local application (act 214 ).
  • client component 106 can forward the request for object 126 to application 102 .
  • Method 200 includes an act of receiving a request for the drag and drop object (act 215 ).
  • application 102 can receive the request for object 126 .
  • the event handler for the FORMAT_DATA_REQUEST message uses a reference for a drag and drop object stored in a DragEnter method to perform a GetData call.
  • the format data has been retrieved, it is appropriately encoded.
  • Method 200 includes an act of sending the drag and drop object (act 216 ). For example, after returned formats and drop-effects are received, application 102 can send object 126 to client component 106 . Method 200 includes an act of receiving the drag and drop object from the local application (act 217 ). For example, client component 217 can receive object 126 from application 102 .
  • Method 200 includes an act of sending the drag and drop object to the server component (act 218 ).
  • client component 106 can send a FORMAT_DATA_RESPONSE message, including data from object 126 , to server component 116 over virtual channel 121 .
  • Method 200 includes an act of receiving the drag and drop object from the client component (act 219 ).
  • server component 116 can receive the FORMAT_DATA_RESPONSE message, including data from object 126 , from client component 106 over virtual channel 121 .
  • Method 200 includes an act of forwarding the drag and drop object to the remote application (act 220 ).
  • server component 116 can forward data from object 126 to application 112 .
  • Method 200 includes an act of receiving the drag and drop object (act 221 ).
  • application 112 can receive data form object 126 . Accordingly, depending on the selected drop effect, data from object 126 is moved, copied, linked, hyperlinked, or shortcutted from application 102 to application 112 .
  • appropriately encoded data is subsequently transmitted over the wire in a FORMAT_DATA_RESPONSE message.
  • a FORMAT_DATA_RESPONSE message Upon the reception of this FORMAT_DATA_RESPONSE message at server component 116 ), an appropriate event handler is called and the formatted data is extracted and decoded. Once the event handler completes execution, the formatted data is returned to the drop target, resulting in the Drop method call of the local drop target completing.
  • the DoDragDrop loop terminates and the drop-effect is returned (e.g., to server component 116 ).
  • the drag and drop object is queried for the PerformedDropEffect and LogicalPerformedDropEffect.
  • These two formats, as well as the final drop-effect and DoDragDrop HRESULT, are sent local to client component 106 in a DO_DRAG_DROP_RESPONSE message.
  • Client component 116 returns these results to its proxy Drop method.
  • an event handler at client component 106 stores the results.
  • Client component 116 's proxy Drop method continues execution, initializing the object 126 with the returned formats and returning the drop-effect and HRESULT to the OLE subsystem.
  • Client component 106 (the proxy drop target) and server component 116 (the proxy drop source) can be configured in various different ways to facilitate the implementation of method 200 .
  • client component 106 (the proxy drop target) can be configured to indicate when a drag and drop modal loop is to start.
  • Client component 106 can send a START_DRAG_DROP message over virtual channel 121 to server component 116 .
  • server component 116 (the proxy drop source) can start a drag and drop model loop for application 112 (the drop target).
  • Client component 106 can also configured to send lists of formats that application 102 (the drop source) can support.
  • One of the parameters to a DragEnter method is a pointer to the data object containing the data that application 102 is able to provide.
  • the format names are extracted from this data object, encoded and then sent as a parameter to a START_DRAG_DROP message so that a proxy data object can be created by server component 116 .
  • Client component 106 can also be configured to update the remote mouse position, key-state and keyboard state. Just before starting the drag and drop modal loop, server component 116 can send a START_DRAG_DROP_RESPONSE message over virtual channel 121 . When this message is received by client component 106 , client component 106 's DragOver method is freed to start sending updates of the current mouse position, mouse key-state and keyboard state to server component 116 . The key-states for both the mouse and keyboard are obtained from the parameters passed to a DragOver method. These updates compensate for application 102 having input focus and mouse capture.
  • Client component 106 can also be configured to return the latest drop-effect received from server component 116 .
  • Server component 116 can send UPDATE_DROP_EFFECT messages to the client component 106 whenever application 112 changes the drop-effect.
  • updated drop-effects are returned to the OLE subsystem of computer system 101 to inform the application 102 of the current drop-effect.
  • Client component 106 can also be configured to update server component 116 regarding the state of the current drag operation. If a DragLeave method has been called, then application 102 decided to cancel the drag and drop operation. Accordingly, the application 112 should do the same and call its DragLeave method. Client component 106 can relay appropriate information to server component 116 to cause application 112 to call its DragLeave method.
  • Client component 106 can also be configured to store a pointer to object 126 if a drop occurs. If a drop takes place, then application 112 can request object 126 . To help insure that object 126 can be returned, the client component 106 can store a pointer to object 126 received in the Drop call. Thus when a request for the object is received in the form of a FORMAT_DATA_REQUEST message, the client component 116 can supply the appropriate format data by performing a GetData call on the saved object 126 , and return the data in a FORMAT_DATA_RESPONSE message.
  • Server component 116 can be configured to create a proxy data object advertising the correct formats names.
  • One of the START_DRAG_DROP message parameters is a list of formats that application 112 is able to provide.
  • a proxy data object is created and populated with these format names.
  • the created data object is then passed to the OLE subsystem of computer system 111 as a parameter in the DoDragDrop call.
  • drop targets within the remote session will be able to query the formats and retrieve the data if a drop occurs.
  • Server component 116 can also be configured to relay the current drop-effect to the client component 106 .
  • the drop-effect that application 112 returns to the OLE subsystem of computer system 111 is passed to the client component 106 as part of a GiveFeedback call.
  • This drop-effect is sent over virtual channel 121 to the computer system 101 in an UPDATE_DROP_EFFECT message so that client component 106 can return this drop-effect when its DragOver method is called.
  • Server component 116 can also be configured to initiate a cancel or a drop when instructed by client component 106 .
  • the Drop or DragLeave method of client component 106 can be called.
  • a message is sent to server component 116 so that the next time QueryContinueDrag is called, the correct HRESULT can be returned to the OLE subsystem of computer system 111 . If the STOP_DRAG_DROP message was received, then DRAGDROP_S_CANCEL is returned. DRAGDROP_S_DROP is returned if the DO_DRAG_DROP message was received. Otherwise, S_OK is returned and the modal loop continues.
  • Proxy object 136 can be created when a START_DRAG_DROP message is received. Proxy object 136 essentially mimics object 126 by returning the same formats advertised by object 126 . When data is requested from proxy object 136 , it sends a FORMAT_DATA_REQUEST message to computer system 101 . Client component 106 can then retrieve the data from object 126 and sends the data back in a FORMAT_DATA_RESPONSE message.
  • embodiments of the present invention can facilitate dragging and dropping objects from a remote module to a local module.
  • FIG. 3A illustrates an example computer architecture 300 that facilitates dragging and dropping an object from a remote desktop module to a local desktop module.
  • Computer system 301 e.g., a client
  • computer system 311 e.g., a server
  • Computer systems 301 and 311 can be connected to a network, such as, for example, a Local Area Network (“LAN”), a Wide Area Network (“WAN”), or even the Internet.
  • LAN Local Area Network
  • WAN Wide Area Network
  • the various components at computer systems 301 and 311 can receive data from and send data to each other, as well as other components connected to the network.
  • the components can create message related data and exchange message related data over the network (e.g., Internet Protocol (“IP”) datagrams and other higher layer protocols that utilize IP datagrams, such as, Transmission Control Protocol (“TCP”), Remote Desktop Protocol (“RDP”), Hypertext Transfer Protocol (“HTTP”), Simple Mail Transfer Protocol (“SMTP”), Independent Computing Architecture (“ICA”), etc).
  • IP Internet Protocol
  • TCP Transmission Control Protocol
  • RDP Remote Desktop Protocol
  • HTTP Hypertext Transfer Protocol
  • HTTP Simple Mail Transfer Protocol
  • SMTP Simple Mail Transfer Protocol
  • ICA Independent Computing Architecture
  • computer system 301 includes application 302 , client module 306 , and user-interface 304 and computer system 111 includes application 312 , and server module 316 .
  • Computer system 301 and computer system 311 are in communication with one another via terminal server session 331 (e.g., an RDP session) established over the network.
  • Terminal server session 331 e.g., an RDP session
  • Client component 306 and server component 316 can interoperate to facilitate management terminal server session 331 .
  • transferring user-input received at user-interface 304 from computer system 301 to computer system 311 forwarding user-input to appropriate remote applications at computer system 311 , receiving output from remote applications at computer system 311 , transferring remote application output from computer system 311 to computer system 301 , and outputting remote application output at user-interface 304 .
  • remote applications from the perspective of user-interface 304
  • input is received and output presented at the computer system 301 , while processing actually occurs at computer system 311 .
  • Virtual channel 321 can be a channel configured to transfer drag and drop objects from computer system 311 to computer system 301 .
  • Virtual channel 321 can connect a drag and drop thread at client component 306 to a drag and drop thread at server component 316 and vice versa. Accordingly, client component 306 and server component 316 can interoperate to transfer drag and drop data over virtual channel 321 between appropriate applications at computer system 301 and computer system 311 .
  • FIG. 3B illustrates an example desktop window 323 depicting a drag and drop operation from a local module to a remote module.
  • desktop window 323 is a portion of user-interface 304 and includes application window 302 W and remote desktop 313 .
  • Application window 302 W corresponds to application 302 and is configured to receive user-input for application 302 and present output from application 302 to a user.
  • Remote desktop 313 includes application windows for any applications that are being remoted from computer system 311 .
  • application window 312 W corresponds to application 312 and is configured to receive user-input for application 312 and present output from application 312 to a user.
  • FIGS. 4A-4C illustrate a flow chart of an example method 400 for dragging and dropping an object from a remote module to a local module.
  • the method 400 will be described with respect to the components and data in computer architecture 300 .
  • Method 400 includes an act of selecting a drag and drop object from a remote application window (act 401 ).
  • a user of computer system 301 can select object 326 from within application window 312 W.
  • Object 326 can be virtually any selectable object at computer system, such as, for example, a portion of text, graphics, or sound data, a spreadsheet cell, a database entry, an electronic message, etc.
  • Method 400 includes an act of modifying a desktop window cursor to visually represent that a drop and drop object is selected (act 402 ).
  • cursor 333 can be modified to include drop effect indicator 334 .
  • Drop effects can include any of moving, copying, linking, creating a hyperlink to, and creating a shortcut to the selected object.
  • Cursor 333 can be modified or supplemented in different ways to indicate different drops effects.
  • drop effect indicator 334 can be displayed to indicate that the drop effect is move.
  • a drop effect can be selected from the drop effects available to an application.
  • the presented drop effect indictor can change. For example, while cursor 333 is within the bounds of application window 312 W, a default drop effect for application 312 (e.g., of move) can be displayed. When cursor 333 is outside the bounds of any application window, a default drop effect for desktop window 323 (e.g., the operating system) can be displayed. For example for desktop window 323 , drag and drop functionality may not be supported at all and thus cursor 333 is transformed to the “not permitted” symbol when in this area of user-interface 304 .
  • a default drop effect for application 302 e.g., of move
  • Method 400 includes an act of a client component detecting that the desktop window cursor has been moved from outside to within the bounds of a remote application window (act 403 ).
  • client component 306 can detect that cursor 333 has been moved from outside of to within the bounds of application window 302 W. (The dashed line in FIG. 3B indicates the path of cursor 333 from application window 312 W, through remote desktop 313 and desktop window 323 , to application window 302 W.)
  • Method 400 includes an act of sending a message indicating that the desktop window cursor has moved (act 404 ).
  • client component 306 can send a MOUSE_HAS_LEFT message to server component 316 over virtual channel 321 .
  • the MOUSE_HAS_LEFT message indicates that cursor 333 has moved outside of application window 312 W (and/or out of remote desktop 313 ).
  • Method 400 includes an act of receiving a message indicating that the desktop window cursor has moved (act 405 ).
  • server component 316 can receive the MOUSE_HAS_LEFT message over virtual channel 321 from client component 306 .
  • Method 400 includes an act of determining that movement of the desktop window cursor is associated with a pending drag and drop operation (act 406 ).
  • server component 316 can determine that moving cursor outside the bounds of application window 313 is associated with a drag and drop operation for object 326 .
  • Server component 316 can call a Common Object Model (“COM”) API to query whether an actual drag and drop operation is pending or if the mouse is being moved for other reasons.
  • COM Common Object Model
  • Acts 401 , 402 , 403 , 404 and 405 can be included as part of setting up a drag and drop operation from a remote module to a local module. For example, when a user presses a mouse button down in the client window, the mouse is captured by an input handler window. While the mouse is being dragged, the mouse can be repeatedly checked to determine if still hovering over the input handler window. If the mouse is not hovering over the input handler window, then a drag has possibly been started from a remote module to a local module. After it has been detected that the mouse has left the remote module, a MOUSE_HAS_LEFT message is sent to server component 316 over the virtual channel.
  • the server component 316 Upon receiving this message, the server component 316 is transitioned to become a proxy drop target.
  • a transition to proxy drop target can be accomplished used at least two different mechanisms.
  • One mechanism includes maximizing the alpha-blended drag and drop window to fill the entire session screen real-estate, and then forcing the alpha-blended drag and drop window to the top of the z-order.
  • Another mechanism includes calling OLE APIs.
  • component 316 can act as a proxy drop target in the remote session. For example, upon becoming a proxy drop target, a DragEnter method for server component 316 can be called. The DragEnter method causes object 326 to be stored and a START_DRAG_DROP message to be sent to client component 306 .
  • the START_DRAG_DROP message can be processed by an event handler on at client component 306 .
  • the event handler can extract the format names and allowed drop-effects.
  • client component 306 can initiate a DO_MODAL_LOOP event to inform an input handler for computer system 301 that a local drag and drop loop is to be started.
  • the input handler constructs proxy object 328 and redirects drag and drop notification events to client component 306 .
  • proxy drop source causing client component 306 to transition to a proxy drop source.
  • Drag and drop notification event can be redirected by disabling the event sinks on a drag and drop thread, and enabling specially created event sinks for client component 306 .
  • the drag and drop thread can be signaled to inform it that the loop is about to start.
  • client comment 306 can send a START_DRAG_DROP_RESPONSE message to server component 316 .
  • server component 316 is freed to send drag and drop messages, such as, for example, DO_DRAG_DROP and STOP_DRAG_DROP messages, to client component 306 .
  • a QueryContinueDrag on application 312 can be used to obtain updates to this information.
  • an input handler sends an appropriate mouse button up or down and keyboard button up or down.
  • a GiveFeedback method is called on client component 306 to update server component 316 with the drop-effect returned by application 302 , by leveraging the UPDATE_DROP_EFFECT message.
  • the drop-effect is stored and later returned in a DragOver method invoked by server component 316
  • application 312 can eventually decide to cancel the drag operation or allow a drop to occur. Thus in some embodiments, a drag operation is canceled (and thus no drop occurs). If a cancel takes place, server component 316 (the proxy drop target) is informed through a DragLeave method
  • server component 316 can also send a STOP_DRAG_DROP message to client component 306 .
  • object 326 can be released.
  • An event handler for client component 3066 can store the cancel result indicated in a STOP_DRAG_DROP message.
  • a drop occurs.
  • client component 306 indicates the release to server component 316 over virtual channel 321 .
  • server component 316 can send a DO_DRAG_DROP message to client component 306 to request transfer of object 326 to application 302 .
  • Server component 316 can send an indication of the DO_DRAG_DROP message to application 302 .
  • Client component 306 can send a DO_DRAG_DROP-RESPONSE message to server component 316 over virtual channel 321 .
  • Method 400 includes an act of sending a query for a drag and drop object (act 407 ). For example, in response to the indication of the DO_DRAG_DROP message, application 302 can query for proxy object 328 . Method 400 includes an act of receiving a query for a drag and drop object from a local application (act 408 ). For example, client component 306 can receive a query for object 326 from application 302 .
  • Method 400 includes an act of sending a request for the drag and drop object to the server component (act 409 ).
  • client component 306 can send a FORMAT_DATA_REQUEST message to server component 316 over virtual channel 321 .
  • the FORMAT_DATA_REQUEST message requests object 326 for application 312 .
  • Method 400 includes an act of receiving a request for a drag and drop object from the client component (act 410 ).
  • server component 316 can receive the FORMAT_DATA_REQUEST message from client component 306 over virtual channel 321 .
  • Method 400 includes an act of forwarding the request for the drag and drop object to the remoted application (act 411 ).
  • server component 316 can forward the request for object 326 to application 312 .
  • Method 400 includes an act of receiving a request for a drag and drop object (act 412 ).
  • application 312 can receive the request for object 326 from server component 316 .
  • Method 400 includes an act of sending the drag and drop object (act 413 ).
  • application 312 can send object 326 to server component 316 .
  • Method 400 includes an act of receiving the drag and drop object from the remoted application (act 414 ).
  • server component 316 can receive object 326 from application 312 .
  • Method 400 includes an act of sending the drag and drop object to the client component (act 415 ).
  • server component 316 can send a FORMAT_DATA_RESPONSE message, including data form object 326 , to client component 306 over virtual channel 321 .
  • Method 400 includes an act of receiving the drag and drop object from the server component (act 416 ).
  • client component 306 can receive the FORMAT_DATA_RESPONSE message, including data from object 326 , from server component 306 over virtual channel 321 .
  • Method 400 includes an act of forwarding the drag and drop object to the local application (act 417 ).
  • client component 306 can forward data from object 326 to application 312 .
  • Method 400 includes an act of receiving the drag and drop object (act 418 ).
  • application 302 can receive data from object 306 from client component 306 . Accordingly, depending on the selected drop effect, data from object 326 is moved, copied, linked, hyperlinked, or shortcutted from application 312 to application 302 .
  • Client component 306 (the proxy drop source) and server component 316 (the proxy drop target) can be configured in various different ways to facilitate the implementation of method 400 .
  • client component 306 (the proxy drop source) can be configured to create a proxy data object advertising the correct format names, relay the current drop effect to server component 316 , indicate a cancel or drop when instructed by server component 316 , and update mouse key-state and keyboard state within application window 312 W.
  • a QueryContinue drag method can be used to receive a key-state vector containing keyboard keys and mouse button states. The keyboard keys and mouse button states can be sent to server component 316 via virtual channel 321 .
  • Server component 316 (the proxy drop target) can be configured to indicate when the drag and drop modal loop is to start, send the list of formats that application 312 can provide, return the latest drop effect received from client component 306 to application 312 , update client component 306 regarding the state of a pending drag and drop operation, and store a pointer object 326 if a drop occurs.
  • Proxy data object 328 can be created when a START_DRAG_DROP message is received. Proxy data object 328 essentially mimics object 326 by returning the same formats advertised by object 326 . When data is requested from proxy data object 328 , it sends a FORMAT_DATA_REQUEST message to computer system 311 . Server component 316 can then retrieve the data from object 326 and sends the data back in a FORMAT_DATA_RESPONSE message.
  • embodiments of the present invention can facilitate dragging and dropping objects from a remote module to a local module.

Abstract

The present invention extends to methods, systems, and computer program products for dragging and dropping objects between local and remote modules. Terminal server components simulate the functionality of participants in drag and drag operations to facilitate the dragging and dropping of objects between local and remote modules and vice versa. The terminal server components interact locally to communicate with modules participating in a drag and drop operation. The terminal server components also send messages over a terminal server session to relay appropriate drag and drop information to corresponding terminal server components on the other end of the terminal server session.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • Not Applicable.
  • BACKGROUND
  • 1. Background and Relevant Art
  • Computer systems and related technology affect many aspects of society. Indeed, the computer system's ability to process information has transformed the way we live and work. Computer systems now commonly perform various tasks (e.g., word processing, scheduling, and database management) that prior to the advent of the computer system were performed manually. Typically, to perform these various tasks, a computer system includes a number of corresponding applications. For example, to perform word processing a computer system can include a word processing application, to manipulate spreadsheets a computer system can include a spreadsheet application, etc.
  • In a standalone computing environment, it is often useful to be able to move objects between applications that perform different tasks at a computer system. For example, it may be useful to move a portion of text generated in word processing application into a presentation program as the descriptive text for a picture or drawing. To enable movement of objects between applications, some computer systems include a portion of memory (e.g., a clipboard) that can be interfaced in a common manner by applications at the computer system. Thus, one application can interface with the portion of memory to store an object and then another application can interface with the portion of memory to retrieve the object. Thus, applications (even those that cannot compatibly exchange objects directly) can exchange objects through the portion memory.
  • Many standalone computing environments also include the more convenient ability to use input devices in combination with visual cues to directly transfer objects between compatible applications. One common mechanism for direct transfer between applications is “drag and drop”. To facilitate drag and drop, a user identifies an object in one application (e.g., a portion of text, a picture, or a spreadsheet cell). For example, the user can highlight a portion of text with a mouse. A visual cue, for example, back lighting, can be used to indicate to the user that the text is selected.
  • The user manipulates input devices to select the identified object. For example, the user manipulates a mouse to move a cursor over the identified text and then can depress a left mouse button. The user then further manipulates input devices to move the object to another application. For example, while keeping the left mouse button depressed, the user can manipulate the mouse to move (drag) the cursor over the top of the other application. Once on top of the other application, the user can release the left mouse button. The act of releasing the mouse button causes the object to be transferred to (or dropped into) the other application.
  • In other environments, computer systems are coupled to one another and to other electronic devices to form both wired and wireless computer networks over which the computer systems and other electronic devices can transfer electronic data. As a result, many tasks performed at a computer system (e.g., voice communication, accessing electronic mail, controlling home electronics, Web browsing, and printing documents) include the communication (e.g., the exchange of electronic messages) between a number of computer systems and/or other electronic devices via wired and/or wireless computer networks.
  • In a networked environment, it is also often useful to be able to move objects between applications that perform different tasks, wherein some applications are run locally and other applications are run remotely, for example, at a terminal server. A terminal server is a computer system that maintains applications that can be remotely executed by client computer systems. Input is entered at a client computer system and transferred over a network (e.g., using protocols based on the ITU T.120 family of protocols, such as, for example, Remote Desktop Protocol (“RDP”)) to an application at the terminal server. The application processes the input as if the input was entered at the terminal server. The application generates output in response to the received input and the output is transferred over the network (e.g., also T.120 based protocols) to the client computer system. The client computer system presents the output data. Thus, input is received and output presented at the client computer system, while processing actually occurs at the terminal server.
  • To enable movement of objects between local and remote applications, some networked computer systems include clipboard functionality similar that used in a standalone environment. A portion of memory (or clipboard) is allocated and can be interfaced in a common manner by applications at the computer system. Thus, a local application can interface with the portion of memory to store an object and then a remote application can interface with the portion of memory to retrieve the object or vice versa. Thus, applications (even those running at different computer systems) can exchange objects through the portion memory.
  • However, many networked computer systems lack the more convenient ability to drag and drop objects between local and remote applications and vice versa. That is, client and server terminal server components are typically not configured to transfer drag and drop objects over a terminal server session and to interact with a drop source or drop target to facilitate a drag and drop transfer. For example, a server component typically has no way to determine if the movement of a mouse cursor outside of a remote desktop window (at a client system) is associated with a drop and drop operation or if a user is moving the mouse for other reasons.
  • BRIEF SUMMARY
  • The present invention extends to methods, systems, and computer program products for dragging and dropping objects between local and remote modules. In some embodiments, an object is dragged and dropped from a local application to a remoted application. A client component detects that a desktop window cursor has been moved from outside to within the bounds of an application window for a remoted application. The client component receives a drop notification indicating a pending drag and drop operation. The drop notification indicates that a drag and drop object is to be transferred to the remoted application The client component sends a request to transfer the drag and drop object along with a coordinate location of the desktop window cursor to a server computer system over a terminal server session.
  • A server component receives the request and forwards a drag and drop object transfer notification to the remoted application. The server component acts as a proxy drop source on behalf of the local application in response to receiving the request to transfer a drag and drop object, including receiving a request for the drag and drop object from the remoted application. The server component forwards the request for the drag and drop object to the client component over the terminal server session.
  • The client component receives the request for the drag and drop object from the server computer system over the terminal server session. The client component acts as a proxy drop target on behalf of the remoted application, including forwarding the request for the drag and drop object to the local application and receiving the drag and drop object from the local application. The client component sends the drag and drop object to the server computer system over the terminal server session.
  • The server component receives the drag and drop object from the client component over the terminal server session. The server component acts as a proxy drop source on behalf of the local application, including sending the drag and drop object to the remoted application.
  • In other embodiments, an object is dragged and dropped from a remoted application to a local application. A client component detects that a desktop window cursor has been moved from within to outside of the bounds of a remoted application. The client component sends a message to the server component over the terminal server session. The message indicates to the server component that the desktop window cursor has been moved from within to outside of the bounds of application window for the remoted application.
  • The server component receives the message from the client component over the terminal server session. The server component determines that the movement of the desktop window cursor is associated with a pending drag and drop operation.
  • The client component acts as a proxy drop source on behalf of the remoted application, including receiving a query for a drag and drop object from the local application. The query is indicative of a drop notification at the local application representing that the drag and drop object is to be transferred to the local application. The client component sends a request for the drag and drop object to the server component over the terminal server session.
  • The server component receives the request. The server component acts as a proxy drop target on behalf of the local application, including forwarding the request for the drag and drop object to the remoted application and receiving the drag and drop object from the remoted application. The server component sends the drag and drop object to the client computer system over the terminal server session.
  • The client component receives the drag and drop object. The client component acts as a proxy drop source on behalf of the remoted application, including sending the drag and drop object to the local application.
  • This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
  • Additional features and advantages will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the teachings herein. Features and advantages of the invention may be realized and obtained by means of the instruments and combinations particularly pointed out in the appended claims. Features of the present invention will become more fully apparent from the following description and appended claims, or may be learned by the practice of the invention as set forth hereinafter.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • In order to describe the manner in which the above-recited and other advantages and features can be obtained, a more particular description of the subject matter briefly described above will be rendered by reference to specific embodiments which are illustrated in the appended drawings. Understanding that these drawings depict only typical embodiments and are not therefore to be considered to be limiting in scope, embodiments will be described and explained with additional specificity and detail through the use of the accompanying drawings in which:
  • FIG. 1A illustrates an example computer architecture that facilitates dragging and dropping an object from a local module to a remote module.
  • FIG. 1B illustrates an example desktop window depicting a drag and drop operation from a local module to a remote module.
  • FIGS. 2A-2C illustrate a flow chart of an example method for dragging and dropping an object from a local module to a remote module.
  • FIG. 3A illustrates an example computer architecture that facilitates dragging and dropping an object from a remote module to a local module.
  • FIG. 3B illustrates an example desktop window depicting a drag and drop operation from a remote module to a local module.
  • FIGS. 4A-4C illustrate a flow chart of an example method for dragging and dropping an object from a remote module to a local module.
  • DETAILED DESCRIPTION
  • The present invention extends to methods, systems, and computer program products for dragging and dropping objects between local and remote modules. In some embodiments, an object is dragged and dropped from a local application to a remoted application. A client component detects that a desktop window cursor has been moved from outside to within the bounds of an application window for a remoted application. The client component receives a drop notification indicating a pending drag and drop operation. The drop notification indicates that a drag and drop object is to be transferred to the remoted application The client component sends a request to transfer the drag and drop object along with a coordinate location of the desktop window cursor to a server computer system over a terminal server session.
  • A server component receives the request and forwards a drag and drop object transfer notification to the remoted application. The server component acts as a proxy drop source on behalf of the local application in response to receiving the request to transfer a drag and drop object, including receiving a request for the drag and drop object from the remoted application. The server component forwards the request for the drag and drop object to the client component over the terminal server session.
  • The client component receives the request for the drag and drop object from the server computer system over the terminal server session. The client component acts as a proxy drop target on behalf of the remoted application, including forwarding the request for the drag and drop object to the local application and receiving the drag and drop object from the local application. The client component sends the drag and drop object to the server computer system over the terminal server session.
  • The server component receives the drag and drop object from the client component over the terminal server session. The server component acts as a proxy drop source on behalf of the local application, including sending the drag and drop object to the remoted application.
  • In other embodiments, an object is dragged and dropped from a remoted application to a local application. A client component detects that a desktop window cursor has been moved from within to outside of the bounds a remoted application. The client component sends a message to the server component over the terminal server session. The message indicates to the server component that the desktop window cursor has been moved from within to outside of the bounds of application window for the remoted application.
  • The server component receives the message from the client component over the terminal server session. The server component determines that the movement of the desktop window cursor is associated with a pending drag and drop operation.
  • The client component acts as a proxy drop source on behalf of the remoted application, including receiving a query for a drag and drop object from the local application. The query is indicative of a drop notification at the local application representing that the drag and drop object is to be transferred to the local application. The client component sends a request for the drag and drop object to the server component over the terminal server session.
  • The server component receives the request. The server component acts as a proxy drop target on behalf of the local application, including forwarding the request for the drag and drop object to the remoted application and receiving the drag and drop object from the remoted application. The server component sends the drag and drop object to the client computer system over the terminal server session.
  • The client component receives the drag and drop object. The client component acts as a proxy drop source on behalf of the remoted application, including sending the drag and drop object to the local application.
  • Embodiments of the present invention may comprise a special purpose or general-purpose computer including computer hardware, as discussed in greater detail below. Embodiments within the scope of the present invention also include computer-readable media for carrying or having computer-executable instructions or data structures stored thereon. Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, computer-readable media can comprise computer-readable storage media, such as, RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
  • In this description and in the following claims, a “network” is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules. When information is transferred or provided over a network or another communications connection (either hardwired, wireless, or a combination of hardwired or wireless) to a computer, the computer properly views the connection as a computer-readable medium. Thus, by way of example, and not limitation, computer-readable media can comprise a network or data links which can be used to carry or store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
  • Computer-executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions. The computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code. Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the described features or acts described above. Rather, the described features and acts are disclosed as example forms of implementing the claims.
  • Those skilled in the art will appreciate that the invention may be practiced in network computing environments with many types of computer system configurations, including, personal computers, desktop computers, laptop computers, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, pagers, and the like. The invention may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks. In a distributed system environment, program modules may be located in both local and remote memory storage devices.
  • In this description and in the following claims, a “drop target” is defined as a module that is to receive an object that is the subject of a drag and drop operation.
  • In this description and in the following claims, a “drop source” is defined as a module that is to originate an object that is the subject of a drag and drop operation.
  • In this description and in the following claims, a “proxy drop target” is defined as a module associated with the same session as the drop source and acts as an intermediary between the drop source and the drop target. A proxy drop target can simulate functionality of an actual drop target to facilitate a drag and drop operation over a terminal server session. In some embodiments, a proxy drop target is a terminal server session component that simulates drop target functionality and participates in the management of a terminal server session.
  • In this description and in the following claims, a “proxy drop source” is defined as a module associated with the same session as the drop target and acts as an intermediary between the drop source and the drop target. A proxy drop source can simulate functionality of an actual drop source to facilitate a drag and drop operation over a terminal server session. In some embodiments, a proxy drop source is a terminal server session component that simulates drop source functionality and participates in the management of a terminal server session.
  • In this description and in the following claims, messages exchanged via network communication to facilitate drag and drop operations are generally defined as follows:
  • START_DRAG_DROP message: an indication from a proxy drop target to a proxy drop source to initiate a drag and drop modal loop. The message can include the names and IDs of the format data which can be provided.
  • START_DRAG_DROP_RESPONSE message: an indication from a proxy drop source that the drag and drop modal loop has commenced for the drop target.
  • UPDATE_DROP_EFFECT message: indicates the updated drop-effect for a drop target. That is, what the drop target would like to do with the data.
  • STOP_DRAG_DROP message: an indication from the proxy drop target to the proxy drop source to stop the drag and drop operation.
  • DO_DRAG_DROP message: an indication from the proxy drop target to the proxy drop source to initiate a drop operation. A Drop message, indicative of a DO_DRAG_DROP message sent via network communication, can be forward via Object Linking And Embedding (“OLE”) to the drop target. In response to a Drop message, the drop target can request a proxy data object and call a GetData method.
  • DO_DRAG_DROP_RESPONSE message: an indication from the proxy drop source that the drag and drop operation is complete (e.g., sent in response to DO_DRAG_DROP message).
  • FORMAT_DATA_REQUEST message: sent by a proxy data object to the proxy drop target when data is requested by the drop target.
  • FORMAT_DATA_RESPONSE message: sent by a proxy drop target to the proxy data object and contains any requested data.
  • Other messages can also be exchanged via a network to facilitate drag and drop operations.
  • FIG. 1A illustrates an example computer architecture 100 that facilitates dragging and dropping an object from a local module to a remote module. Computer system 101 (e.g., a client) and computer system 111 (e.g., a server). Computer systems 101 and 111 can be connected to a network, such as, for example, a Local Area Network (“LAN”), a Wide Area Network (“WAN”), or even the Internet. Thus, the various components at computer systems 101 and 111 can receive data from and send data to each other, as well as other components connected to the network. Accordingly, the components can create message related data and exchange message related data over the network (e.g., Internet Protocol (“IP”) datagrams and other higher layer protocols that utilize IP datagrams, such as, Transmission Control Protocol (“TCP”), Remote Desktop Protocol (“RDP”), Hypertext Transfer Protocol (“HTTP”), Simple Mail Transfer Protocol (“SMTP”), Independent Computing Architecture (“ICA”), etc).
  • As depicted computer system 101 includes application 102, client module 106, and user-interface 104 and computer system 111 includes application 112, and server module 116. Computer system 101 and computer system 111 are in communication with one another via a terminal server session 131 (e.g., an RDP session) established over a network. Client component 106 and server component 116 can interoperate to facilitate management of terminal server session 131. For example, transferring user-input received at user-interface 104 from computer system 101 to computer system 111, forwarding user-input to appropriate remote applications at computer system 111, receiving output from remote applications at computer system 111, transferring remote application output from computer system 111 to computer system 101, and outputting remote application output at user-interface 104. Thus, for remote applications (from the perspective of user-interface 104), input is received and output presented at the computer system 101, while processing actually occurs at computer system 111.
  • Virtual channels can be used to extend terminal server session functionality (e.g., by extending the RDP protocol) allowing applications to transfer application specific data over a terminal server session (e.g., an RDP connection). Thus, in addition to input and output data, other types of data can be exchanged over virtual channels. For example, virtual channel 121 can be a channel configured to transfer drag and drop objects from computer system 101 to computer system 111. Virtual channel 121 can connect a drag and drop thread at client component 106 to a drag and drop thread at client server component 116 and vice versa. Accordingly, client component 106 and server component 116 can interoperate to drag and drop data over virtual channel 121 between appropriate applications at computer system 101 and computer system 111.
  • FIG. 1B illustrates an example desktop window 123 depicting a drag and drop operation from a local module to a remote module. As depicted, desktop window 123 is a portion of user-interface 104 and includes application window 102W and remote desktop 113. Application window 102W corresponds to application 102 and is configured to receive user-input for application 102 and present output from application 102 to a user. Remote desktop 113 includes application windows for any applications that are being remoted from computer system 111. For example, application window 112W corresponds to application 112 and is configured to receive user-input for application 112 and present output from application 112 to a user.
  • FIGS. 2A-2C illustrate a flow chart of an example method 200 for dragging and dropping an object from a local module to a remote module. The method 200 will be described with respect to the components and data in computer architecture 100.
  • Method 200 includes an act of selecting a drag and drop object from a local application window (act 201). For example, a user of computer system 101 can select object 126 from within application window 102W. Object 126 can be virtually any selectable object at computer system, such as, for example, a portion of text, graphics, or sound data, a spreadsheet cell, a database entry, an electronic message, etc.
  • Method 200 includes an act of modifying a desktop window cursor to visually represent that a drop and drop object is selected (act 202). For example, after selection of object 126, cursor 133 can be modified to include drop effect indicator 134. Drop effects can include any of moving, copying, linking, creating a hyperlink to, and creating a shortcut to the selected object. Cursor 133 can be modified or supplemented in different ways to indicate different drops effects. For example, drop effect indicator 134 can be displayed to indicate that the drop effect is copy.
  • A drop effect can be selected from the drop effects available to an application. As cursor 133 transitions between different windows of desktop window 123, the presented drop effect indictor can change. For example, while cursor 133 is within the bounds of application window 102W, a default drop effect for application 102 (e.g., of copy) can be displayed. When cursor 133 is outside the bounds of any application window, a default drop effect for desktop window 123 (e.g., the operating system) can be displayed. For example for desktop window 123, drag and drop functionality may not be supported at all and thus cursor 133 is transformed to the “not permitted” symbol when in this area of user-interface 104. Upon entering application window 112W, a default drop effect for application 112 (e.g., of copy) can be displayed.
  • Method 200 includes an act of a client component detecting that the desktop window cursor has been moved from outside to within the bounds of a application window for a remoted application (act 203). For example, client component 106 can detect that cursor 133 has been moved from outside to within the bounds of application window 112W. (The dashed line in FIG. 1B indicates the path of cursor 133 from application window 102W, through desktop window 123 and remote desktop 113, to application window 112W.)
  • Acts 201, 202, and 203 can be included in setting up a drag and drop operation to transfer an object from a local application to a remote application. When cursor 134 is hovering over application window 112W, client component 106 can invoke a DragEnter method. Through a DragEnter method, client component 106 (acting as a drop target proxy) can indicate back to application 102 if it can accept object 126. Parameters of a DragEnter method can be of the format:
  • HRESULT DragEnter(
     IDataObject* pDataObject, // Source data object (e.g. object 126).
     DWORD dwKeyState, // Keyboard and mouse state.
     POINTL pt, // Cursor position.
     DWORD* pdwDropEffect // Resultant drop-effect.
    )
  • Through a DragEnter method, a target (or proxy target) can indicate whether it will be able to accept a possible drop by updating the pdwDropEffect parameter. This parameter can initially contain the set of drop-effects that the source permits. The resultant drop-effect is based in part on the formats supplied by the data object and can also be influenced by the current keyboard and mouse state, and potentially even the mouse position.
  • Subsequently, client component 106 can send a START_DRAG_DROP message over virtual channel 121 (e.g., a clipboard virtual channel) to server component 116. The START_DRAG_DROP message can include the format names describing the contents of object 126 and the allowed drop effects of application 102. After this message has been sent, an input handler at compute system 101 is informed (e.g., through an operating system event) that a drag and drop operation has begun. In response to this event, the input handler can disable keyboard hooking and input synchronization. To make sure that requests for format data can be fulfilled before the drop takes place, the object 126 can be stored.
  • When the START_DRAG_DROP message is received at server component 116, the format names describing the content of object 126 and the allowed drop-effects of application 102 are extracted. In response, proxy data object 136 is created and a window for server component 116 is created. The window can be made transparent (or otherwise hidden) and can be of a very small size (e.g., 1×1 pixel size). The window is given focus and raised to the top of the z-order. Thus, input can be directed (clipped) to the window to direct the input to server component 116. As such, input can be directed to server component 116 without significantly altering desktop window 123. For example, a 1×1 transparent window is potentially imperceptible by a user.
  • In response to a received mouse down event, server component 116 (the proxy drop source) invokes a DoDragDrop method. Parameters of a DoDragDrop method can be of the format:
  • HRESULT DoDragDrop(
     IDataObject* pDataObject, // Source data object.
     IDropSource* pDropSource, // Drop source interface.
     DWORD dwAllowedDropEffects, // Allowed drop-effects.
     DWORD* pdwFinalDropEffect // Final drop-effect.
    )
  • A DoDragDrop method can be included in a modal loop used to facilitate a drag and drop operation. Generally, to start the drag and drop operation, a component calls DoDragDrop with the appropriate parameters. DoDragDrop captures the mouse using a SetCapture API and then enters a loop.
  • To forward input to server component 116, an input handler sends a mouse down event to client component 106 and because the mouse has been clipped to the (potentially small and transparent) window for server component 116, the mouse down event ends up being sent to server component 116's input queue. Reception of the mouse down event can be used to configure an Object Linking and Embedding (“OLE”) hidden window to receive system-wide mouse event messages Reception of the START_DRAG_DROP_RESPONSE also triggers switching a Boolean flag which the methods at client component 106 check before executing. This increases the likelihood of sending messages when server component 116 is active.
  • While cursor 133 is being dragged over application window 112W, a DragOver method is called. Parameters of a DoDragDrop method can be of the format:
  • HRESULT DragOver(
     DWORD dwKeyState, // Keyboard and mouse state.
     POINTL pt, // Cursor position.
     DWORD* pdwDropEffect // Resultant drop-effect.
    )
  • During calls to DragOver the current mouse position, mouse button state, and keyboard state can be checked for changes. If changes are detected, the input handler for client component 106 sends an appropriate mouse move, mouse button up or down, or keyboard button up or down message to server component 116.
  • Server component 166 (the proxy drop source) can continually call a QueryContinueDrag method. Parameters of a QueryContinueDrag method can be of the format:
  • HRESULT QueryContinueDrag(
     BOOL fEscapePressed, // TRUE if ESC has been pressed.
     DWORD dwKeyState // Keyboard and mouse state.
    )
  • The QueryContinueDrag method can be used to inform the drop source (or proxy drop source) of the current keyboard and mouse state. Based on this input, the drop source (or proxy drop source) can decide to continue with drag, cancel the drag, or allow a drop to take place. The drop source indicates its decision through in the HRESULT return value. For example, S_OK can indicate continue, DRAGDROP_S_CANCEL can indicate cancel and DRAGDROP_S_DROP can indicate allow the drop. While cursor 133 is hovering over application window 112W, QueryContinueDrag can return S_OK because a cancel or drop operation has not yet taken place.
  • Server component 116 can also invoke a GiveFeedback method to return the drop-effect (move, copy, link, etc.) of application 112 to client component 106. Parameters of a GiveFeedback method can be of the format:
  •   HRESULT GiveFeedback(
       DWORD dwDropEffect // Current target (e.g., application 112)
    // drop-effect.
    )
  • Generally, a GiveFeedback method informs a drop source (or proxy drop source) of the current drop-effect so that it can give appropriate visual feedback. The visual feedback is indicated through the HRESULT return value. A value of S_OK means that the source set the cursor appropriately, while DRAGDROP_S_USEDEFAULTCURSORS indicates that the source is satisfied with using the OLE-provided default cursors.
  • When server component 116 calls GiveFeedback, the drop-effect of application 112 is sent from server component 116 to client component 106 over virtual channel 121 in an UPDATE_DROP_EFFECT message. Client component 106 stores the drop effect and returns the drop effect to application 102 (e.g., by invoking a DragOver method).
  • Based on the mouse and keyboard state at computer system 101, application 102 can eventually decide to cancel the drag operation or allow a drop to occur. Thus in some embodiments, a drag operation is canceled (and thus no drop occurs). If a cancel takes place, client component 106 (the proxy drop target) is informed through a DragLeave method, for example, of the format:
  • HRESULT DragLeave( );
  • An event handler for server component 116 can store the cancel result indicated in a STOP_DRAG_DROP message. Thus, the next time QueryContinueDrag is called, it returns DRAGDROP_S_CANCEL, causing the drag operation to end in at computer system 111.
  • In other embodiments, a drop occurs. Accordingly, method 200 includes an act of initiating a drop operation (act 204). For example, application 102 can initiate a drop operation to transfer object 126 to application 112. A user can manipulate an input device to cause a drop to initiate. For example, a user can release the left mouse button of a mouse while cursor 133 is hovering over application widow 112W
  • Method 200 includes an act of receiving a drop notification indicating a drag and drop object is to be transferred to a remote application (act 205). For example, client component 106 can receive a drop notification indicating that object 126 is to be transferred to application 112 as part of a pending drag and drop operation. Method 200 includes an act of sending a request to transfer the drag and drop object along with the coordinate location of the desktop cursor window (act 206). For example, in response to receiving the drop notification, client component 106 can send a DO_DRAG_DROP message to server component 116 to request transfer of object 126 to application 112. The DO_DRAG_DROP message can be sent over virtual channel 121 and can include the coordinate location of cursor 133.
  • Method 200 includes an act of receiving a request to transfer the drag and drop and coordinate location of the desktop window cursor (act 207). For example, server component 116 can receive the DO_DRAG_DROP message requesting transfer of object 126 to application 112. When the DO_DRAG_DROP message arrives at server component 116, at event handler stores an indication that a drop is to occur. Thus, when QueryContinueDrag is next called, QueryContinueDrag returns DRAGDROP_S_DROP (indicative that a drop is to occur). However, before returning this value, a GIVE_FOCUS message can be sent to client component 106.
  • On reception of the GIVE_FOCUS message, client component 106 can obtain input focus by calling a SetForegroundWindow API.
  • Server component 116 can also send DO_DRAG_DROP_RESPONSE message to client component 106 over virtual channel 121.
  • Method 200 includes an act of forwarding the drag and drop object transfer notification to the corresponding application (act 208). For example, server component 116 can forward the drop notification for object 126 to application 112, based on the coordinate location of cursor 133 (e.g., hovering over application window 112W). Method 200 includes an act of receiving a drag and drop object transfer notification (act 209). For example, application 112 can receive the drop notification for object 126 from server component 116.
  • Method 200 includes an act of requesting the drag and drop object (act 210). For example, application 112 can request object 126 from server component 116. Method 200 includes an act of receiving a request for the drag and drop object from the corresponding application (act 211). For example, server component 116 can receive a request for object 126 from application 112. Server component 116 can detect the GetData call on proxy object 136.
  • Method 200 includes an act of sending the request for the drag and drop object to the client component (act 212). For example, server component 116 can send a FORMAT_DATA_REQUEST message to client component 106 over virtual channel 121. The FORMAT_DATA_REQUEST message requests object 126 for application 102. Method 200 includes an act of receiving a request for the drag and drop object from the server component (act 213). For example, client component 106 can receive the FORMAT_DATA_REQUEST message from server component 116 over virtual channel 121.
  • Method 200 includes an act of forwarding the request for the drag and drop object to the local application (act 214). For example, client component 106 can forward the request for object 126 to application 102. Method 200 includes an act of receiving a request for the drag and drop object (act 215). For example, application 102 can receive the request for object 126.
  • In some embodiments, the event handler for the FORMAT_DATA_REQUEST message uses a reference for a drag and drop object stored in a DragEnter method to perform a GetData call. When the format data has been retrieved, it is appropriately encoded.
  • Method 200 includes an act of sending the drag and drop object (act 216). For example, after returned formats and drop-effects are received, application 102 can send object 126 to client component 106. Method 200 includes an act of receiving the drag and drop object from the local application (act 217). For example, client component 217 can receive object 126 from application 102.
  • Method 200 includes an act of sending the drag and drop object to the server component (act 218). For example, client component 106 can send a FORMAT_DATA_RESPONSE message, including data from object 126, to server component 116 over virtual channel 121. Method 200 includes an act of receiving the drag and drop object from the client component (act 219). For example, server component 116 can receive the FORMAT_DATA_RESPONSE message, including data from object 126, from client component 106 over virtual channel 121.
  • Method 200 includes an act of forwarding the drag and drop object to the remote application (act 220). For example, server component 116 can forward data from object 126 to application 112. Method 200 includes an act of receiving the drag and drop object (act 221). For example, application 112 can receive data form object 126. Accordingly, depending on the selected drop effect, data from object 126 is moved, copied, linked, hyperlinked, or shortcutted from application 102 to application 112.
  • In some embodiments, appropriately encoded data is subsequently transmitted over the wire in a FORMAT_DATA_RESPONSE message. Upon the reception of this FORMAT_DATA_RESPONSE message at server component 116), an appropriate event handler is called and the formatted data is extracted and decoded. Once the event handler completes execution, the formatted data is returned to the drop target, resulting in the Drop method call of the local drop target completing.
  • When the Drop call is over, the DoDragDrop loop terminates and the drop-effect is returned (e.g., to server component 116). The drag and drop object is queried for the PerformedDropEffect and LogicalPerformedDropEffect. These two formats, as well as the final drop-effect and DoDragDrop HRESULT, are sent local to client component 106 in a DO_DRAG_DROP_RESPONSE message. Client component 116 returns these results to its proxy Drop method. Upon reception of DO_DRAG_DROP_RESPONSE message, an event handler at client component 106 stores the results. Client component 116's proxy Drop method continues execution, initializing the object 126 with the returned formats and returning the drop-effect and HRESULT to the OLE subsystem.
  • Client component 106 (the proxy drop target) and server component 116 (the proxy drop source) can be configured in various different ways to facilitate the implementation of method 200.
  • For example, client component 106 (the proxy drop target) can be configured to indicate when a drag and drop modal loop is to start. Client component 106 can send a START_DRAG_DROP message over virtual channel 121 to server component 116. When START_DRAG_DROP is processed, server component 116 (the proxy drop source) can start a drag and drop model loop for application 112 (the drop target).
  • Client component 106 can also configured to send lists of formats that application 102 (the drop source) can support. One of the parameters to a DragEnter method is a pointer to the data object containing the data that application 102 is able to provide. Using a format enumerator, the format names are extracted from this data object, encoded and then sent as a parameter to a START_DRAG_DROP message so that a proxy data object can be created by server component 116.
  • Client component 106 can also be configured to update the remote mouse position, key-state and keyboard state. Just before starting the drag and drop modal loop, server component 116 can send a START_DRAG_DROP_RESPONSE message over virtual channel 121. When this message is received by client component 106, client component 106's DragOver method is freed to start sending updates of the current mouse position, mouse key-state and keyboard state to server component 116. The key-states for both the mouse and keyboard are obtained from the parameters passed to a DragOver method. These updates compensate for application 102 having input focus and mouse capture.
  • Client component 106 can also be configured to return the latest drop-effect received from server component 116. Server component 116 can send UPDATE_DROP_EFFECT messages to the client component 106 whenever application 112 changes the drop-effect. As part of the DragOver processing, updated drop-effects are returned to the OLE subsystem of computer system 101 to inform the application 102 of the current drop-effect.
  • Client component 106 can also be configured to update server component 116 regarding the state of the current drag operation. If a DragLeave method has been called, then application 102 decided to cancel the drag and drop operation. Accordingly, the application 112 should do the same and call its DragLeave method. Client component 106 can relay appropriate information to server component 116 to cause application 112 to call its DragLeave method.
  • Client component 106 can also be configured to store a pointer to object 126 if a drop occurs. If a drop takes place, then application 112 can request object 126. To help insure that object 126 can be returned, the client component 106 can store a pointer to object 126 received in the Drop call. Thus when a request for the object is received in the form of a FORMAT_DATA_REQUEST message, the client component 116 can supply the appropriate format data by performing a GetData call on the saved object 126, and return the data in a FORMAT_DATA_RESPONSE message.
  • Server component 116 can be configured to create a proxy data object advertising the correct formats names. One of the START_DRAG_DROP message parameters is a list of formats that application 112 is able to provide. Before the remote modal loop is started, a proxy data object is created and populated with these format names. The created data object is then passed to the OLE subsystem of computer system 111 as a parameter in the DoDragDrop call. Thus, drop targets within the remote session will be able to query the formats and retrieve the data if a drop occurs.
  • Server component 116 can also be configured to relay the current drop-effect to the client component 106. The drop-effect that application 112 returns to the OLE subsystem of computer system 111 is passed to the client component 106 as part of a GiveFeedback call. This drop-effect is sent over virtual channel 121 to the computer system 101 in an UPDATE_DROP_EFFECT message so that client component 106 can return this drop-effect when its DragOver method is called.
  • Server component 116 can also be configured to initiate a cancel or a drop when instructed by client component 106. When a drop or cancel operation takes place at computer system 101, the Drop or DragLeave method of client component 106 can be called. When this happens, a message is sent to server component 116 so that the next time QueryContinueDrag is called, the correct HRESULT can be returned to the OLE subsystem of computer system 111. If the STOP_DRAG_DROP message was received, then DRAGDROP_S_CANCEL is returned. DRAGDROP_S_DROP is returned if the DO_DRAG_DROP message was received. Otherwise, S_OK is returned and the modal loop continues.
  • Proxy object 136 can be created when a START_DRAG_DROP message is received. Proxy object 136 essentially mimics object 126 by returning the same formats advertised by object 126. When data is requested from proxy object 136, it sends a FORMAT_DATA_REQUEST message to computer system 101. Client component 106 can then retrieve the data from object 126 and sends the data back in a FORMAT_DATA_RESPONSE message.
  • Accordingly, embodiments of the present invention can facilitate dragging and dropping objects from a remote module to a local module.
  • FIG. 3A illustrates an example computer architecture 300 that facilitates dragging and dropping an object from a remote desktop module to a local desktop module. Computer system 301 (e.g., a client) and computer system 311 (e.g., a server). Computer systems 301 and 311 can be connected to a network, such as, for example, a Local Area Network (“LAN”), a Wide Area Network (“WAN”), or even the Internet. Thus, the various components at computer systems 301 and 311 can receive data from and send data to each other, as well as other components connected to the network. Accordingly, the components can create message related data and exchange message related data over the network (e.g., Internet Protocol (“IP”) datagrams and other higher layer protocols that utilize IP datagrams, such as, Transmission Control Protocol (“TCP”), Remote Desktop Protocol (“RDP”), Hypertext Transfer Protocol (“HTTP”), Simple Mail Transfer Protocol (“SMTP”), Independent Computing Architecture (“ICA”), etc).
  • As depicted computer system 301 includes application 302, client module 306, and user-interface 304 and computer system 111 includes application 312, and server module 316. Computer system 301 and computer system 311 are in communication with one another via terminal server session 331 (e.g., an RDP session) established over the network. Client component 306 and server component 316 can interoperate to facilitate management terminal server session 331. For example, transferring user-input received at user-interface 304 from computer system 301 to computer system 311, forwarding user-input to appropriate remote applications at computer system 311, receiving output from remote applications at computer system 311, transferring remote application output from computer system 311 to computer system 301, and outputting remote application output at user-interface 304. Thus, for remote applications (from the perspective of user-interface 304), input is received and output presented at the computer system 301, while processing actually occurs at computer system 311.
  • Virtual channel 321 can be a channel configured to transfer drag and drop objects from computer system 311 to computer system 301. Virtual channel 321 can connect a drag and drop thread at client component 306 to a drag and drop thread at server component 316 and vice versa. Accordingly, client component 306 and server component 316 can interoperate to transfer drag and drop data over virtual channel 321 between appropriate applications at computer system 301 and computer system 311.
  • FIG. 3B illustrates an example desktop window 323 depicting a drag and drop operation from a local module to a remote module. As depicted, desktop window 323 is a portion of user-interface 304 and includes application window 302W and remote desktop 313. Application window 302W corresponds to application 302 and is configured to receive user-input for application 302 and present output from application 302 to a user. Remote desktop 313 includes application windows for any applications that are being remoted from computer system 311. For example, application window 312W corresponds to application 312 and is configured to receive user-input for application 312 and present output from application 312 to a user.
  • FIGS. 4A-4C illustrate a flow chart of an example method 400 for dragging and dropping an object from a remote module to a local module. The method 400 will be described with respect to the components and data in computer architecture 300.
  • Method 400 includes an act of selecting a drag and drop object from a remote application window (act 401). For example, a user of computer system 301 can select object 326 from within application window 312W. Object 326 can be virtually any selectable object at computer system, such as, for example, a portion of text, graphics, or sound data, a spreadsheet cell, a database entry, an electronic message, etc.
  • Method 400 includes an act of modifying a desktop window cursor to visually represent that a drop and drop object is selected (act 402). For example, after selection of object 326, cursor 333 can be modified to include drop effect indicator 334. Drop effects can include any of moving, copying, linking, creating a hyperlink to, and creating a shortcut to the selected object. Cursor 333 can be modified or supplemented in different ways to indicate different drops effects. For example, drop effect indicator 334 can be displayed to indicate that the drop effect is move.
  • A drop effect can be selected from the drop effects available to an application. As cursor 333 transitions between different windows of desktop window 323, the presented drop effect indictor can change. For example, while cursor 333 is within the bounds of application window 312W, a default drop effect for application 312 (e.g., of move) can be displayed. When cursor 333 is outside the bounds of any application window, a default drop effect for desktop window 323 (e.g., the operating system) can be displayed. For example for desktop window 323, drag and drop functionality may not be supported at all and thus cursor 333 is transformed to the “not permitted” symbol when in this area of user-interface 304. Upon entering application window 302W, a default drop effect for application 302 (e.g., of move) can be displayed.
  • Method 400 includes an act of a client component detecting that the desktop window cursor has been moved from outside to within the bounds of a remote application window (act 403). For example, client component 306 can detect that cursor 333 has been moved from outside of to within the bounds of application window 302W. (The dashed line in FIG. 3B indicates the path of cursor 333 from application window 312W, through remote desktop 313 and desktop window 323, to application window 302W.)
  • Method 400 includes an act of sending a message indicating that the desktop window cursor has moved (act 404). For example, client component 306 can send a MOUSE_HAS_LEFT message to server component 316 over virtual channel 321. The MOUSE_HAS_LEFT message indicates that cursor 333 has moved outside of application window 312W (and/or out of remote desktop 313). Method 400 includes an act of receiving a message indicating that the desktop window cursor has moved (act 405). For example, server component 316 can receive the MOUSE_HAS_LEFT message over virtual channel 321 from client component 306.
  • Method 400 includes an act of determining that movement of the desktop window cursor is associated with a pending drag and drop operation (act 406). For example, server component 316 can determine that moving cursor outside the bounds of application window 313 is associated with a drag and drop operation for object 326. Server component 316 can call a Common Object Model (“COM”) API to query whether an actual drag and drop operation is pending or if the mouse is being moved for other reasons.
  • Acts 401, 402, 403, 404 and 405 can be included as part of setting up a drag and drop operation from a remote module to a local module. For example, when a user presses a mouse button down in the client window, the mouse is captured by an input handler window. While the mouse is being dragged, the mouse can be repeatedly checked to determine if still hovering over the input handler window. If the mouse is not hovering over the input handler window, then a drag has possibly been started from a remote module to a local module. After it has been detected that the mouse has left the remote module, a MOUSE_HAS_LEFT message is sent to server component 316 over the virtual channel.
  • Upon receiving this message, the server component 316 is transitioned to become a proxy drop target. A transition to proxy drop target can be accomplished used at least two different mechanisms. One mechanism includes maximizing the alpha-blended drag and drop window to fill the entire session screen real-estate, and then forcing the alpha-blended drag and drop window to the top of the z-order. Another mechanism includes calling OLE APIs.
  • After transitioning to a proxy drop target server, component 316 can act as a proxy drop target in the remote session. For example, upon becoming a proxy drop target, a DragEnter method for server component 316 can be called. The DragEnter method causes object 326 to be stored and a START_DRAG_DROP message to be sent to client component 306.
  • The START_DRAG_DROP message can be processed by an event handler on at client component 306. The event handler can extract the format names and allowed drop-effects. In response, client component 306 can initiate a DO_MODAL_LOOP event to inform an input handler for computer system 301 that a local drag and drop loop is to be started. Upon receiving the DO_MODAL_LOOP event, the input handler constructs proxy object 328 and redirects drag and drop notification events to client component 306. Thus, causing client component 306 to transition to a proxy drop source.
  • Drag and drop notification event can be redirected by disabling the event sinks on a drag and drop thread, and enabling specially created event sinks for client component 306. Before the DoDragDrop modal loop is started, the drag and drop thread can be signaled to inform it that the loop is about to start. In response, client comment 306 can send a START_DRAG_DROP_RESPONSE message to server component 316. On reception of START_DRAG_DROP_RESPONSE message, server component 316 is freed to send drag and drop messages, such as, for example, DO_DRAG_DROP and STOP_DRAG_DROP messages, to client component 306.
  • However, while the mouse is being dragged around in application window 302W, various mouse and keyboard button events may be of interest. A QueryContinueDrag on application 312 (the remoted application) can be used to obtain updates to this information. To update the server component 316 with the current input state an input handler sends an appropriate mouse button up or down and keyboard button up or down. A GiveFeedback method is called on client component 306 to update server component 316 with the drop-effect returned by application 302, by leveraging the UPDATE_DROP_EFFECT message. At computer system 311, the drop-effect is stored and later returned in a DragOver method invoked by server component 316
  • Based on the mouse and keyboard state at computer system 301, application 312 can eventually decide to cancel the drag operation or allow a drop to occur. Thus in some embodiments, a drag operation is canceled (and thus no drop occurs). If a cancel takes place, server component 316 (the proxy drop target) is informed through a DragLeave method
  • In response to a cancel, server component 316 can also send a STOP_DRAG_DROP message to client component 306. After a STOP_DRAG_DROP message has been sent, object 326 can be released. An event handler for client component 3066 can store the cancel result indicated in a STOP_DRAG_DROP message. Thus, the next time QueryContinueDrag is called, it returns DRAGDROP_S_CANCEL, causing the drag operation to end at computer system 301.
  • In other embodiments, a drop occurs. As a user moves a mouse around over local application window 302W the user may release a mouse button. When the mouse button is released, client component 306 indicates the release to server component 316 over virtual channel 321. In response, server component 316 can send a DO_DRAG_DROP message to client component 306 to request transfer of object 326 to application 302. Server component 316 can send an indication of the DO_DRAG_DROP message to application 302. Client component 306 can send a DO_DRAG_DROP-RESPONSE message to server component 316 over virtual channel 321.
  • Method 400 includes an act of sending a query for a drag and drop object (act 407). For example, in response to the indication of the DO_DRAG_DROP message, application 302 can query for proxy object 328. Method 400 includes an act of receiving a query for a drag and drop object from a local application (act 408). For example, client component 306 can receive a query for object 326 from application 302.
  • Method 400 includes an act of sending a request for the drag and drop object to the server component (act 409). For example, client component 306 can send a FORMAT_DATA_REQUEST message to server component 316 over virtual channel 321. The FORMAT_DATA_REQUEST message requests object 326 for application 312. Method 400 includes an act of receiving a request for a drag and drop object from the client component (act 410). For example, server component 316 can receive the FORMAT_DATA_REQUEST message from client component 306 over virtual channel 321.
  • Method 400 includes an act of forwarding the request for the drag and drop object to the remoted application (act 411). For example, server component 316 can forward the request for object 326 to application 312. Method 400 includes an act of receiving a request for a drag and drop object (act 412). For example, application 312 can receive the request for object 326 from server component 316.
  • Method 400 includes an act of sending the drag and drop object (act 413). For example, application 312 can send object 326 to server component 316. Method 400 includes an act of receiving the drag and drop object from the remoted application (act 414). For example, server component 316 can receive object 326 from application 312.
  • Method 400 includes an act of sending the drag and drop object to the client component (act 415). For example, server component 316 can send a FORMAT_DATA_RESPONSE message, including data form object 326, to client component 306 over virtual channel 321. Method 400 includes an act of receiving the drag and drop object from the server component (act 416). For example, client component 306 can receive the FORMAT_DATA_RESPONSE message, including data from object 326, from server component 306 over virtual channel 321.
  • Method 400 includes an act of forwarding the drag and drop object to the local application (act 417). For example, client component 306 can forward data from object 326 to application 312. Method 400 includes an act of receiving the drag and drop object (act 418). For example, application 302 can receive data from object 306 from client component 306. Accordingly, depending on the selected drop effect, data from object 326 is moved, copied, linked, hyperlinked, or shortcutted from application 312 to application 302.
  • Client component 306 (the proxy drop source) and server component 316 (the proxy drop target) can be configured in various different ways to facilitate the implementation of method 400.
  • For example, client component 306 (the proxy drop source) can be configured to create a proxy data object advertising the correct format names, relay the current drop effect to server component 316, indicate a cancel or drop when instructed by server component 316, and update mouse key-state and keyboard state within application window 312W. A QueryContinue drag method can be used to receive a key-state vector containing keyboard keys and mouse button states. The keyboard keys and mouse button states can be sent to server component 316 via virtual channel 321.
  • Server component 316 (the proxy drop target) can be configured to indicate when the drag and drop modal loop is to start, send the list of formats that application 312 can provide, return the latest drop effect received from client component 306 to application 312, update client component 306 regarding the state of a pending drag and drop operation, and store a pointer object 326 if a drop occurs.
  • Proxy data object 328 can be created when a START_DRAG_DROP message is received. Proxy data object 328 essentially mimics object 326 by returning the same formats advertised by object 326. When data is requested from proxy data object 328, it sends a FORMAT_DATA_REQUEST message to computer system 311. Server component 316 can then retrieve the data from object 326 and sends the data back in a FORMAT_DATA_RESPONSE message.
  • Accordingly, embodiments of the present invention can facilitate dragging and dropping objects from a remote module to a local module.
  • The present invention may be embodied in other specific forms without departing from its spirit or essential characteristics. The described embodiments are to be considered in all respects only as illustrative and not restrictive. The scope of the invention is, therefore, indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.

Claims (24)

1. At a computer system, the computer system including a local application running at the computer system and a client component, the client component participating in a terminal server session with a server component at a server computer system, a method for using drag and drop to transfer an object from the local application to a remoted module at the server computer system, the method comprising:
an act of the client component detecting that a desktop window cursor has been moved from outside to within the bounds of an application window for a remoted application;
an act of the client component receiving a drop notification indicating a pending drag and drop operation, the drop notification indicating that a drag and drop object is to be transferred to the remoted application;
an act of client component sending a request to transfer the drag and drop object along with a coordinate location of the desktop window cursor to the server computer system over the terminal server session in response to receiving the drop notification;
an act of the client component receiving a request for the drag and drop object from the server computer system over the terminal server session;
the client component acting as a proxy drop target on behalf of the remoted application in response to receiving the request for the drag and drop object, including:
an act of forwarding the request for the drag and drop object to the local application; and
an act of receiving the drag and drop object from the local application sent in response to the request for the drag and drop object; and
an act of the client component sending the drag and drop object to the server computer system over the terminal server session for delivery to the remote application.
2. The method as recited in claim 1, further comprising:
an act of configuring the client component as a proxy drop target such that the client component can receive drag and drop objects from the local application.
3. The method as recited in claim 1, further comprising:
an act of receiving user-input selecting a drag and drop object from within a local application window, the local application window representing a user-interface for the local application; and
an act of modifying a desktop window cursor to visually represent that a drag and drop object has been selected.
4. The method as recited in claim 1, wherein the act of detecting that a desktop window cursor has been moved from outside to within the bounds of an application window for a remoted application comprises an act of detecting that the desktop window cursor moved from within the bounds of a local application window to within the bounds of the application window for the remoted application.
5. The method as recited in claim 1, wherein the act of the client component receiving a drop notification indicating a pending drag and drop operation comprises an act of detecting a change in the state of buttons on an input device.
6. The method as recited in claim 1, wherein the act of client component sending a request to transfer the drag and drop object along with a coordinate location of the desktop window cursor to the server computer system over the terminal server session comprises an act of sending a message over a virtual channel of the terminal server session.
7. The method as recited in claim 1, wherein the act of client component sending a request to transfer the drag and drop object along with a coordinate location of the desktop window cursor to the server computer system over the terminal server session comprises an act of sending a message over a Remote Desktop Protocol session.
8. The method as recited in claim 1, further comprising:
an act of the client component receiving a StartDragDrop response.
9. At a computer system, the computer system including one or more remoted applications running at the computer system and a server component, the server component participating in a terminal server session with a client component at a client computer system, the one or more remoted applications running at the computer system configured to be remotely accessed over the terminal server session by the client computer system, a method for using drag and drop to transfer an object to one of the one or more remoted applications from a module at the client computer system, the method comprising:
an act of the server component receiving a request to transfer a drag and drop object to the computer system and a coordinate location indicating the location of desktop window cursor at the client computer system, the request and coordinate location sent over the terminal server session;
an act of the server component forwarding a drag and drop object transfer notification to a remoted application corresponding to the coordinate location;
the server component acting as a proxy drop source on behalf of an application at the client computer system in response to receiving the request to transfer a drag and drop object, including an act of the server component receiving a request for the drag and drop object from the remoted application;
an act of the server component forwarding the request for the drag and drop object to the client component over the terminal server session;
an act of the server component receiving the drag and drop object from the client component over the terminal server session; and
the server component acting as a proxy drop source on behalf of the application at the client computer system in response to receiving the drag and drop object, including an act of server component sending the drag and drop object to the remoted application.
10. The method as recited in claim 9, wherein the act of the server component receiving a request to transfer a drag and drop object to the computer system and a coordinate location indicating the location of desktop window cursor at the client computer system comprises an act of receiving a message over a virtual channel of the terminal server session.
11. The method as recited in claim 9, further comprising:
an act of the server component initiating a drag and drop modal loop.
12. The method as recited in claim 9, further comprising:
an act of creating a proxy object to mimic the formats advertised by the drag and drop object.
13. The method as recited in claim 9, further comprising
an act of configuring the server component as a proxy drop source such that the server component can provide drag and drop objects to the remoted application.
14. The method as recited in claim 9, further comprising:
an act of the server component initiating a drag and drop modal loop.
15. At a computer system, the computer system including a local application running at the computer system and a client component, the client component participating in a terminal server session with a server component at a server computer system, a method for using drag and drop to transfer an object from a remoted module at the server computer system to the local application, the method comprising:
an act of the client component detecting that a desktop window cursor has been moved from within to outside of the bounds of an application window for a remoted application;
an act of the client component sending a message to the server component over the terminal server session, the message indicating to the server component that the desktop window cursor has been moved from within to outside of the bounds of application window for the remoted application;
the client component acting as a proxy drop source on behalf of the remoted application in response to receiving the request for the drag and drop object, including an act of the client component receiving a query for a drag and drop object from the local application, the query indicative of a drop notification at the local application representing that the drag and drop object is to be transferred to the local application;
an act of the client component sending a request for the drag and drop object to the server component, the request sent over the terminal server session in response to the query, the request indicating to the server component that the local application is requesting the drag and drop object;
an act of the client component receiving the drag and drop object from the server computer system over the terminal server connection; and
the client component acting as a proxy drop source on behalf of the remoted application in response to receiving the drag and drop object, including an act of the client component sending the drag and drop object to the local application.
16. The method as recited in claim 15, wherein the act of the client component detecting that a desktop window cursor has been moved from within to outside of the bounds of an application window for a remoted application comprises an act of detecting that the desktop cursor window has been moved from the application for a remoted application to a local application window for the local application.
17. The method as recited in claim 15, further comprising:
an act of creating a proxy object to mimic the formats advertised by the drag and drop object
18. The method as recited in claim 15, further comprising:
an act of configuring the client component as a proxy drop source such that the client component can provide drag and drop objects to the client component.
19. The method as recite in claim 15, further comprising:
an act of receiving user-input selecting a drag and drop object from within an application window for a remoted application, the application window representing a user-interface for the remoted application; and
an act of modifying a desktop window cursor to visually represent that a drag and drop object has been selected.
20. The method as recited in claim 15, further comprising:
an act of the client component initiating a drag and drop modal loop.
21. At a computer system, the computer system including one or more remoted applications running at the computer system and a server component, the server component participating in a terminal server session with a client component at a client computer system, that one or more remoted applications running at the computer system configured to be remotely accessed over the terminal server session by the client computer system, a method for using drag and drop to transfer an object from a remoted application to a module at the client computer system, the method comprising:
an act of the server component receiving a message from the client component over the terminal server session, the message indicating to the server component that a desktop window cursor has been moved from within to outside of the bounds of an application window corresponding to a remoted application at the client computer system;
an act of the server component determining that the movement of the desktop window cursor is associated with a pending drag and drop operation;
an act of the server component receiving a request for a drag and drop object from the client component, the request sent over the terminal server session in response to a query for the drag and drop object from an application at the client computer system, the request indicating to the server component that the application at the client component is requesting the drag and drop object from the remoted application;
the server component acting as a proxy drop target on behalf of the application at the client computer system in response to receiving the request for the drag and drop object, including:
an act of forwarding the request for the drag and drop object to the remoted application; and
an act of receiving the drag and drop object from the remoted application sent in response to the request for the drag and drop object; and
an act of the server component sending the drag and drop object to the client computer system over the terminal server session for delivery to the application at the client computer system.
22. The method as recited in claim 21, further comprising:
an act of configuring the server component as a proxy drop target such that the server component can receive drag and drop objects from the remoted application.
23. The method as recited in claim 21, further comprising:
an act of the server component receiving a DoDragDrop response.
24. The method as recited in claim 21, wherein the of the server component sending the drag and drop object to the client computer system over the terminal server session comprises an act of the server component sending the drag and drop object over a virtual channel of a remote desktop protocol session.
US11/423,400 2006-06-09 2006-06-09 Dragging and dropping objects between local and remote modules Active 2027-04-29 US7533349B2 (en)

Priority Applications (13)

Application Number Priority Date Filing Date Title
US11/423,400 US7533349B2 (en) 2006-06-09 2006-06-09 Dragging and dropping objects between local and remote modules
AU2007257440A AU2007257440A1 (en) 2006-06-09 2007-02-13 Dragging and dropping objects between local and remote modules
MX2008015484A MX2008015484A (en) 2006-06-09 2007-02-13 Methods and apparatus for wellbore construction and completion.
CN2007800212234A CN101467139B (en) 2006-06-09 2007-02-13 Dragging and dropping objects between local and remote modules
RU2008148326/08A RU2430405C2 (en) 2006-06-09 2007-02-13 Dragging and dropping objects between local and remote modules
KR1020087029934A KR20090027624A (en) 2006-06-09 2007-02-13 Dragging and dropping objects between local and remote modules
JP2009514255A JP4482615B2 (en) 2006-06-09 2007-02-13 Drag and drop objects between local and remote modules
EP07750533.7A EP2033107B1 (en) 2006-06-09 2007-02-13 Dragging and dropping objects between local and remote modules
CA002654040A CA2654040A1 (en) 2006-06-09 2007-02-13 Dragging and dropping objects between local and remote modules
PCT/US2007/003702 WO2007142708A1 (en) 2006-06-09 2007-02-13 Dragging and dropping objects between local and remote modules
BRPI0712350-7A BRPI0712350A2 (en) 2006-06-09 2007-02-13 drag and drop objects between local and remote modules
TW096112370A TW200807948A (en) 2006-06-09 2007-04-09 Dragging and dropping objects between local and remote modules
US12/428,850 US7802195B2 (en) 2006-06-09 2009-04-23 Dragging and dropping objects between local and remote modules

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/423,400 US7533349B2 (en) 2006-06-09 2006-06-09 Dragging and dropping objects between local and remote modules

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/428,850 Continuation US7802195B2 (en) 2006-06-09 2009-04-23 Dragging and dropping objects between local and remote modules

Publications (2)

Publication Number Publication Date
US20070288599A1 true US20070288599A1 (en) 2007-12-13
US7533349B2 US7533349B2 (en) 2009-05-12

Family

ID=38801780

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/423,400 Active 2027-04-29 US7533349B2 (en) 2006-06-09 2006-06-09 Dragging and dropping objects between local and remote modules
US12/428,850 Active 2026-06-18 US7802195B2 (en) 2006-06-09 2009-04-23 Dragging and dropping objects between local and remote modules

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/428,850 Active 2026-06-18 US7802195B2 (en) 2006-06-09 2009-04-23 Dragging and dropping objects between local and remote modules

Country Status (12)

Country Link
US (2) US7533349B2 (en)
EP (1) EP2033107B1 (en)
JP (1) JP4482615B2 (en)
KR (1) KR20090027624A (en)
CN (1) CN101467139B (en)
AU (1) AU2007257440A1 (en)
BR (1) BRPI0712350A2 (en)
CA (1) CA2654040A1 (en)
MX (1) MX2008015484A (en)
RU (1) RU2430405C2 (en)
TW (1) TW200807948A (en)
WO (1) WO2007142708A1 (en)

Cited By (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080141153A1 (en) * 2006-12-07 2008-06-12 Frederic Samson Cooperating widgets
US20080215998A1 (en) * 2006-12-07 2008-09-04 Moore Dennis B Widget launcher and briefcase
US20090094515A1 (en) * 2007-10-06 2009-04-09 International Business Machines Corporation Displaying Documents To A Plurality Of Users Of A Surface Computer
US20090094561A1 (en) * 2007-10-05 2009-04-09 International Business Machines Corporation Displaying Personalized Documents To Users Of A Surface Computer
US20090091555A1 (en) * 2007-10-07 2009-04-09 International Business Machines Corporation Non-Intrusive Capture And Display Of Objects Based On Contact Locality
US20090091539A1 (en) * 2007-10-08 2009-04-09 International Business Machines Corporation Sending A Document For Display To A User Of A Surface Computer
US20090237363A1 (en) * 2008-03-20 2009-09-24 Microsoft Corporation Plural temporally overlapping drag and drop operations
US20090300510A1 (en) * 2008-05-27 2009-12-03 Supportspace Ltd. Simultaneous remote and local control of computer desktop
US20100115442A1 (en) * 2008-10-30 2010-05-06 Guillaume Dorbes Method for operating an ending widget with data retrieved from a starting widget
US20100174987A1 (en) * 2009-01-06 2010-07-08 Samsung Electronics Co., Ltd. Method and apparatus for navigation between objects in an electronic apparatus
US7895296B1 (en) 2006-12-29 2011-02-22 Google, Inc. Local storage for web based native applications
US8024185B2 (en) 2007-10-10 2011-09-20 International Business Machines Corporation Vocal command directives to compose dynamic display text
CN102262528A (en) * 2010-05-26 2011-11-30 腾讯科技(深圳)有限公司 Instant messaging client and method for dragging on embedded webpage thereof
US20110307817A1 (en) * 2010-06-11 2011-12-15 Microsoft Corporation Secure Application Interoperation via User Interface Gestures
US20120030664A1 (en) * 2010-07-30 2012-02-02 Sap Ag Processing of software objects moved into a dropzone region of an application
US20120131483A1 (en) * 2010-11-22 2012-05-24 International Business Machines Corporation Drag-and-drop actions for web applications using an overlay and a set of placeholder elements
US20120174012A1 (en) * 2010-12-31 2012-07-05 Hon Hai Precision Industry Co., Ltd. Image processing system and method
US8248636B1 (en) 2006-12-29 2012-08-21 Google Inc. WYSIWYG printing for web based applications
US20120212450A1 (en) * 2009-10-23 2012-08-23 Rakuten, Inc. Function execution program, terminal device, function execution method, recording medium and information processing system
US20120278727A1 (en) * 2011-04-29 2012-11-01 Avaya Inc. Method and apparatus for allowing drag-and-drop operations across the shared borders of adjacent touch screen-equipped devices
WO2012160561A1 (en) * 2011-05-23 2012-11-29 Tako Technology Ltd. Computerized system and method for remote accessto a computer program
US8335817B1 (en) * 2006-12-29 2012-12-18 Google Inc. Message passing within a web based application framework
US20130080143A1 (en) * 2011-09-27 2013-03-28 Paul E. Reeves Unified desktop docking behavior with device as master
US20130080939A1 (en) * 2011-08-24 2013-03-28 Paul E. Reeves Displaying a unified desktop across devices
US20130174062A1 (en) * 2009-12-23 2013-07-04 Nokia Corporation Method and Apparatus for Display Device
US8539073B1 (en) 2006-12-29 2013-09-17 Google Inc. Startup of container applications
US20130328779A1 (en) * 2012-06-08 2013-12-12 Microsoft Corporation Remote session control using multi-touch inputs
US8612547B1 (en) 2006-12-29 2013-12-17 Google Inc. Container interrupt services
US20140013239A1 (en) * 2011-01-24 2014-01-09 Lg Electronics Inc. Data sharing between smart devices
US8650634B2 (en) 2009-01-14 2014-02-11 International Business Machines Corporation Enabling access to a subset of data
US20140067915A1 (en) * 2012-09-03 2014-03-06 Samsung Electronics Co., Ltd. Terminal device and data communication method thereof
US20150126175A1 (en) * 2008-06-04 2015-05-07 Nec Corporation Method for enabling a mobile user equipment to drag and drop data objects between distributed applications
US9164544B2 (en) 2011-12-09 2015-10-20 Z124 Unified desktop: laptop dock, hardware configuration
US9237200B2 (en) 2009-08-21 2016-01-12 Avaya Inc. Seamless movement between phone and PC with regard to applications, display, information transfer or swapping active device
US20160014216A1 (en) * 2010-01-27 2016-01-14 Vmware, Inc. Native viewer use for service results from a remote desktop
US9268518B2 (en) 2011-09-27 2016-02-23 Z124 Unified desktop docking rules
US9384346B1 (en) 2006-12-29 2016-07-05 Google Inc. Local service access within a web based application framework
US9391826B1 (en) 2006-12-29 2016-07-12 Google Inc. Collaborative web based applications
US9405459B2 (en) 2011-08-24 2016-08-02 Z124 Unified desktop laptop dock software operation
US20170024101A1 (en) * 2012-05-25 2017-01-26 Panasonic Intellectual Property Corporation Of America Information processing device, information processing method, and information processing program
US20170185244A1 (en) * 2015-12-29 2017-06-29 Sap Se User engagement application across user interface applications
US9715252B2 (en) 2011-08-24 2017-07-25 Z124 Unified desktop docking behavior for window stickiness
US9811528B2 (en) 2010-12-09 2017-11-07 Yosef Benraz Systems and methods for providing continuing access to a remote computer program
US20180335913A1 (en) * 2017-05-16 2018-11-22 Apple Inc. Drag and drop for touchscreen devices
US10990259B2 (en) * 2015-05-20 2021-04-27 Vmware, Inc. Optimizing window move actions for remoted applications
US11188366B2 (en) 2010-01-27 2021-11-30 Vmware, Inc. Independent access to virtual machine desktop content
US20220244859A1 (en) * 2021-02-01 2022-08-04 Aten International Co., Ltd. Data transmission method
US20220291808A1 (en) * 2021-02-08 2022-09-15 Meta Platforms Technologies, Llc Integrating Artificial Reality and Other Computing Devices
US11467717B2 (en) 2016-03-25 2022-10-11 Vmware, Inc. Optimizing window resize actions for remoted applications
CN115657918A (en) * 2020-07-29 2023-01-31 华为技术有限公司 Cross-device object dragging method and device

Families Citing this family (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ES2390890T3 (en) * 2005-01-31 2012-11-19 Cortado Ag Method and system for printing through an application server, as well as a corresponding computer program and a corresponding computer-readable memory medium
US7533349B2 (en) * 2006-06-09 2009-05-12 Microsoft Corporation Dragging and dropping objects between local and remote modules
US10503342B2 (en) 2006-08-04 2019-12-10 Apple Inc. User interface spaces
US9619304B2 (en) * 2008-02-05 2017-04-11 Adobe Systems Incorporated Automatic connections between application components
US8370519B2 (en) 2008-02-12 2013-02-05 Microsoft Corporation Copying data onto an expandable memory in a wireless device using a desktop interface
US20140040862A1 (en) * 2008-04-03 2014-02-06 Adobe Systems Incorporated Copying Reusable Components from a Remote Source
US8516125B2 (en) * 2008-06-08 2013-08-20 Apple Inc. System and method for simplified data transfer
US9626363B2 (en) * 2008-06-08 2017-04-18 Apple Inc. System and method for placeshifting media playback
US11258652B2 (en) 2008-06-08 2022-02-22 Apple Inc. System and method for placeshifting media playback
US8656293B1 (en) 2008-07-29 2014-02-18 Adobe Systems Incorporated Configuring mobile devices
TW201020901A (en) 2008-11-20 2010-06-01 Ibm Visual feedback for drag-and-drop operation with gravitational force model
US8169904B1 (en) * 2009-02-26 2012-05-01 Sprint Communications Company L.P. Feedback for downlink sensitivity
US8555185B2 (en) 2009-06-08 2013-10-08 Apple Inc. User interface for multiple display regions
US9141412B2 (en) * 2009-06-16 2015-09-22 Microsoft Technology Licensing, Llc Terminal services application virtualization for compatibility
US8239781B2 (en) * 2009-06-30 2012-08-07 Sap Ag Drag and drop of an application component to desktop
US20110119609A1 (en) * 2009-11-16 2011-05-19 Apple Inc. Docking User Interface Elements
US8610924B2 (en) 2009-11-24 2013-12-17 International Business Machines Corporation Scanning and capturing digital images using layer detection
US8441702B2 (en) 2009-11-24 2013-05-14 International Business Machines Corporation Scanning and capturing digital images using residue detection
KR20110064674A (en) 2009-12-08 2011-06-15 삼성전자주식회사 Dynamic local function binding apparatus and method
US8555187B2 (en) * 2010-02-16 2013-10-08 Google Inc. Server-based data sharing in computer applications using a clipboard
US8527891B2 (en) 2010-08-13 2013-09-03 International Business Machines Corporation Enabling user interactions between user interface components
CN102566983B (en) * 2010-12-07 2016-04-20 腾讯科技(深圳)有限公司 Object based on Windows system pulls implementation method and system thereof
US8489680B1 (en) 2011-08-18 2013-07-16 Google Inc. Transmission of input values using an unreliable communication link
US20130097541A1 (en) * 2011-10-13 2013-04-18 Gface Gmbh Smart drag and drop
KR101943987B1 (en) * 2011-12-06 2019-04-17 삼성전자주식회사 System and method for sharing page by device
CN103186430A (en) * 2011-12-30 2013-07-03 联想(北京)有限公司 File operation device and method and corresponding digital processing equipment and digital processing system
CN103186421A (en) * 2011-12-31 2013-07-03 联想(北京)有限公司 Method and device for realizing data interaction on remote desktop of hybrid system
US8943582B1 (en) * 2012-07-18 2015-01-27 Amazon Technologies, Inc. Transferring information among devices using cameras
US20140047368A1 (en) * 2012-08-13 2014-02-13 Magnet Systems Inc. Application development tool
CN104571782A (en) * 2013-10-18 2015-04-29 腾讯科技(深圳)有限公司 Remote control method, system, controlling terminal and controlled terminal
CN103955328B (en) * 2014-04-29 2017-01-18 广东威创视讯科技股份有限公司 Method and system for looking up display content in spliced wall by operation end
US10516980B2 (en) 2015-10-24 2019-12-24 Oracle International Corporation Automatic redisplay of a user interface including a visualization
US10664488B2 (en) 2014-09-25 2020-05-26 Oracle International Corporation Semantic searches in a business intelligence system
US10417247B2 (en) 2014-09-25 2019-09-17 Oracle International Corporation Techniques for semantic searching
CN108139803B (en) 2015-10-08 2021-04-20 Pcms控股公司 Method and system for automatic calibration of dynamic display configuration
US11614857B2 (en) 2017-06-02 2023-03-28 Oracle International Corporation Importing, interpreting, and presenting data
US10956237B2 (en) * 2017-06-02 2021-03-23 Oracle International Corporation Inter-application sharing of business intelligence data
US10917587B2 (en) 2017-06-02 2021-02-09 Oracle International Corporation Importing and presenting data
JP6961402B2 (en) * 2017-06-22 2021-11-05 キヤノン株式会社 Information processing equipment, control methods, and programs
US11237699B2 (en) 2017-08-18 2022-02-01 Microsoft Technology Licensing, Llc Proximal menu generation
US11301124B2 (en) * 2017-08-18 2022-04-12 Microsoft Technology Licensing, Llc User interface modification using preview panel
US10783012B2 (en) 2018-04-20 2020-09-22 CopyBucket, Inc. Systems and methods for efficient inter-device data exchange
US11741673B2 (en) 2018-11-30 2023-08-29 Interdigital Madison Patent Holdings, Sas Method for mirroring 3D objects to light field displays
US20200192539A1 (en) * 2018-12-13 2020-06-18 Vmware, Inc. System and method for operating system event redirection
CN109782976B (en) * 2019-01-15 2020-12-22 Oppo广东移动通信有限公司 File processing method, device, terminal and storage medium
CN114138145A (en) * 2021-11-30 2022-03-04 武汉噢易云计算股份有限公司 Application virtualization file dragging method, device and equipment and readable storage medium
CN114928524B (en) * 2022-05-20 2024-03-26 浪潮思科网络科技有限公司 Interaction method, device and medium of WEB terminal and switch

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6138150A (en) * 1997-09-03 2000-10-24 International Business Machines Corporation Method for remotely controlling computer resources via the internet with a web browser
US6941382B1 (en) * 2000-02-07 2005-09-06 Raja Tuli Portable high speed internet or desktop device
US7017162B2 (en) * 2001-07-10 2006-03-21 Microsoft Corporation Application program interface for network software platform
US20060092268A1 (en) * 2004-10-15 2006-05-04 Sang Chul Ahn Teleconference method with a shared working space
US20070282951A1 (en) * 2006-02-10 2007-12-06 Selimis Nikolas A Cross-domain solution (CDS) collaborate-access-browse (CAB) and assured file transfer (AFT)

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08272715A (en) * 1995-03-31 1996-10-18 Canon Inc Information transferring method and bulletin board device
US5767851A (en) * 1996-01-29 1998-06-16 Sun Microsystems, Inc. Method and apparatus for emulating an environment's drag and drop functionality in a host environment
US6687745B1 (en) 1999-09-14 2004-02-03 Droplet, Inc System and method for delivering a graphical user interface of remote applications over a thin bandwidth connection
TW559699B (en) * 2000-01-12 2003-11-01 Sony Corp Image display device and method
US7117504B2 (en) * 2001-07-10 2006-10-03 Microsoft Corporation Application program interface that enables communication for a network software platform
US7546602B2 (en) * 2001-07-10 2009-06-09 Microsoft Corporation Application program interface for network software platform
US6920461B2 (en) * 2001-07-10 2005-07-19 Microsoft Corp. Application program interface for network software platform
US7165239B2 (en) * 2001-07-10 2007-01-16 Microsoft Corporation Application program interface for network software platform
JP2003091489A (en) * 2001-09-14 2003-03-28 Sony Corp Network information processing system and information processing method
US20030093466A1 (en) * 2001-11-15 2003-05-15 Jarman James D. Drag and drop technology for remote control tool
US7650575B2 (en) 2003-03-27 2010-01-19 Microsoft Corporation Rich drag drop user interface
US20050091359A1 (en) 2003-10-24 2005-04-28 Microsoft Corporation Systems and methods for projecting content from computing devices
US7721254B2 (en) * 2003-10-24 2010-05-18 Microsoft Corporation Programming interface for a computer platform
US7590750B2 (en) 2004-09-10 2009-09-15 Microsoft Corporation Systems and methods for multimedia remoting over terminal server connections
JP4738805B2 (en) * 2004-12-16 2011-08-03 株式会社リコー Screen sharing system, screen sharing method, screen sharing program
US7533349B2 (en) * 2006-06-09 2009-05-12 Microsoft Corporation Dragging and dropping objects between local and remote modules

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6138150A (en) * 1997-09-03 2000-10-24 International Business Machines Corporation Method for remotely controlling computer resources via the internet with a web browser
US6941382B1 (en) * 2000-02-07 2005-09-06 Raja Tuli Portable high speed internet or desktop device
US7017162B2 (en) * 2001-07-10 2006-03-21 Microsoft Corporation Application program interface for network software platform
US20060092268A1 (en) * 2004-10-15 2006-05-04 Sang Chul Ahn Teleconference method with a shared working space
US20070282951A1 (en) * 2006-02-10 2007-12-06 Selimis Nikolas A Cross-domain solution (CDS) collaborate-access-browse (CAB) and assured file transfer (AFT)

Cited By (79)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080141153A1 (en) * 2006-12-07 2008-06-12 Frederic Samson Cooperating widgets
US20080215998A1 (en) * 2006-12-07 2008-09-04 Moore Dennis B Widget launcher and briefcase
US8117555B2 (en) * 2006-12-07 2012-02-14 Sap Ag Cooperating widgets
US9384346B1 (en) 2006-12-29 2016-07-05 Google Inc. Local service access within a web based application framework
US7895296B1 (en) 2006-12-29 2011-02-22 Google, Inc. Local storage for web based native applications
US8335817B1 (en) * 2006-12-29 2012-12-18 Google Inc. Message passing within a web based application framework
US9391826B1 (en) 2006-12-29 2016-07-12 Google Inc. Collaborative web based applications
US8612547B1 (en) 2006-12-29 2013-12-17 Google Inc. Container interrupt services
US8539073B1 (en) 2006-12-29 2013-09-17 Google Inc. Startup of container applications
US9686322B2 (en) 2006-12-29 2017-06-20 Google Inc. Container interrupt services
US8248636B1 (en) 2006-12-29 2012-08-21 Google Inc. WYSIWYG printing for web based applications
US20090094561A1 (en) * 2007-10-05 2009-04-09 International Business Machines Corporation Displaying Personalized Documents To Users Of A Surface Computer
US20090094515A1 (en) * 2007-10-06 2009-04-09 International Business Machines Corporation Displaying Documents To A Plurality Of Users Of A Surface Computer
US9134904B2 (en) 2007-10-06 2015-09-15 International Business Machines Corporation Displaying documents to a plurality of users of a surface computer
US20090091555A1 (en) * 2007-10-07 2009-04-09 International Business Machines Corporation Non-Intrusive Capture And Display Of Objects Based On Contact Locality
US8139036B2 (en) 2007-10-07 2012-03-20 International Business Machines Corporation Non-intrusive capture and display of objects based on contact locality
US20090091539A1 (en) * 2007-10-08 2009-04-09 International Business Machines Corporation Sending A Document For Display To A User Of A Surface Computer
US8024185B2 (en) 2007-10-10 2011-09-20 International Business Machines Corporation Vocal command directives to compose dynamic display text
US20090237363A1 (en) * 2008-03-20 2009-09-24 Microsoft Corporation Plural temporally overlapping drag and drop operations
US20090300510A1 (en) * 2008-05-27 2009-12-03 Supportspace Ltd. Simultaneous remote and local control of computer desktop
US9100383B2 (en) * 2008-05-27 2015-08-04 Bby Solutions, Inc. Simultaneous remote and local control of computer desktop
US20150126175A1 (en) * 2008-06-04 2015-05-07 Nec Corporation Method for enabling a mobile user equipment to drag and drop data objects between distributed applications
US20100115442A1 (en) * 2008-10-30 2010-05-06 Guillaume Dorbes Method for operating an ending widget with data retrieved from a starting widget
US20100174987A1 (en) * 2009-01-06 2010-07-08 Samsung Electronics Co., Ltd. Method and apparatus for navigation between objects in an electronic apparatus
US8650634B2 (en) 2009-01-14 2014-02-11 International Business Machines Corporation Enabling access to a subset of data
US9237200B2 (en) 2009-08-21 2016-01-12 Avaya Inc. Seamless movement between phone and PC with regard to applications, display, information transfer or swapping active device
US20120212450A1 (en) * 2009-10-23 2012-08-23 Rakuten, Inc. Function execution program, terminal device, function execution method, recording medium and information processing system
US9671952B2 (en) * 2009-10-23 2017-06-06 Rakuten, Inc. Function execution program, terminal device, function execution method, recording medium and information processing system
US20130174062A1 (en) * 2009-12-23 2013-07-04 Nokia Corporation Method and Apparatus for Display Device
US11188366B2 (en) 2010-01-27 2021-11-30 Vmware, Inc. Independent access to virtual machine desktop content
US20160014216A1 (en) * 2010-01-27 2016-01-14 Vmware, Inc. Native viewer use for service results from a remote desktop
US10827004B2 (en) * 2010-01-27 2020-11-03 Vmware, Inc. Native viewer use for service results from a remote desktop
CN102262528A (en) * 2010-05-26 2011-11-30 腾讯科技(深圳)有限公司 Instant messaging client and method for dragging on embedded webpage thereof
US20110307817A1 (en) * 2010-06-11 2011-12-15 Microsoft Corporation Secure Application Interoperation via User Interface Gestures
US8335991B2 (en) * 2010-06-11 2012-12-18 Microsoft Corporation Secure application interoperation via user interface gestures
US20120030664A1 (en) * 2010-07-30 2012-02-02 Sap Ag Processing of software objects moved into a dropzone region of an application
US20120131483A1 (en) * 2010-11-22 2012-05-24 International Business Machines Corporation Drag-and-drop actions for web applications using an overlay and a set of placeholder elements
US9811528B2 (en) 2010-12-09 2017-11-07 Yosef Benraz Systems and methods for providing continuing access to a remote computer program
US20120174012A1 (en) * 2010-12-31 2012-07-05 Hon Hai Precision Industry Co., Ltd. Image processing system and method
US8607150B2 (en) * 2010-12-31 2013-12-10 Hon Hai Precision Industry Co., Ltd. System and method for dragging image between multiple windows
US20140013239A1 (en) * 2011-01-24 2014-01-09 Lg Electronics Inc. Data sharing between smart devices
US20120278727A1 (en) * 2011-04-29 2012-11-01 Avaya Inc. Method and apparatus for allowing drag-and-drop operations across the shared borders of adjacent touch screen-equipped devices
US9367224B2 (en) * 2011-04-29 2016-06-14 Avaya Inc. Method and apparatus for allowing drag-and-drop operations across the shared borders of adjacent touch screen-equipped devices
WO2012160561A1 (en) * 2011-05-23 2012-11-29 Tako Technology Ltd. Computerized system and method for remote accessto a computer program
US9280512B2 (en) 2011-05-23 2016-03-08 Yosef Benraz Computerized system and method for remote access to a computer program
US9405459B2 (en) 2011-08-24 2016-08-02 Z124 Unified desktop laptop dock software operation
US9122441B2 (en) 2011-08-24 2015-09-01 Z124 Opening applications in unified desktop
US9003311B2 (en) 2011-08-24 2015-04-07 Z124 Activating applications in unified desktop
US9213516B2 (en) * 2011-08-24 2015-12-15 Z124 Displaying a unified desktop across devices
US9715252B2 (en) 2011-08-24 2017-07-25 Z124 Unified desktop docking behavior for window stickiness
US20130080939A1 (en) * 2011-08-24 2013-03-28 Paul E. Reeves Displaying a unified desktop across devices
US8904165B2 (en) 2011-09-27 2014-12-02 Z124 Unified desktop wake and unlock
US9268518B2 (en) 2011-09-27 2016-02-23 Z124 Unified desktop docking rules
US20130080143A1 (en) * 2011-09-27 2013-03-28 Paul E. Reeves Unified desktop docking behavior with device as master
US8874894B2 (en) 2011-09-27 2014-10-28 Z124 Unified desktop wake and unlock
US9069518B2 (en) 2011-09-27 2015-06-30 Z124 Unified desktop freeform window mode
US11573597B2 (en) 2011-09-27 2023-02-07 Z124 Displaying a unified desktop across connected devices
US8872727B2 (en) 2011-09-27 2014-10-28 Z124 Activating applications in portions of unified desktop
US9164544B2 (en) 2011-12-09 2015-10-20 Z124 Unified desktop: laptop dock, hardware configuration
US20170024101A1 (en) * 2012-05-25 2017-01-26 Panasonic Intellectual Property Corporation Of America Information processing device, information processing method, and information processing program
US10082947B2 (en) * 2012-05-25 2018-09-25 Panasonic Intellectual Property Corporation Of America Information processing device, information processing method, and information processing program
US8970492B2 (en) * 2012-06-08 2015-03-03 Microsoft Technology Licensing, Llc Remote session control using multi-touch inputs
US9542020B2 (en) 2012-06-08 2017-01-10 Microsoft Technology Licensing, Llc Remote session control using multi-touch inputs
US20130328779A1 (en) * 2012-06-08 2013-12-12 Microsoft Corporation Remote session control using multi-touch inputs
US20140067915A1 (en) * 2012-09-03 2014-03-06 Samsung Electronics Co., Ltd. Terminal device and data communication method thereof
US9270788B2 (en) * 2012-09-03 2016-02-23 Samsung Electronics Co., Ltd. Terminal device and data communication method thereof
US10740299B2 (en) 2013-12-16 2020-08-11 Yosef Benraz Systems and methods for providing continuing access to a remote computer program
US10990259B2 (en) * 2015-05-20 2021-04-27 Vmware, Inc. Optimizing window move actions for remoted applications
US10088981B2 (en) * 2015-12-29 2018-10-02 Sap Se User engagement application across user interface applications
US20170185244A1 (en) * 2015-12-29 2017-06-29 Sap Se User engagement application across user interface applications
US11467717B2 (en) 2016-03-25 2022-10-11 Vmware, Inc. Optimizing window resize actions for remoted applications
US10705713B2 (en) 2017-05-16 2020-07-07 Apple Inc. Drag and drop for touchscreen devices
US10860200B2 (en) * 2017-05-16 2020-12-08 Apple Inc. Drag and drop for touchscreen devices
US10884604B2 (en) 2017-05-16 2021-01-05 Apple Inc. Drag and drop for touchscreen devices
US10444976B2 (en) * 2017-05-16 2019-10-15 Apple Inc. Drag and drop for touchscreen devices
US20180335913A1 (en) * 2017-05-16 2018-11-22 Apple Inc. Drag and drop for touchscreen devices
CN115657918A (en) * 2020-07-29 2023-01-31 华为技术有限公司 Cross-device object dragging method and device
US20220244859A1 (en) * 2021-02-01 2022-08-04 Aten International Co., Ltd. Data transmission method
US20220291808A1 (en) * 2021-02-08 2022-09-15 Meta Platforms Technologies, Llc Integrating Artificial Reality and Other Computing Devices

Also Published As

Publication number Publication date
RU2008148326A (en) 2010-06-20
EP2033107A4 (en) 2017-03-29
CA2654040A1 (en) 2007-12-13
MX2008015484A (en) 2009-03-06
US7802195B2 (en) 2010-09-21
CN101467139B (en) 2012-05-30
BRPI0712350A2 (en) 2012-05-29
TW200807948A (en) 2008-02-01
CN101467139A (en) 2009-06-24
EP2033107B1 (en) 2019-08-07
WO2007142708A1 (en) 2007-12-13
EP2033107A1 (en) 2009-03-11
JP4482615B2 (en) 2010-06-16
US20090210811A1 (en) 2009-08-20
AU2007257440A1 (en) 2007-12-13
RU2430405C2 (en) 2011-09-27
KR20090027624A (en) 2009-03-17
JP2009540428A (en) 2009-11-19
US7533349B2 (en) 2009-05-12

Similar Documents

Publication Publication Date Title
US7533349B2 (en) Dragging and dropping objects between local and remote modules
US11025750B2 (en) Determining whether to perform requests at a server or at a client device based on resources provided by the client device
AU2013293535B2 (en) Providing access to a remote application via a web client
EP1214667B1 (en) Methods and apparatus for efficiently transmitting interactive application data between a client and server using markup language
US9531840B2 (en) Method and system for changing execution environments during application execution
US20120198374A1 (en) Drag and drop interaction between components of a web application
EP1577787A1 (en) Real-time web sharing system
CN110769048B (en) Seamless connection method and system for local virtual desktop and remote virtual desktop
US20190297125A1 (en) Method and electronic device for editing content
KR20080041634A (en) Method and system for improving client-servlet communication
US10581950B2 (en) Local operation of remotely executed applications
WO2008154084A1 (en) Method and architecture supporting high performance web applications
CN108933947B (en) Bullet screen display method and device
US11243679B2 (en) Remote data input framework
JP2010182074A (en) File sharing system, file sharing method and its program
CN115454296B (en) Intelligent fusion method for user behaviors in cross-operation environment
CN114911402B (en) Dragging interaction method and system between remote application and local system
US20090210784A1 (en) Active data push delivery
JP5543013B2 (en) Method and apparatus in IPTV terminal
JP6596616B2 (en) Content sharing system, content sharing method and program

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SAUL, ELTON;CARTER-SCHWENDLER, CARL M.;ABDO, NADIM Y.;REEL/FRAME:017761/0896;SIGNING DATES FROM 20060607 TO 20060609

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034542/0001

Effective date: 20141014

FPAY Fee payment

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12