Thread: windows programming using drag and drop

  1. #1
    Registered User
    Join Date
    Apr 2006
    Posts
    12

    windows programming using drag and drop

    hi,

    I am sorry if this question is silly. I am completely new to windows programming. previously i was doing my c\c++ programming in cosole.

    Is it possible to create a form by drag and drop using visual c++ ( just like vb)?

    can you give me a link where I can find to build the frontend using vb and backend using vc?

    this question may be related to java.

    can I make a windows programe using java as the frontend and c\c++ as backend? ( If you know any site related to this pls give the address )

    thank you.
    abhijeet.

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    If you want VB-style drag and drop, Borland's C++ Builder is your software. The full product, not the command-line compiler they're known to give away.

    If you just want to lay out a few windows then a dialog resource editor, like the one integrated into MS Visual C++, will serve your needs just fine.

    As for Java frontend/C++ backend, I'm almost certain it can be done (never done it myself though). Would need to examine what dynamic linkage is available.

  3. #3
    Registered User
    Join Date
    Apr 2006
    Posts
    12
    Quote Originally Posted by SMurf
    If you want VB-style drag and drop, Borland's C++ Builder is your software. The full product, not the command-line compiler they're known to give away.

    If you just want to lay out a few windows then a dialog resource editor, like the one integrated into MS Visual C++, will serve your needs just fine.

    As for Java frontend/C++ backend, I'm almost certain it can be done (never done it myself though). Would need to examine what dynamic linkage is available.
    thank you SMurf

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open file by drag and drop
    By Abda92 in forum C Programming
    Replies: 3
    Last Post: 11-03-2007, 01:27 PM
  2. DataGrid drag and drop
    By gtriarhos in forum C# Programming
    Replies: 0
    Last Post: 10-11-2005, 12:36 PM
  3. Drag and Drop using CImageList, Device contexts and BitBlt
    By MJWhiteman2 in forum Windows Programming
    Replies: 0
    Last Post: 03-03-2005, 07:22 AM
  4. Drag and drop from Internet Explorer
    By Echidna in forum Windows Programming
    Replies: 5
    Last Post: 10-02-2002, 02:14 AM
  5. drag and drop
    By depsypher in forum Windows Programming
    Replies: 2
    Last Post: 01-05-2002, 10:02 PM