CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2003
    Location
    China
    Posts
    1

    Question How can I create a edit-window like the one in AuotCAD?

    Do you know the edit-window in AutoCAD?Such window is quite common in software interface.Our VC also has some(like the Debug window but it cannot receive edit command).Now I want to create the such UI,one view use mouse,the other use tyep-in command.How can I do it ?I am a bit puzzled.Do you have some
    good ideas or some good reference ? Do help me ! Thanks!

  2. #2
    Join Date
    Sep 2002
    Location
    Singapore
    Posts
    673
    Do you mean multiple views in a SDI/MDI app?

  3. #3
    Join Date
    May 2001
    Location
    Toronto
    Posts
    85
    I think WinCVS has the function you describled. Do you have the source code?
    If i am senseless and i could answer your question, i will.

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