Drag and drop between screws

I don't have much by using the drag and drop experience. I think using a tree control that appears in a sub VI with a list of channel names. I want to drag the name of the channel on an indicator on my main façade. There will be little code concerned after that to get the data of this channel in the indicator, which was chosen, but I don't know how to start the process of moving between the screws the Subvi with the tree control must have a structure of the event? Do I need a FG of operation between the two screws?

Hi deskpilot,.

Order the attached example. This should help you. Run the screw and try to drag in the drop-down list and drop into the VISA control

Kind regards
Amine31

(Bravo to give good answers, mark it as a Solution If your problem is resolved)

Tags: NI Software

Similar Questions

  • Cannot drag-and - drop between host and guest

    12 workstation

    Host = 10 Pro x 64 Windows

    Comments = 10 Pro x 64 Windows

    Everything is entirely up to date, etc. on a Z87 PC chipset.

    I can copy and paste. I can drag-and - drop comments to the host.

    I can't drag-and - drop between host and guest! lol I just get that bar circle icon.

    I'm totally stumped! I tried a myriad of common things...uninstalled/reinstalled VMWARE, then Tools, then even tried to create new guests. I do not have eccentric tweaks or customizations. It is a desktop PC that I use for a laboratory test and my business. I have no other problems in addition to this. Yet, on my other system, essentially a nearly identical configuration, I don't have this problem.

    Any suggestions?

    SOLUTION FOUND!

    The problem boils down to a matter of RUN AS ADMIN. On the HOST problem, it has been set to RUN as administrator. I've not done this! He has just installed that way automatically. Once I stopped that and it ran normally, all was well again. Read below for more details.

    I have two virtual HOST machine configurations almost identical - we'll we'll call HOST 1 and HOST 2. HOST 2 works perfectly without a problem. Drag and drop, to navigate to drives mapped to access NAS stored VMs, etc...

    I began to compare what was similar vs. different between the two. On HOST 1 (problem child even as I could slide properly - drop on), I noticed that I could not navigate to my NAS location where some virtual machines are stored. In the left navigation panel, the mapped drives would appear as drive letters with question marks next to them as you can see in the image below.

    I deleted the mapped drives then mapped them still fresh, did an other CLEAN uninstall VMWARE WS PRO 12. I combed the registry, records and checked for devices hidden in Device Manager. Clean as a whistle! I reinstalled 12 Workstation and returned the problem! I could yet drag-and - drop properly or navigate to mapped drives. Then I noticed the HOST 2 that he was not being RUN as administrator. Really? So, I removed this parameter and TA DA! Everything started to work properly. I don't know if it's a bug, or knowledge common to others but for me it was new. I don't know why, by default, when installing 1 HOST went down VMWARE to run as administrator, but it was.

    Bottom line - do not run VMWARE as an administrator.

  • Drag and Drop between 2 DataGrids

    I need to drag-and - drop between a series of data grids. However, when I drag from one to the other, he must not remove from the original, just make a copy. This may seem like an easy question, but I am a n00b and need help. Thank you!

    Visit this link, it's a very similar example: (with the list component and removes the element of the old list)
    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=dragdrop_7.html

    check the destination component dragOver event. You can reject the trail and add a copy to your list or accept the drag and attach a copy of the source list.

  • Drag and drop between applications using as3

    Giddayguys

    Research on features just drag-and - d├⌐poser of AS3 in the Air, specifically by dragging an AIR application data in an air application No.  You have no control over what happens to the data once the application without Air?  for example if I click on a datagrid control in the AIR and he copied the text in the column to the Clipboard and then I drag out of the AIR in, for example, Windows Notepad, can I paste data from the Clipboard by a fall?

    Thank you

    Wow, I thought flash.desktop was all the AIR, my mistake, thanks for the info as always kglad!

    And #8 is still correct, there is no simple interface air via drag and drop in another application. The main reason is that other applications will need to be programmed to the win32 message and know how to handle. Some applications may allow it, but you have to respect their API to accomplish this. Less do you a DONKEY win32, chances are that the simple answer to your question is no, this is not possible (for good reasons).

  • Cannot drag and drop between OSX and OSX VM

    Fusion 5.03

    10.8.4 OSX patch entirely on the virtual machine and the host.

    I'm just trying to drag a file 397KO from the desktop of the host to the desktop of the virtual machine

    I have the drag and it snaps back on the desktop of the host.

    I uninstalled and reinstalled the VMWare Tools in the virtual machine.

    I have also uninstalelled and then rebooted and then installed and restarted with no luck.

    I also rebooted the host as well.

    It was originally a Lion install where tools were installed and then upgraded to level to Mountain Lion and then patches.

    I guess it's probably something simple I'm missing.

    Thanks for the help

    Josh

    When in doubt, read the documentation!   Take a look on: create an OS X Server, VMware Fusion Virtual Machine

  • Need help with virtual shelf - drag and drop between components?

    Hello

    Im trying to create a virtual shelf, where book spines are clips of individual video that can be dragged and re-ordered on the set.  For the moment I can drag the thorns to a target affected, but not just any target or "nudge" the position of other books along.

    I'm sorry that if that's a little vague I'm not experienced in as3, please do not hesitate to ask any questions and I'll do my best to answer.  IM thinking that a table is necessary which occupies the posts, but I'm not sure how to put it all together!

    Any help is greatly appreciated! The code I have so far is:

    import flash.events.MouseEvent;
    import flash.display.MovieClip;

    var dragArray:Array = [red, blue, green, purple, yellow];
    var matchArray:Array is [target1, target2, target3, target4, target5];.

    var currentClip:MovieClip;
    var startX:Number;
    var startY: number;

    for (var i: int = 0; i < dragArray.length; i ++) {}
    dragArray [i] .buttonMode = true;
    dragArray [i] .addEventListener (MouseEvent.MOUSE_DOWN, item_onMouseDown);
    matchArray [i] .alpha = 0.2;
    }

    function item_onMouseDown(event:MouseEvent):void {}
    currentClip = MovieClip (event.currentTarget);
    startX = currentClip.x;
    startY = currentClip.y;
    addChild (currentClip); bring to front
    currentClip.startDrag ();
    stage.addEventListener (MouseEvent.MOUSE_UP, stage_onMouseUp);
    }

    function stage_onMouseUp(event:MouseEvent):void {}
    stage.removeEventListener (MouseEvent.MOUSE_UP, stage_onMouseUp);
    currentClip.stopDrag ();
    var int index = dragArray.indexOf (currentClip);
    var matchClip:MovieClip = MovieClip (matchArray [index]);
    If (matchClip.hitTestPoint (currentClip.x, currentClip.y, true)) {}
    a match was found. Position the clip on the corresponding clip:
    currentClip.x = matchClip.x;
    currentClip.y = matchClip.y;
    make not draggable:
    currentClip.removeEventListener (MouseEvent.MOUSE_DOWN, item_onMouseDown);
    currentClip.buttonMode = false;
    } else {}
    football match has not, so send the clip to the back where he began:
    currentClip.x = startX;
    currentClip.y = startY;
    }
    }

    Yes, you can double click on activate your movieclips and assign the function double click listeners who use navigateToURL

    dragArray [0] .doubleClickEnabled = true;

    dragArray [0] .addEventListener (MouseEvent.DOUBLE_CLICK, f);

    function f(e:Event):void {}

    navigateToURL (new URLRequest ("http://www.adobe.com"));

    }

  • Drag and drop support with the VM mountain lion

    Hi all

    I recently got a new macbook pro (with retina display and the 16 GB and of course the SSD - very soft). I created a machine virtual windows 7 for my windows applications and I also wanted a separate VM to develop on with Mountain Lion, so I downloaded the Cougar from the app store and created an image of mountain lion. My only problem is that it doesn't seem to be any support for drag and drop between my host mountain lion and my mountain lion guest VM. If I try to drag and drop with my windows 7 VM, it works well, but not mountain Lion mountain lion.

    Does anyone know if there are a few settings that I can turn it on or if it is supposed to work? Furthermore, I am under Fusion 5.0.3 and am on MacOS 10.8.3 (on my host and the guest operating system).

    Thank you

    -Jeff

    Hi Jeff,

    Yes it is a limitation having Mac OS X as a guest operating system. There are some other limitations as well as

    • SVGA only.  No chart 2D or 3D accelerated.
    • No unit.
    • No fullscreen multimon support.
    • No USB 3.0 support.

    You can make a feature request or via this link: http://www.vmware.com/contact/contactus.html?department=prod_request

    Thank you

  • Drag and Drop with DataGrid to Image

    Hi all

    I have experimented with drag and drop between DataGrids. It was pretty simple, but what I want is to take a line from a DataGrid and drop it on an Image. Can I use or overlap the DataGrid drag and drop with a manual drag and drop for the Image? Or should I manually add the drag and drop only?

    I guess I'm just trying getting the Image to accept the line of the data grid.

    Hello

    Yes, you can interwine the two. I did something similar, except in my case I
    working with a datagrid and a tree and I need to override the default behavior for the tree.

    Just use dragEnabled = "true" to the datagrid control.

    Then the Image to define functions for the dragEnter and dragDrop events (and from other events, drag if you wish).

    private void doEnter(event:Event):void
    {
    DragManager.acceptDragDrop (Image (event.currentTarget));
    }

    private void doDrop(event:Event):void
    {
    your code here
    }
    Don't forget to add:
    Import mx.managers.DragManager;

  • Drag and drop external text in a Flex component

    Hello

    is there a way to enable drag and drop external text (for example, the text selected from another browser or even from the address bar) in a Flex as a TextArea component? I know how to drag and drop between two different Flex components, but in this case, the source is external. There must be something I can do to TextArea as its dragdrop property to enable this feature... any help would be greatly appreciated.

    Thank you
    Josh

    Short answer: Yes, as long as it's an AIR app.

    Browser-based Flex applications do not have access to ClipBoardFormats, so I'm not sure that it is possible to do what I think you want to do - have a Flex application on the web that allows you to drag and drop the text selected from other apps. More likely because of the running in Flash player security sandbox.

    However, if you want to do in an AIR application, I built this for example for you (you can see a more 'clean' version with good dashes to http://pastebin.com/f741cbac8 ):


    http://www.Adobe.com/2006/mxml '.
    creationComplete = "initDandD (); "width ="500"height ="600">


    public function initDandD (): void {}
    addEventListener (NativeDragEvent.NATIVE_DRAG_ENTER, onDragIn);
    addEventListener (NativeDragEvent.NATIVE_DRAG_DROP, onDragDrop);
    }

    private void onDragIn(e:NativeDragEvent):void {}
    {if (e.Clipboard.hasFormat (ClipboardFormats.TEXT_FORMAT))}
    NativeDragManager.acceptDragDrop (this);
    }
    }

    private void onDragDrop(e:NativeDragEvent):void {}
    var myString:String = e.clipboard.getData (ClipboardFormats.TEXT_FORMAT) as String

    myTextArea.text = myString;
    }

    ]]>


  • Drag and Drop ad dataProviders

    Hi all

    I am trying to transfer data from a tilelists 2. I pass the data through an article that I was drag and drop between the tilelists. Now, I want to change an xml attribute in the data once the item is deleted in the new tilelist as described below:

    private void chartDragDropHandler(event:DragEvent):void {}
    If (event.dragSource.hasFormat ("items"))
    {
    dropTarget var = event.currentTarget;
    event.dragSource.dataForFormat ('items') [0] .@inventory_glyph_id = dropTarget.id;
    }
    }

    When I trace data in the dropTarget, the data is passed except the inventory_glyph_id is not changed as expected. Is there another way to do this? TIA b

    Hello Tracy, thanks for the reply.

    I looked in the DragComplete event, but the dropTarget is null. I need the dropTarget id in the Manager. But I thought about it! So, I went back with the handler for the DragDrop event. Turns, I just had to use the dragSource.addData method to change the data of drag. Finished function below:

  • How to drag and drop nodes to tab between the components of the tab

    I'm working on this tutorial example ( feature drag - move in the JavaFX Applications |) JavaFX tutorials and Documentation 2 ). Based on the tutorial I want to drag tabs between two tabs. So far, I have managed to create this code, but I need help to complete the code.

    Source

    tabPane = new TabPane();
    Tab tabA = new Tab();
       Label tabALabel = new Label("Main Component");
    
    
    tabPane.setOnDragDetected(new EventHandler<MouseEvent>()
            {
                @Override
                public void handle(MouseEvent event)
                {
                    /* drag was detected, start drag-and-drop gesture*/
                    System.out.println("onDragDetected");
    
                    /* allow any transfer mode */
                    Dragboard db = tabPane.startDragAndDrop(TransferMode.ANY);
    
                    /* put a string on dragboard */
                    ClipboardContent content = new ClipboardContent();
                    content.put(DataFormat.PLAIN_TEXT, tabPane);
                    db.setContent(content);
    
                    event.consume();
                }
            });
    

    What is the correct way to insert the contents of the tab as an object? In the tutorial simple text is transferred. How do I change this line content.put(DataFormat.PLAIN_TEXT, tabPane); ?

    And what is the right way to insert the tab after that I drag the tab:

    Destination


    tabPane.setOnDragDropped(new EventHandler<DragEvent>()
            {
                @Override
                public void handle(DragEvent event)
                {
                    /* data dropped */
                    /* if there is a string data on dragboard, read it and use it */
                    Dragboard db = event.getDragboard();
                    boolean success = false;
                    if (db.hasString())
                    {
                        //tabPane.setText(db.getString());
                        Tab tabC = new Tab();
                        tabPane.getTabs().add(tabC);
                        success = true;
                    }
                    /* let the source know whether the string was successfully
                     * transferred and used */
                    event.setDropCompleted(success);
    
                    event.consume();
                }
            });
    



    I guess that this transfer is possible?

    REF javafx 2 - How to drag and drop nodes between the components of the tab - stack overflow tab

    I use a graphic (instead of text) for tabs and call setOnDragDetected on this chart. That way you know which tab is moved. There is no nice way to put the tab itself in the dragboard because it is not serializable (see https://javafx-jira.kenai.com/browse/RT-29082), so you'll want to probably just store currently slipped into a property tab.

    Here's a quick example; It only add the tab at the end of the existing tabs in the pane has fallen. If you want to insert it in the location that is closest to the actual drop you probably browse the tabs and find details of chart of each tab, or something.

    import java.util.Random;
    
    import javafx.application.Application;
    import javafx.beans.property.ObjectProperty;
    import javafx.beans.property.SimpleObjectProperty;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Label;
    import javafx.scene.control.Tab;
    import javafx.scene.control.TabPane;
    import javafx.scene.input.ClipboardContent;
    import javafx.scene.input.DragEvent;
    import javafx.scene.input.Dragboard;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.input.TransferMode;
    import javafx.scene.layout.StackPane;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    
    public class DraggingTabPane extends Application {
    
      private static final String TAB_DRAG_KEY = "tab" ;
      private ObjectProperty draggingTab ;
    
    @Override
      public void start(Stage primaryStage) {
      draggingTab = new SimpleObjectProperty<>();
      TabPane tabPane1 = createTabPane();
      TabPane tabPane2 = createTabPane();
      VBox root = new VBox(10);
      root.getChildren().addAll(tabPane1, tabPane2);
    
      final Random rng = new Random();
      for (int i=1; i<=8; i++) {
        final Tab tab = createTab("Tab "+i);
        final StackPane pane = new StackPane();
          int red = rng.nextInt(256);
          int green = rng.nextInt(256);
          int blue = rng.nextInt(256);
        String style = String.format("-fx-background-color: rgb(%d, %d, %d);", red, green, blue);
        pane.setStyle(style);
        final Label label = new Label("This is tab "+i);
        label.setStyle(String.format("-fx-text-fill: rgb(%d, %d, %d);", 256-red, 256-green, 256-blue));
        pane.getChildren().add(label);
        pane.setMinWidth(600);
        pane.setMinHeight(250);
        tab.setContent(pane);
        if (i<=4) {
          tabPane1.getTabs().add(tab);
        } else {
          tabPane2.getTabs().add(tab);
        }
      }
    
      primaryStage.setScene(new Scene(root, 600, 600));
      primaryStage.show();
      }
    
      public static void main(String[] args) {
      launch(args);
      }
    
      private TabPane createTabPane() {
        final TabPane tabPane = new TabPane();
        tabPane.setOnDragOver(new EventHandler() {
          @Override
          public void handle(DragEvent event) {
            final Dragboard dragboard = event.getDragboard();
            if (dragboard.hasString()
                && TAB_DRAG_KEY.equals(dragboard.getString())
                && draggingTab.get() != null
                && draggingTab.get().getTabPane() != tabPane) {
              event.acceptTransferModes(TransferMode.MOVE);
              event.consume();
            }
          }
        });
        tabPane.setOnDragDropped(new EventHandler() {
          @Override
          public void handle(DragEvent event) {
            final Dragboard dragboard = event.getDragboard();
            if (dragboard.hasString()
                && TAB_DRAG_KEY.equals(dragboard.getString())
                && draggingTab.get() != null
                && draggingTab.get().getTabPane() != tabPane) {
              final Tab tab = draggingTab.get();
              tab.getTabPane().getTabs().remove(tab);
              tabPane.getTabs().add(tab);
              event.setDropCompleted(true);
              draggingTab.set(null);
              event.consume();
            }
          }
        });
        return tabPane ;
      }
    
      private Tab createTab(String text) {
        final Tab tab = new Tab();
        final Label label = new Label(text);
        tab.setGraphic(label);
        label.setOnDragDetected(new EventHandler() {
          @Override
          public void handle(MouseEvent event) {
            Dragboard dragboard = label.startDragAndDrop(TransferMode.MOVE);
            ClipboardContent clipboardContent = new ClipboardContent();
            clipboardContent.putString(TAB_DRAG_KEY);
            dragboard.setContent(clipboardContent);
            draggingTab.set(tab);
            event.consume();
          }
        });
        return tab ;
      }
    }
    
  • Why don't I do drag and drop files between programs in windows 7?

    I just "upgraded" to Windows 7.  Why I can't drag and drop files into the program?  I get a circle with a bar.  Is there a setting I need to change to enable this feature?

    You most certainly can.  The same provisions still apply: If you try to drag an image file in Notepad, for example, it won't allow him, as always.

  • Cannot resize firefox so I can drag and drop to create a shortcut

    I can't make my Firefox page smaller so I can drag and drop a web site to create a shortcut. I use windows 7. I have no flu when I point at the bottom right. When I use zoom the page itself re sizes but not the window. I just need to see a bit of my office, so I can create a shortcut.

    Hi limomitch, Firefox will remember the last 'normal' window size by saving in this file you deleted (which Firefox creates new). To switch between the normal and maximized window styles, you usually just double-click the title bar of the window, or you can use the middle (the one between minimize and close) button in the upper right corner.

    If you find that the 'normal' window size has increased too, and if the lower right corner is not visible, you can try Alt + SPACEBAR. It is a convention of Windows on the scale to display the window control menu. If the size is not gray, press arrow down once, then the up arrow key repeatedly until the lower edge of the window is in view. Repeat with the left if necessary and right keys. (If the size is dimmed, choose restore and that might be all you need).

  • Right click mouse to drag and drop or rename folders and files does not work

    For a few weeks now, I had problems with the right click function to drag - move files and folders, or rename files and folders. This happens when I use windows Explorer or access to the computer and click thruogh for a feature. He can't go to all the folders and files, but many. I can't right click on these folders or files to change the sharing because explore closes and restarts on the desktop with a right-click. Manifest error "appcrash" reason. I have Norton Security suite installed and neither Norton or your fix program detects a problem.

    Please notify.

    awehnert

    Have you installed or removed/uninstalled all hardware or software or drivers since just before the start of this problem (if so, exactly what - name, version, device, whatever)?  Norton take any infection, although it is said that he cleaned their since just before the problem started?  If so, you know the names of these infections?

    Do you know when this problem started?  Try a system restore to a point in time BEFORE the problem started.  Here is the procedure: http://www.howtogeek.com/howto/windows-vista/using-windows-vista-system-restore/.  Don't forget to check the box to show more than 5 days of restore points.  If the first attempt fails, then try an earlier point or two.  NOTE: You will need to re - install any software and updates that you have installed between now and the restore point, but you can use Windows Update for updates.  It's been a while so I'm not sure that you have a fairly old restore point but it is possible - hopefully.

    Are these files and folders in your user profile?  If Yes, your user profile may become corrupted (in fact, if can still be corrupted if the folders are not there).  To fix this use http://windows.microsoft.com/en-AU/windows-vista/Fix-a-corrupted-user-profile.  If that is the only available Administrator Profile (you need to be an administrator to fix this), enable the Hidden Administrator Account (HAA) using http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?&lang=en&cr=US&guid=&sloc=en-us&dg=microsoft.public.windows.vista.administration_accounts_passwords&p=1&tid=d20f9db4-7b2c-48be-a087-7835dc2a9055&mid=d20f9db4-7b2c-48be-a087-7835dc2a9055.  If you don't remember the password, try nothing because that's probably what you (or seller) did during the installation.  Once that is done, don't forget to disable the HAA to save it in case it is necessary once again and for safety reasons (since people often try to hack into systems using this account).  Do NOT use the HAA as your administrator account because if you lose the only administrator on the system account or it is damaged again, then you're watered.

    We will check some of your system files and hard drive for ccorruption that may be the cause:

    Go to start / all programs / accessories / command prompt and right click on command prompt, and then click Run as administrator.

    Type sfc/scannow, go and let it run.  It will scan and try to correct some of your system files.  If all goes well he comes complete with no corruption, it could not repair (if it has these post of corruption here or try to analyze it to find the problem or files using http://support.microsoft.com/kb/928228.  Try to put all the corrupt files here so that we can see if they can be repaired with good copies of the installation disc (unless there are too many).

    While in the command prompt, type chkdsk /f /r and enter and let it run.  She might want to plan itself to start at the next startup.  Okay, then restart so that the program can run. It will scan and attempt to resolve any corruption or bad sectors on your hard drive and remove especially as a potential cause.

    Please checkwith the manufacturer to find out if there is a mouse driver updated (software or firmware) available for your make and model of mouse and your version of Vista.  Download and install to update the driver to the most recent available and see if that solves the drag and drop problem (even though I know that this will not affect the question of the name change).  Once you have the drivers, you can install them via the Manager device as follows: http://www.vistax64.com/tutorials/193584-device-manager-install-driver.html.

    If it doesn't (or if SFC detects corruption it cannot repair), we you will need to do a repair/system upgrade using the Windows Vista Installation disc authentic (you own or that you can borrow from someone).  Here is the procedure: http://www.vistax64.com/tutorials/88236-repair-install-vista.html.  Although this will not affect your data, settings or programs, you should always back up your data before you start just be on the safe side. You can have a lot of updates to re - install (including all you need to remove service packs).  If the version of the system came with SP1 or SP2 preinstalled and the disc is an earlier version, then you will need to make a record of slipstream as follows: http://www.vistax64.com/tutorials/151606-vista-sp1-slipstream-installation-dvd.html.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Virtual PC for Windows 7 - How to drag-and - drop or transfer files

    I am trying to use Virtual PC for Windows 7 and be able to identify ways to transfer files from my host system in a virtual PC, I created.

    I was previously using Virtual PC (VPC) 2007 under Vista and am familiar with just the files dragging and droping to and from my host on the virtual computer system.

    I enabled the integration services and am unsure of what the user really wants that the VPC. that is he doesn't want configure me a Local user on the virtual machine or the host.

    I was able to connect to the virtual computer by using a local user on the computer virtual account, but for the life of me can not find out how to transfer files that I used to.

    To achieve what I need, I copy files to a shared location on my network as my PC and the virtual computer has access.

    Can anyone suggest how to get the 'integration' works correctly then drag and drop files between the Bureau of the VPC and host is possible.

    Thank you.

    Integration features allows the WVPC7 to share resources and readers. Open the virtual machine settings, and these options are available:

    1. Audio. Without integration, sounds played inside the virtual machine are emulated using a SoundBlaster 16 card. Audio output is fairly shrill and unpleasant to play using MP3s that imitated the sound card. With audio integration, sounds inside the VM are routed via Protocol Office remotely to your physical card. Audio output will be much better.
    2. Clipboard. Host OS and guest OS supported can share contents of the Clipboard.
    3. Printer. Applications within the virtual machine can print using your physical printer. This is useful if you have a parallel printer (LPT1). For USB printers, click on the "USB" menu on the toolbar of the virtual machine monitor, then attach your USB printer to your virtual machine.
    4. Smart cards. (I do not have any device of smart card, experts, please answer)
    5. Readers. Guest operating system can access and write files directly to your physical hard disks (or DVD or USB flash disk drive); is based on the physical disks, you have shared.

    For drag / drop, until today (2 July here) does not. I used to drag-and - drop files from my desktop windows vista to the desktop of the virtual machine (windows XP inside) you do, but now we can't. Another approach is to share your disks in has integration of options described above.

    After I shared my C: drive, a new 'shared' drive appeared in my virtual Windows XP [workstation], which is 'C on RYAN-PC' (the name may be different on your PC). Whenever I need to copy some files from my virtual computer on the desk of my windows 7, I just opened that shared drive, navigate to \\tsclient\C\Users\Ryan\Desktop\, copy the files and they come to my office windows 7.

    Personally I agree that even this method is simpler that the copy of the shared network files, drag-and - drop is much easier.

Maybe you are looking for