CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    May 2003
    Location
    Jodhpur -> Rajasthan -> INDIA
    Posts
    453

    multiple views and textbox on one screen

    Hello

    I want suggestion from you in order to design multiple view application which will in one screen only. I am attaching image along with this query.

    View1 is tha main view. Most of the drawing will be done in this view.

    Textbox will be used to enter text commands like in Autocad.

    As the text command is entered in textbox and Enter button is pressed, the text command content must go to second view and to be displayed as list.

    Both first and second view should have scroll bar.

    And content of both view should be printable.


    HOW to do this? Shall i keep textbox in this scheme or just to use two views only. And if either of one then how to do that?


    Sandeep
    Attached Images Attached Images
    • File Type: jpg 1.jpg (11.1 KB, 153 views)
    Last edited by d0153030; July 2nd, 2005 at 10:01 PM. Reason: addition of image
    Leave Your Mark Wherever You Go
    http://www.danasoft.com/sig/d0153030Sig.jpg

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