Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: gdi+ shape is not a reference object in Arraylist? Pin
smallkubi7-Nov-15 22:06
smallkubi7-Nov-15 22:06 
GeneralRe: gdi+ shape is not a reference object in Arraylist? Pin
George Jonsson7-Nov-15 22:41
professionalGeorge Jonsson7-Nov-15 22:41 
Questioncontrol of child form when using showDialog() Pin
randor6-Nov-15 13:47
randor6-Nov-15 13:47 
AnswerRe: control of child form when using showDialog() Pin
Richard Andrew x646-Nov-15 14:30
professionalRichard Andrew x646-Nov-15 14:30 
GeneralRe: control of child form when using showDialog() Pin
randor7-Nov-15 11:46
randor7-Nov-15 11:46 
GeneralRe: control of child form when using showDialog() Pin
randor7-Nov-15 11:49
randor7-Nov-15 11:49 
AnswerRe: control of child form when using showDialog() Pin
Richard Andrew x647-Nov-15 11:55
professionalRichard Andrew x647-Nov-15 11:55 
AnswerRe: control of child form when using showDialog() Pin
BillWoodruff6-Nov-15 14:43
professionalBillWoodruff6-Nov-15 14:43 
I can't tell what you want from your description here. If you create a Form and show it using 'ShowDialog, what kind of "control" is it that you don't have ?

Are you doing a WinForm app, or WPF ? Or is this a web-based app: ASP.NET ?

If you want a PowerPoint type one-Form-at-a-time program, there are many easy ways to achieve that including, for example with WinForms:

1. use of a series of UserControls displayed one-at-a-time in a Panel, or Form.

2. using a "Main Form" as kind of a play controller, and presenting other Forms one-at-a-time.

3. using a TabControl

4. using a circular linked list to regulate the display of child-whatevers

More details, please.
«I want to stay as close to the edge as I can without going over. Out on the edge you see all kinds of things you can't see from the center» Kurt Vonnegut.


modified 7-Nov-15 3:10am.

GeneralRe: control of child form when using showDialog() Pin
John Torjo7-Nov-15 3:32
professionalJohn Torjo7-Nov-15 3:32 
QuestionEmbedding custom font to PDF using iTextsharp Pin
GauravDutta5-Nov-15 22:08
GauravDutta5-Nov-15 22:08 
AnswerRe: Embedding custom font to PDF using iTextsharp Pin
Pete O'Hanlon5-Nov-15 22:39
mvePete O'Hanlon5-Nov-15 22:39 
QuestionHow to calculate Interest Rate of Loan having quarterly payment frequency and monthly compounding using c#. Pin
Member 104985445-Nov-15 19:00
Member 104985445-Nov-15 19:00 
AnswerRe: How to calculate Interest Rate of Loan having quarterly payment frequency and monthly compounding using c#. Pin
John Torjo5-Nov-15 20:08
professionalJohn Torjo5-Nov-15 20:08 
GeneralRe: How to calculate Interest Rate of Loan having quarterly payment frequency and monthly compounding using c#. Pin
Member 104985445-Nov-15 20:48
Member 104985445-Nov-15 20:48 
GeneralRe: How to calculate Interest Rate of Loan having quarterly payment frequency and monthly compounding using c#. Pin
John Torjo10-Nov-15 4:46
professionalJohn Torjo10-Nov-15 4:46 
QuestionI need help improving my code Pin
Gilbert Consellado5-Nov-15 16:38
professionalGilbert Consellado5-Nov-15 16:38 
AnswerRe: I need help improving my code Pin
John Torjo5-Nov-15 17:34
professionalJohn Torjo5-Nov-15 17:34 
GeneralRe: I need help improving my code Pin
Gilbert Consellado5-Nov-15 17:38
professionalGilbert Consellado5-Nov-15 17:38 
GeneralRe: I need help improving my code Pin
V.5-Nov-15 19:36
professionalV.5-Nov-15 19:36 
GeneralRe: I need help improving my code Pin
John Torjo5-Nov-15 19:45
professionalJohn Torjo5-Nov-15 19:45 
GeneralRe: I need help improving my code Pin
V.5-Nov-15 19:58
professionalV.5-Nov-15 19:58 
GeneralRe: I need help improving my code Pin
John Torjo5-Nov-15 20:04
professionalJohn Torjo5-Nov-15 20:04 
AnswerRe: I need help improving my code Pin
BillWoodruff5-Nov-15 19:25
professionalBillWoodruff5-Nov-15 19:25 
GeneralRe: I need help improving my code Pin
Gilbert Consellado5-Nov-15 23:42
professionalGilbert Consellado5-Nov-15 23:42 
GeneralRe: I need help improving my code Pin
BillWoodruff6-Nov-15 0:42
professionalBillWoodruff6-Nov-15 0:42 

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.