Click here to Skip to main content
15,898,134 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Warning! Newbie On The Loose! Pin
led mike13-Nov-08 6:24
led mike13-Nov-08 6:24 
GeneralRe: Warning! Newbie On The Loose! Pin
Roger Wright13-Nov-08 8:39
professionalRoger Wright13-Nov-08 8:39 
AnswerRe: Warning! Newbie On The Loose! Pin
Gideon Engelberth13-Nov-08 8:27
Gideon Engelberth13-Nov-08 8:27 
GeneralRe: Warning! Newbie On The Loose! Pin
Roger Wright13-Nov-08 15:12
professionalRoger Wright13-Nov-08 15:12 
GeneralRe: Warning! Newbie On The Loose! Pin
led mike17-Nov-08 5:30
led mike17-Nov-08 5:30 
GeneralRe: Warning! Newbie On The Loose! Pin
Roger Wright17-Nov-08 11:49
professionalRoger Wright17-Nov-08 11:49 
GeneralRe: Warning! Newbie On The Loose! Pin
led mike18-Nov-08 5:34
led mike18-Nov-08 5:34 
AnswerProblem Solved - for Now Pin
Roger Wright16-Nov-08 4:52
professionalRoger Wright16-Nov-08 4:52 
It took instantiating the subsidiary forms on the main form, then creating a Show method in the same form and calling it from the Button_Click method. For some completely unobvious reason I can't call frmInventory.Show() from inside a button handler, but instead have to create a discrete method and call it from inside the button. Makes no sense at all. In the subsidiary forms I had to add this.Hide() to the Done button handler to close the form and return control to the main form.

The examples I found all showed the forms being instantiated in the Program.cs file, but doing so made them invisible to the Main form. Moving the code from Program.cs file to frmMain.cs was the first step in making the thing work.

Now to figure out how to make the subsidiary forms talk to the database... I'm sure I'll be posting again soon. Sigh | :sigh:

"A Journey of a Thousand Rest Stops Begins with a Single Movement"

GeneralRe: Problem Solved - for Now Pin
S. Senthil Kumar16-Nov-08 6:52
S. Senthil Kumar16-Nov-08 6:52 
GeneralRe: Problem Solved - for Now Pin
Roger Wright16-Nov-08 7:49
professionalRoger Wright16-Nov-08 7:49 
QuestionError while sending email [modified] Pin
Vipul Mehta12-Nov-08 3:31
Vipul Mehta12-Nov-08 3:31 
AnswerRe: Error while sending email Pin
Dave Kreskowiak12-Nov-08 3:34
mveDave Kreskowiak12-Nov-08 3:34 
AnswerRe: Error while sending email Pin
Roger Wright13-Nov-08 5:04
professionalRoger Wright13-Nov-08 5:04 
GeneralRe: Error while sending email Pin
Vipul Mehta13-Nov-08 23:41
Vipul Mehta13-Nov-08 23:41 
Question.net newbie - lost in the details.... Pin
charlieg12-Nov-08 2:24
charlieg12-Nov-08 2:24 
AnswerRe: .net newbie - lost in the details.... Pin
Dave Kreskowiak12-Nov-08 3:33
mveDave Kreskowiak12-Nov-08 3:33 
AnswerRe: .net newbie - lost in the details.... Pin
Jon_Boy12-Nov-08 4:20
Jon_Boy12-Nov-08 4:20 
AnswerRe: .net newbie - lost in the details.... Pin
Pete O'Hanlon12-Nov-08 5:13
mvePete O'Hanlon12-Nov-08 5:13 
Question1 computer, 2 nics connected to each other Pin
XenAeon11-Nov-08 10:41
XenAeon11-Nov-08 10:41 
AnswerRe: 1 computer, 2 nics connected to each other Pin
Roger Wright14-Nov-08 4:54
professionalRoger Wright14-Nov-08 4:54 
Question.NET Runtime 2.0 Error Event ID 1000 - Need som help! Pin
Daniel Jansson11-Nov-08 3:44
Daniel Jansson11-Nov-08 3:44 
QuestionFront page extension Problem Pin
ALAQUNAIBI10-Nov-08 21:47
ALAQUNAIBI10-Nov-08 21:47 
AnswerRe: Front page extension Problem Pin
Thomas Stockwell11-Nov-08 2:54
professionalThomas Stockwell11-Nov-08 2:54 
QuestionError while using c# dll as ActiveXComponents Pin
mdubey8210-Nov-08 4:42
mdubey8210-Nov-08 4:42 
AnswerRe: Error while using c# dll as ActiveXComponents Pin
Thomas Stockwell11-Nov-08 2:55
professionalThomas Stockwell11-Nov-08 2:55 

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.