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

.NET (Core and Framework)

 
GeneralRe: equivalent Pin
Pete O'Hanlon14-Nov-08 10:13
mvePete O'Hanlon14-Nov-08 10:13 
GeneralRe: equivalent Pin
Wendelius14-Nov-08 10:26
mentorWendelius14-Nov-08 10:26 
GeneralRe: equivalent Pin
Pete O'Hanlon14-Nov-08 13:59
mvePete O'Hanlon14-Nov-08 13:59 
GeneralRe: equivalent Pin
Kevin McFarlane16-Nov-08 8:43
Kevin McFarlane16-Nov-08 8:43 
QuestionOptional asembly Pin
cloudking1196612-Nov-08 19:26
cloudking1196612-Nov-08 19:26 
AnswerRe: Optional asembly Pin
Roger Wright13-Nov-08 1:42
professionalRoger Wright13-Nov-08 1:42 
AnswerRe: Optional asembly Pin
Mark Churchill13-Nov-08 12:49
Mark Churchill13-Nov-08 12:49 
QuestionWarning! Newbie On The Loose! Pin
Roger Wright12-Nov-08 17:17
professionalRoger Wright12-Nov-08 17:17 
I've spent the past week chasing hints on MSDN toward some answer that I can use, and think I've finally found something that might work. Since this is my first app written in C# using Visual Studio I'm hopelessly lost already, and hope that you experts will be gentle...

The app's purpose is to manage information about installed and inventory components of an electrical substation. There are three components for now. Any of these can be moved to/from inventory and substations; they can be moved among circuits within a single substation; they have operation counters that must be recorded regularly; and they all require periodic testing and service.

What I've done so far is to gather all the existing paper information into an Access database. I know, it sucks, but there aren't many items and it's what we all have at work on our PCs. The last thing I want to do is use Access to develop an app to manage this stuff, so I thought it would be an ideal project to motivate me to finally dive into .Net and C# and learn it.

I've built an app UI with an opening Form containing buttons to open up a chain of events - Record Readings, Record Service, Move Equipment, and Inventory. My thought was to load subsidiary forms on each button click, then walk the user through the steps for each action using a series of new forms for each step and culminating in a database update query. I thought it would be simple; silly me...

So far what I've gleaned from MSDN is that I need to instantiate the starting form for each series in the On_Click method for its parent button, then use Show/Hide to render subsequent forms active and visible. Along the way, each form will have to instantiate the next in the series, and each form will have to include code to Close the previous form. Am I on the right track here? Or am I as totally confused as I feel?

All of the documentation on MSDN assumes a single Form for an app, except for MDI applications, which I do not want to use, so there aren't a lot of clues there. I'd rather not use dialog boxes because the intended users are very simple and need a consistent appearance on every page. I've derived all the forms from the opening form so that they all look identical except for the arrangement of controls in the body of the form, and I'd like to maintain that consistency.

Thanks for your guidance, and if you could recommend a really good book for learning this sort of thing, I'd really appreciate it.

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

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 
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 

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.