Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JonCage

  1. JonCage

    Multiple (Different Views) in a MDI

    Thanks again for the speedy response. My only reservation about using a splitter window is what I do when I have my main view and (say) 5 smaller views. I've done other (similar) applications and regretted having the smaller windows when I had a few going. Perhaps that would still be a problem...
  2. JonCage

    Multiple (Different Views) in a MDI

    Yeah, I'd already found that link - there's another couple on the code project site which repeatedly popped up in my googling. I had a fiddle with it, but couldn't see how to create a new window with a specific view class. I wanted to be able to click a button or select a menu item which would...
  3. JonCage

    Multiple (Different Views) in a MDI

    PerFnurt has really hit the nail on the head. I want to make a model viewer (mostly for terrain generation) and have multiple camera views at once - each showing the user different views. As well as that, it would be nice to have some other views into the data, listing what cameras I've got as...
  4. JonCage

    Multiple (Different Views) in a MDI

    I'm not after a split view though - I wanted individual windows that can be shifted around. I read the stuff in another thread (thread116-579560 which seems sort of along the lines of what I'm after, but I couldn't seem to use more than one type of view at any one time. As far as I can see you...
  5. JonCage

    Multiple (Different Views) in a MDI

    Hi, I've got a problem trying to use multiple views in an MDI application I'm developing. Basically, I want to store all the data in the document and then have a number of different views into that data. Now the difficulty is that i want to write a seperate class for each view (all of which will...

Part and Inventory Search

Back
Top