Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: About rs232 and delegate methods Pin
Michael900019-Feb-08 10:18
Michael900019-Feb-08 10:18 
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 
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 

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.