Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
Generaladd contextmenustrip in listview Pin
Xmen Real 16-Feb-08 6:30
professional Xmen Real 16-Feb-08 6:30 
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 
Hello,

Apart from that I don't see why you want to use Forms to show images (waste of performance):

Ylno wrote:
1 the image-forms to appear within this panel and to be confined to its boundaries

If you want to add a Form in the Controls Container of a Panel, you have to set the TopLevel[^] property of the Form to "false".

Ylno wrote:
2 the image-forms to always be on top of the panel and hence always be

If you add it inside the panels container, it is automaticaly in front of the panel.

Ylno wrote:
3 the image-forms should not take control(focus) away from the main application window

Maybe Enabled[^] does what you want.

But again, you should think of other solutions, like painting the images directely on the MainForm or the panel.
Therefor you need:
OnPaint
DrawImage[^]

All the best,

Martin

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 
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 

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.