Click here to Skip to main content
15,915,164 members
Home / Discussions / C#
   

C#

 
Questionhow to create sub forms ? Pin
Software_Specialist31-Jan-07 10:40
Software_Specialist31-Jan-07 10:40 
AnswerRe: how to create sub forms ? Pin
Not Active31-Jan-07 11:06
mentorNot Active31-Jan-07 11:06 
AnswerRe: how to create sub forms ? Pin
Martin#31-Jan-07 11:12
Martin#31-Jan-07 11:12 
AnswerRe: how to create sub forms ? Pin
aSarafian1-Feb-07 2:26
aSarafian1-Feb-07 2:26 
QuestionCreating many forms that are alike ! Pin
mrkeivan31-Jan-07 10:35
mrkeivan31-Jan-07 10:35 
AnswerRe: Creating many forms that are alike ! Pin
Martin#31-Jan-07 11:06
Martin#31-Jan-07 11:06 
AnswerRe: Creating many forms that are alike ! Pin
Luc Pattyn31-Jan-07 11:43
sitebuilderLuc Pattyn31-Jan-07 11:43 
QuestionCreating customized dialog boxes Pin
Vernware31-Jan-07 9:34
Vernware31-Jan-07 9:34 
OK, I am really stuck.

I have a form with a button. I click the button and I want to display a dialog box.

I created the dialog box using the age old inheritance stuff. That is:

public class MySpecialDialog : System.Windows.Forms.Form

I customize the form to my hearts content. Glory be. How simple can this be?

But when I try do instantiate this customized dialog:

private WindowsForms.MySpecialDialog aDialog;
aDialog = new MySpecialDialog();



and then show the dialog in the button click routine:

aDialog.ShowDialog();


I get a form that is just a blank form.

Could someone tell me what I am missing here?

Thanks in advance, Vern


AnswerRe: Creating customized dialog boxes Pin
Ennis Ray Lynch, Jr.31-Jan-07 10:03
Ennis Ray Lynch, Jr.31-Jan-07 10:03 
GeneralRe: Creating customized dialog boxes Pin
Vernware1-Feb-07 9:50
Vernware1-Feb-07 9:50 
GeneralGlad to be of help Pin
Ennis Ray Lynch, Jr.1-Feb-07 15:36
Ennis Ray Lynch, Jr.1-Feb-07 15:36 
GeneralRe: Glad to be of help Pin
Vernware2-Feb-07 0:44
Vernware2-Feb-07 0:44 
QuestionStoring Huge volume of data for processing... Pin
amatbrewer31-Jan-07 8:38
amatbrewer31-Jan-07 8:38 
AnswerRe: Storing Huge volume of data for processing... Pin
Colin Angus Mackay31-Jan-07 9:06
Colin Angus Mackay31-Jan-07 9:06 
GeneralRe: Storing Huge volume of data for processing... Pin
Dan Neely31-Jan-07 9:09
Dan Neely31-Jan-07 9:09 
AnswerIf the data is one off Pin
Ennis Ray Lynch, Jr.31-Jan-07 9:55
Ennis Ray Lynch, Jr.31-Jan-07 9:55 
GeneralRe: If the data is one off Pin
amatbrewer31-Jan-07 11:00
amatbrewer31-Jan-07 11:00 
GeneralRe: If the data is one off Pin
Ennis Ray Lynch, Jr.31-Jan-07 16:04
Ennis Ray Lynch, Jr.31-Jan-07 16:04 
Questionwhat is Inf Pin
netJP12L31-Jan-07 8:19
netJP12L31-Jan-07 8:19 
AnswerRe: what is Inf Pin
Pete O'Hanlon31-Jan-07 8:49
mvePete O'Hanlon31-Jan-07 8:49 
AnswerRe: what is Inf Pin
Guffa31-Jan-07 9:03
Guffa31-Jan-07 9:03 
Questioncategory for beginners? Pin
Ranger4931-Jan-07 7:58
Ranger4931-Jan-07 7:58 
AnswerRe: category for beginners? Pin
Luc Pattyn31-Jan-07 8:13
sitebuilderLuc Pattyn31-Jan-07 8:13 
GeneralRe: category for beginners? Pin
Ranger4931-Jan-07 8:30
Ranger4931-Jan-07 8:30 
GeneralRe: category for beginners? Pin
Pete O'Hanlon31-Jan-07 8:51
mvePete O'Hanlon31-Jan-07 8:51 

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.