Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
GeneralRe: add contextmenustrip in listview Pin
Gareth H16-Feb-08 6:44
Gareth H16-Feb-08 6:44 
GeneralRe: add contextmenustrip in listview Pin
Xmen Real 16-Feb-08 6:45
professional Xmen Real 16-Feb-08 6:45 
GeneralRe: add contextmenustrip in listview Pin
Gareth H16-Feb-08 6:52
Gareth H16-Feb-08 6:52 
GeneralRe: add contextmenustrip in listview Pin
Xmen Real 16-Feb-08 15:49
professional Xmen Real 16-Feb-08 15:49 
GeneralRe: add contextmenustrip in listview Pin
Xmen Real 17-Feb-08 6:00
professional Xmen Real 17-Feb-08 6:00 
GeneralMake a form always reside within and on top of a parent panel. Pin
Ylno16-Feb-08 5:30
Ylno16-Feb-08 5:30 
GeneralRe: Make a form always reside within and on top of a parent panel. Pin
Martin#16-Feb-08 8:21
Martin#16-Feb-08 8:21 
GeneralRe: Make a form always reside within and on top of a parent panel. Pin
Patrick Etc.17-Feb-08 5:51
Patrick Etc.17-Feb-08 5:51 
The scenario you're describing is MDI. In fact, it's EXACTLY what MDI was invented for. If you have a sub form, for example, that contains a PictureBox set to Dock = Fill, you can then set the MdiParent of each form to your main form before showing it.

Make sure to set the IsMdiContainer to true for the main form.

The MDI area of the main form will occupy whatever leftover space is left in the main form. That is, if you have controls that you dock right, top, left, etc., the MDI area will only take up the space that is left. This means you don't need to worry about where the MDI forms will show up.


It has become appallingly obvious that our technology has exceeded our humanity. - Albert Einstein

Generalcrystall report deployment Pin
shabonaa16-Feb-08 4:20
shabonaa16-Feb-08 4:20 
GeneralRe: crystall report deployment Pin
Ravenet16-Feb-08 5:23
Ravenet16-Feb-08 5:23 
GeneralRe: crystall report deployment Pin
shabonaa16-Feb-08 20:23
shabonaa16-Feb-08 20:23 
GeneralRe: crystall report deployment Pin
Ravenet16-Feb-08 20:49
Ravenet16-Feb-08 20:49 
GeneralExcel Charting Problems Pin
excess999d16-Feb-08 4:00
excess999d16-Feb-08 4:00 
GeneralA problem finding a panel Pin
DSdragondude16-Feb-08 2:30
DSdragondude16-Feb-08 2:30 
GeneralRe: A problem finding a panel Pin
Gareth H16-Feb-08 4:02
Gareth H16-Feb-08 4:02 
Generalhidden code at desgin time Pin
SVb.net16-Feb-08 1:47
SVb.net16-Feb-08 1:47 
GeneralRe: hidden code at desgin time Pin
Gareth H16-Feb-08 2:24
Gareth H16-Feb-08 2:24 
GeneralRe: hidden code at desgin time Pin
Ravenet16-Feb-08 5:20
Ravenet16-Feb-08 5:20 
GeneralRe: hidden code at desgin time Pin
Gareth H16-Feb-08 6:41
Gareth H16-Feb-08 6:41 
GeneralRe: hidden code at desgin time Pin
Luc Pattyn16-Feb-08 6:45
sitebuilderLuc Pattyn16-Feb-08 6:45 
QuestionFind total nodes of a binary tree? [modified] Pin
help as an alias16-Feb-08 1:09
help as an alias16-Feb-08 1:09 
Questionreport format Pin
Sonia Gupta16-Feb-08 1:08
Sonia Gupta16-Feb-08 1:08 
Questionsql server 2000 execution restriction Pin
Sonia Gupta15-Feb-08 23:59
Sonia Gupta15-Feb-08 23:59 
GeneralRe: sql server 2000 execution restriction Pin
Ravenet16-Feb-08 1:40
Ravenet16-Feb-08 1:40 
GeneralCreating Forum Application Pin
Dhillon8415-Feb-08 22:52
Dhillon8415-Feb-08 22:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.