Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

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

When you create the form, store it somewhere. Then you can do:

Control[] controlArray = Controls.Find("nameOfPanel", true);
Panel formPanel = controlArray[0] as Panel;


Regards,
Gareth.
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 
GeneralRe: Creating Forum Application Pin
Abhijit Jana15-Feb-08 23:20
professionalAbhijit Jana15-Feb-08 23:20 
GeneralRe: Creating Forum Application Pin
Dhillon8415-Feb-08 23:29
Dhillon8415-Feb-08 23:29 
GeneralRe: Creating Forum Application Pin
Christian Graus15-Feb-08 23:50
protectorChristian Graus15-Feb-08 23:50 
GeneralRe: Creating Forum Application Pin
Ravenet16-Feb-08 1:42
Ravenet16-Feb-08 1:42 
Generalhide from print preview Pin
Xmen Real 15-Feb-08 19:04
professional Xmen Real 15-Feb-08 19:04 
GeneralRe: hide from print preview Pin
Christian Graus15-Feb-08 22:33
protectorChristian Graus15-Feb-08 22:33 
GeneralRe: hide from print preview Pin
Xmen Real 16-Feb-08 0:10
professional Xmen Real 16-Feb-08 0:10 

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.