Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
QuestionReadonly DataRow Pin
PaulaM25-Oct-05 3:14
PaulaM25-Oct-05 3:14 
AnswerRe: Readonly DataRow Pin
rudy.net25-Oct-05 19:27
rudy.net25-Oct-05 19:27 
QuestionHiding column in DataGrid Pin
zaboboa25-Oct-05 2:43
zaboboa25-Oct-05 2:43 
AnswerRe: Hiding column in DataGrid Pin
Wjousts25-Oct-05 3:35
Wjousts25-Oct-05 3:35 
AnswerRe: Hiding column in DataGrid Pin
Mossie0125-Oct-05 3:51
professionalMossie0125-Oct-05 3:51 
GeneralRe: Hiding column in DataGrid Pin
zaboboa25-Oct-05 3:53
zaboboa25-Oct-05 3:53 
QuestionCreate a Form in constructor Pin
Pixinger7725-Oct-05 2:31
Pixinger7725-Oct-05 2:31 
AnswerRe: Create a Form in constructor Pin
Tom Larsen25-Oct-05 4:34
Tom Larsen25-Oct-05 4:34 
Logically, the problem is that Form1 hasn't been created yet nor is it isn't ready to be a "realized window" and yet you've created another window and tried to realize that. There is simply a mistiming of events in your logic (child window is created and displayed before the parent is created and displayed). I'm not surprised that fm never "appears".

I would seperate these Forms or at the very least move the Show of the child form out of the contructor. You can still "parent" the one form off the other even if they are complete seperated objects. If you still want to agrigate the child form, show it on the Load event. That is my best guess without writing or compiling test code.
AnswerRe: Create a Form in constructor Pin
S. Senthil Kumar25-Oct-05 5:01
S. Senthil Kumar25-Oct-05 5:01 
QuestionStatus like messenger Pin
Mossie0125-Oct-05 2:24
professionalMossie0125-Oct-05 2:24 
QuestionStatic Classes Pin
HakunaMatada25-Oct-05 2:04
HakunaMatada25-Oct-05 2:04 
AnswerRe: Static Classes Pin
Colin Angus Mackay25-Oct-05 2:22
Colin Angus Mackay25-Oct-05 2:22 
AnswerRe: Static Classes Pin
Tom Larsen25-Oct-05 4:45
Tom Larsen25-Oct-05 4:45 
GeneralRe: Static Classes Pin
S. Senthil Kumar25-Oct-05 5:09
S. Senthil Kumar25-Oct-05 5:09 
AnswerRe: Static Classes Pin
Brian Leach25-Oct-05 10:02
Brian Leach25-Oct-05 10:02 
QuestionPush Server deployment Technology Pin
rmedo25-Oct-05 1:23
rmedo25-Oct-05 1:23 
QuestionImporting a csv file into sql Pin
Fendefa25-Oct-05 1:17
Fendefa25-Oct-05 1:17 
AnswerRe: Importing a csv file into sql Pin
Colin Angus Mackay25-Oct-05 1:25
Colin Angus Mackay25-Oct-05 1:25 
QuestionScrollposition in a richtextbox Pin
edvo25-Oct-05 0:34
edvo25-Oct-05 0:34 
QuestionMock object frameworks for .net 2.0 Pin
seahawk4225-Oct-05 0:03
seahawk4225-Oct-05 0:03 
QuestionUploading and resizing Image files Pin
Brendan Vogt24-Oct-05 23:43
Brendan Vogt24-Oct-05 23:43 
AnswerRe: Uploading and resizing Image files Pin
KaptinKrunch25-Oct-05 2:46
KaptinKrunch25-Oct-05 2:46 
QuestionUpdater Application Block for Office Add In Pin
JeremyHutchinson24-Oct-05 23:19
JeremyHutchinson24-Oct-05 23:19 
Questiona couple of C# questions Pin
Brendan Vogt24-Oct-05 23:05
Brendan Vogt24-Oct-05 23:05 
AnswerRe: a couple of C# questions Pin
Rob Philpott24-Oct-05 23:52
Rob Philpott24-Oct-05 23:52 

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.