CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2011
    Posts
    10

    How to automate GUI by adding drag and drop feature

    Hi all, I have to automate a GUI.Here is small example of what i should do.

    I have list of animal names like
    TIGER
    LION
    HORSE
    ELEPHANT.

    I have to select particular animal name and add in to my work space by using something like pick and drop so that the name which i have selected gets copied to my work space. There are two columns in GUI, one column containing animal list and other column will be my work space. Can anyone tell me how to do it or the procedure to do it. I have to use XML and JAVA.
    Urgent help required.

  2. #2
    Join Date
    Sep 2011
    Location
    The Netherlands
    Posts
    32

    Re: How to automate GUI by adding drag and drop feature

    I think this has to do with Java interface programming and nothing with XML?
    XML is mostly a dataset of information, you can see it as a flat file database format.

  3. #3
    Join Date
    Sep 2011
    Posts
    10

    Re: How to automate GUI by adding drag and drop feature

    @JapyDooge: I have to use Java and Xml to get output i.e the list of features in GUI format.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured